好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

用CSS设计类似条状统计表效果_html/css_WEB-ITnose



用CSS设计类似条状统计表效果


dl {
margin:0;
padding:0 0 15px 0;
width:401px;
height:auto;
background:#fff url(bar.gif) bottom left no-repeat;
}


dt {
text-align:center;
font-size:12px;
border-bottom:3px solid #fff;
}


dd {
margin:0;
display:block;
width:400px;
height:2em;
background:#0a0;
border-bottom:1px solid #fff;
font-size:12px;
}


dd b {
float:right;
display:block;
margin-left:auto;
background:#cec;
height:2em;
line-height:2em;
text-align:right;
font-size:12px;
}
dd.p670 b {width:33%;}
dd.p67 b {width:93.3%;}
dd.p12 b {width:98.8%;}
dd.p197 b {width:80.3%;}
dd.p26 b {width:97.3%;}
dd.p08 b {width:99.2%;}




主流浏览器用户数(%) - July 2009
IE6 = 21%
IE7 = 52%
Opera = 3.2%
Firefox = 16.7%
Mozilla = 6.3%
NN7 = 1.2%

http://www.999jiujiu.com/

查看更多关于用CSS设计类似条状统计表效果_html/css_WEB-ITnose的详细内容...

  阅读:22次