【发布时间】:2010-03-28 22:39:04
【问题描述】:
我制作了一个页面,我在其中使用列表来水平显示项目
现在我可以在页面here看到结果
但是当我拖动并缩短浏览器窗口时,我得到一个乱码列表 就像这里的屏幕截图一样
http://pradyut.dyndns.org/WebApplicationSecurity/people_ss.JPG
http://pradyut.dyndns.org/WebApplicationSecurity/people_ss.JPG
我在列表中使用 css 作为: -
#navlist li
{
padding: 1em;
float: left;
list-style-type: none;
}
在列表的末尾我使用一个清除 div
#clear-both
{
clear: both;
}
任何帮助
谢谢
普拉迪特
[2]:[2]:http://pradyut.dyndns.org/WebApplicationSecurity/people_ss.JPG
【问题讨论】: