目前共有6篇帖子。
ie下没有高度的ulli组
1樓 过去的记忆02 2010-12-4 10:46
.x3 {
 list-style-type: none;
 margin: 0px;
 padding: 0px;
}
.x3 li.a {
 background-color: #0099FF;
 height: 20px;
 width: 100px;
}
.x3 li.b {
 background-color: #FF9900;
 height: 20px;
 width: 100px;
}
2樓 过去的记忆02 2010-12-4 10:46
<ul class="x3">
  <li class="a"></li>
  <li class="b"></li>
</ul>
3樓 过去的记忆02 2010-12-4 10:49

下面这个是有高度的:

.xf {
 margin: 0px;
 padding: 0px;
 list-style-type: none;
}
.xf li.a {
 background-color: #FFCCCC;
 height: 10px;
 width: 50px;
}
.xf li.b {
 background-color: #FF33CC;
 height: 10px;
 width: 50px;
}

4樓 过去的记忆02 2010-12-4 10:49
<ul class="xf">
  <li class="a"></li>
  <li class="b"></li>
</ul>
5樓 过去的记忆02 2010-12-4 10:50
归纳:若第一个li标签的高度小于20,那么ie浏览器下两个li块就有高度。
6樓 过去的记忆02 2010-12-4 10:54
真是太诡异了,吧上面的代码保存为新的html文件,居然没有高度。而应用到list.php中,第二个ul居然有高度。

回復帖子

  抱歉,本吧禁止發帖
內容:
用戶名: 您目前是匿名發表
 
 
©2010-2024 Arslanbar [手機版] [桌面版]
除非另有聲明,本站採用創用CC姓名標示-相同方式分享 3.0 Unported許可協議進行許可。