Internet Explorer won't hide nested paragraphs
- From: "danep" <danepowell@xxxxxxxxx>
- Date: 11 Mar 2007 09:12:44 -0700
Hi all,
On my site I have a section of code that resembles the following:
<p id="gear" style="display: none;">
<p>test</p>
</p>
This renders fine in Firefox (that is, nothing is displayed).
However, in Internet Explorer, "test" is still printed. It appears
that the inner <p> does not inherit the "display: none;" property or
somesuch. Is there a way to force IE to hide the nested paragraphs
without specifically specifying "display: none;" in every single one?
.
- Follow-Ups:
- Re: Internet Explorer won't hide nested paragraphs
- From: Andy Dingley
- Re: Internet Explorer won't hide nested paragraphs
- From: Lars Eighner
- Re: Internet Explorer won't hide nested paragraphs
- From: David Dorward
- Re: Internet Explorer won't hide nested paragraphs
- From: Rob Waaijenberg
- Re: Internet Explorer won't hide nested paragraphs
- From: VK
- Re: Internet Explorer won't hide nested paragraphs
- Prev by Date: Re: <TABLE> vs. <DIV> when and where
- Next by Date: Re: Internet Explorer won't hide nested paragraphs
- Previous by thread: Highlighting a Link Destination
- Next by thread: Re: Internet Explorer won't hide nested paragraphs
- Index(es):
Relevant Pages
|