时间:2021-07-01 10:21:17 帮助过:11人阅读
这是css中的代码:
#right{
width:250px;
height:300px;
padding-top:32px;
background:url(../images/bg.gif) no-repeat;
}
#right dl dt{
…… 达不到我要的效果???它那个浮动都乱了,图片应该是左浮动,然后字是在图片的右边浮动!
css中加个
#right dl {
clear:both;
}
二楼的答案非常正确!!!+1
css中加个
#right dl {
clear:both;
}
+1
先把前面的浮动清楚一下,或许可以。
跟多 DIV教程 http://blog.sina.com.cn/u/2760399482
蓝桥的同学??