六狼论坛

 找回密码
 立即注册

QQ登录

只需一步,快速开始

新浪微博账号登陆

只需一步,快速开始

搜索
查看: 132|回复: 0

星星评分--得分显示(CSS)

[复制链接]

升级  66%

7

主题

7

主题

7

主题

童生

Rank: 1

积分
33
 楼主| 发表于 2013-2-7 22:54:43 | 显示全部楼层 |阅读模式
页面内容:
<html><head><link rel="stylesheet" href="./show.css" type="test/css"></head><body><div class='box'><div id="score_rate" class="rate" style="width:75%"></div><div class="rate_text" id="score_text">75分</div></div></body></html>


CSS内容:
.box{    width:100px;    height:20px;    /*background:#f4cea3;*/background: url('./images/staroff.gif') top left repeat-x;    border:1px solid red;    font-size: 7px;    position:relative}.rate{    /*width:50px;*/    height:100%;    /*background:red;*/background: url('./images/staron.gif') top left repeat-x;    position:absolute;}.rate_text{    width:100%;    height:100%;top:12.5%;    position:absolute;    text-align:center;vertical-align:middle;     color: red;    font-size: 15px;    font-family: monospace;}

图片效果及图片见附件。










您需要登录后才可以回帖 登录 | 立即注册 新浪微博账号登陆

本版积分规则

快速回复 返回顶部 返回列表