CSS条状图表进度条
CSS条状图表进度条
发布时间:2015-05-12 来源:查字典编辑
摘要:.graph{position:relative;/*IEisdumb*/width:200px;border:1pxsolid#ff000...

<style>
    .graph {
        position: relative; /* IE is dumb */
        width: 200px;
        border: 1px solid #ff0000;
        padding: 2px;
    }
    .graph .bar {
        display: block;
        position: relative;
        background: #ff0000;
        text-align: center;
        color: #333;
        height: 2em;
        line-height: 2em;           
    }
</style>
<div class="graph">
    <strong class="bar" style="width: 64%;">cssbbs.com 64%</strong>
</div>

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新 Div+Css教程学习
热门 Div+Css教程学习
网页设计子分类