- From: David Dorward <david@dorward.me.uk>
- Date: Tue, 4 Jul 2006 16:59:24 +0100
- To: Charles Robertson <cdesign@btinternet.com>
- Cc: www-validator@w3.org
On Tue, Jul 04, 2006 at 04:56:15PM +0100, Charles Robertson wrote: > The problem is that <DIV> tags are not correctly rendered in Netscape 4, so > by wrapping these <DIV> tags in a <LAYER> tag, I can hide this information > from the older browsers, like this: The problem looks more like the CSS then the <div>. Using an external stylesheet linked with a media attribute that has a value other than "screen" (such as "all" or "screen, projector") exploits a bug in NS 4.x that hides the stylesheet from it (and allows the unstyled content to be accessed). -- David Dorward http://dorward.me.uk
Received on Tuesday, 4 July 2006 15:59:40 UTC