问题描述:
像pic.tuihu下面图片列表的边框效果.这个站的好像是DIV做的,请问用CSS怎么做.
解析:
<table
class="page_speeder_1677417789"
cellspacing=0 cellpadding=0 width=472 border=0>
<tbody>
<tr>
<td height=266
bgcolor=#ffffff
class="page_speeder_730337656"><a
href="tuihu/15584"
target=_blank><img height=88
src=精选美图_推虎tuihu_.files/2006101699160.gif
width=124
border=0></a></td>
</tr>
</tbody>
</table>
css中添加边框的代码为
border: width style color /*分别设置边框粗细、样式、颜色*/示例如下:
创建Html元素:一个包含文章内容的div
<div class="post">这是示例的文章。</div>设置css样式
div.post{width:400pxheight:100px
padding:10px
border:2px solid #ebbccb /*设置边框为2px粗,实线,#ebbccb色*/
}
观察显示效果
把样式里的.menu修改一下:1. 把background:#fff删除
2. 把margin-top:220px改成padding-top:220px
你CSS代码不完整,我猜估计是这里有问题,如果不行再追问,最好把CSS发完整