jsp在span里设了display:block,高度设定无效
代码<divclass="item"><spanclass="label"><spanclass="red">*</span>用户名:</span><divclass="...
代码
<div class="item">
<span class="label"><span class="red">*</span>用户名:</span>
<div class="fl">
<input type="text" id="username" name="username" class="text" tabindex="1" />
<label id="username_succeed" class="blank"></label>
<span class="clear"></span>
<div id="username_error"></div>
</div>
</div>
样式
.clear{display:block;clear:both;height:0px;border:solid 1px blue;}
#formbox .item{padding-top:5px;height:80px;overflow:hidden;line-height:26px;border:solid 1px red;position:relative}
在火狐里
ie8
这个蓝色边框的就是.clear,我把它的高度设为0,但是ie它还有高度,不知道怎么解决。 展开
<div class="item">
<span class="label"><span class="red">*</span>用户名:</span>
<div class="fl">
<input type="text" id="username" name="username" class="text" tabindex="1" />
<label id="username_succeed" class="blank"></label>
<span class="clear"></span>
<div id="username_error"></div>
</div>
</div>
样式
.clear{display:block;clear:both;height:0px;border:solid 1px blue;}
#formbox .item{padding-top:5px;height:80px;overflow:hidden;line-height:26px;border:solid 1px red;position:relative}
在火狐里
ie8
这个蓝色边框的就是.clear,我把它的高度设为0,但是ie它还有高度,不知道怎么解决。 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询