您的位置:首页 > Web前端 > CSS

CSS 布局一个漂亮的滑块

2009-10-06 00:00 330 查看
好好看看代码,相信会对你帮助不少。







CSS布局一个漂亮的滑块

dl {
margin: 0;
padding: 0;
}
dt {
position: relative;
clear: both;
display: block;
float: left;
width: 104px;
height: 20px;
line-height: 20px;
margin-right: 17px;
font-size: .75em;
text-align: right;
}
dd {
position: relative;
display: block;
float: left;
width: 197px;
height: 20px;
margin: 0 0 15px;
background: url("/upload/20091006163826471.jpg");
}
* html dd { float: none; }
dd div {
position: relative;
background: url("/upload/20091006163826679.jpg");
height: 20px;
width: 75%;
text-align:right;
}
dd div strong {
position: absolute;
right: -5px;
top: -2px;
display: block;
background: url("/upload/20091006163826537.gif");
height: 24px;
width: 9px;
text-align: left;
text-indent: -9999px;
overflow: hidden;
}




生活满意度:

63%

工作满意度:

38%

爱情满意度:

86%



[Ctrl+A 全选 注:如需引入外部Js需刷新才能执行]
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: