为什么display:none css代码无用
<tr><tdheight="21"align="right"bgcolor="#A4B6D7">实施地址:</td><tdbgcolor="#E3E3E3"colspa...
<tr> <td height="21" align="right" bgcolor="#A4B6D7">实施地址:</td>
<td bgcolor="#E3E3E3" colspan="2"><strong>
<input name="ssdz" type="text"
size="30" maxlength="80">
</strong></td>
</tr>
<tr>
<td height="21" align="right" bgcolor="#A4B6D7">工程内容:</td>
<td bgcolor="#E3E3E3" colspan="2"><strong>
<input name="gcnr" type="text"
size="30" maxlength="80">
</strong></td>
</tr>
</div>
为什么这些行还显示?求解 谢谢。 展开
<td bgcolor="#E3E3E3" colspan="2"><strong>
<input name="ssdz" type="text"
size="30" maxlength="80">
</strong></td>
</tr>
<tr>
<td height="21" align="right" bgcolor="#A4B6D7">工程内容:</td>
<td bgcolor="#E3E3E3" colspan="2"><strong>
<input name="gcnr" type="text"
size="30" maxlength="80">
</strong></td>
</tr>
</div>
为什么这些行还显示?求解 谢谢。 展开
展开全部
为什么display:none css代码无用,首先我配旁侍们培吵需要理解就是display的意思,它代表css的块与行元素的处理,如将块元素,转化成行元素,都是通过这个来实现,如display:block就代表这个元素变启卖成了块级元素,拥有width和height的属性,问题中的display:none没效的原因可能就是因为这个元素并不是一个块级元素,因而设置none对它是没影响的,具体看下代码:
<html>
<head>
<style>
span{
widht:220px;
height:300px;
display:none; //因为span是行级元素,所有width和height都是没有用的,因此display的属性也是不会执行的
}
</style>
</head>
<body>
<span>我是测试文字</span>
</body>
</html>
<html>
<head>
<style>
span{
widht:220px;
height:300px;
display:none; //因为span是行级元素,所有width和height都是没有用的,因此display的属性也是不会执行的
}
</style>
</head>
<body>
<span>我是测试文字</span>
</body>
</html>
展开全部
你注意一下, ID为“zd”的样式里是否有 display:block!important ,
如亏森果有这样的!important,那么优蠢扒先级是销档亩高过你写在其他地方的。
#important {display:block!important;}
<div id="important" style="display:none"></div>
你检查一下。
如亏森果有这样的!important,那么优蠢扒先级是销档亩高过你写在其他地方的。
#important {display:block!important;}
<div id="important" style="display:none"></div>
你检查一下。
来自:求助得到的回答
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
你把display:none 些到div里面,在外面加个div
更多追问追答
追问
当然加了.汗
追答
你这个代码要放在外哈
实施地址:
工程内容:
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
Vue实袭镇践-CSS样式position/display/float属性对锋禅枯比使银洞用
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
把代码贴全吧 你贴一部分谁也看不出
来自:求助得到的回答
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询