RE: [WSG] Hiding LEGEND in Netscape 4

2003-12-14 Thread Miles Tillinger

DOH, I did a fantastic job of writing this email!  Let me try again:

Title

legDefault { display: none; }

This works fine in IE4+ and Mozilla flavours.  But not NS4...

-Original Message-
From: russ weakley [mailto:[EMAIL PROTECTED]
Sent: Monday, December 15, 2003 12:45 PM
To: Web Standards Group
Subject: Re: [WSG] Hiding LEGEND in Netscape 4


Try:
display: none;



> 
> I'm developing an accessible form template that uses fieldsets.  I'm hiding
> the legend using display:none so it doesn't appear, which keeps the form
> accessible.  Problem is that the legend still displays in Netscape 4, but I
> thought display:none was supported?
> 
> e.g.
> 
> Title
> 
> class is
> 
> legDefault { default: none; }
> 
> Any ideas why this wouldn't work in NS4?
> 
> Cheers,
> 
> Miles.
> 
> *
> The discussion list for http://webstandardsgroup.org/
> *

Thanks
Russ

---
Russ Weakley
Max Design
Phone: (02) 9410 2521
Mobile: 0403 433 980
Email: [EMAIL PROTECTED]
http://www.maxdesign.com.au
---


*
The discussion list for http://webstandardsgroup.org/
* 

*
The discussion list for http://webstandardsgroup.org/
*



RE: [WSG] Hiding LEGEND in Netscape 4

2003-12-14 Thread Miles Tillinger

before you say it, yes, i did actually use a . in the declaration, e.g.

legDefault { default: none; }

-Original Message-
From: Miles Tillinger 
Sent: Monday, December 15, 2003 12:42 PM
To: Web Standards Group (E-mail)
Subject: [WSG] Hiding LEGEND in Netscape 4



I'm developing an accessible form template that uses fieldsets.  I'm hiding the legend 
using display:none so it doesn't appear, which keeps the form accessible.  Problem is 
that the legend still displays in Netscape 4, but I thought display:none was supported?

e.g.

Title

class is

legDefault { default: none; }

Any ideas why this wouldn't work in NS4?

Cheers,

Miles.

*
The discussion list for http://webstandardsgroup.org/
* 

*
The discussion list for http://webstandardsgroup.org/
*



Re: [WSG] Hiding LEGEND in Netscape 4

2003-12-14 Thread russ weakley
Try:
display: none;



> 
> I'm developing an accessible form template that uses fieldsets.  I'm hiding
> the legend using display:none so it doesn't appear, which keeps the form
> accessible.  Problem is that the legend still displays in Netscape 4, but I
> thought display:none was supported?
> 
> e.g.
> 
> Title
> 
> class is
> 
> legDefault { default: none; }
> 
> Any ideas why this wouldn't work in NS4?
> 
> Cheers,
> 
> Miles.
> 
> *
> The discussion list for http://webstandardsgroup.org/
> *

Thanks
Russ

---
Russ Weakley
Max Design
Phone: (02) 9410 2521
Mobile: 0403 433 980
Email: [EMAIL PROTECTED]
http://www.maxdesign.com.au
---


*
The discussion list for http://webstandardsgroup.org/
* 



[WSG] Hiding LEGEND in Netscape 4

2003-12-14 Thread Miles Tillinger

I'm developing an accessible form template that uses fieldsets.  I'm hiding the legend 
using display:none so it doesn't appear, which keeps the form accessible.  Problem is 
that the legend still displays in Netscape 4, but I thought display:none was supported?

e.g.

Title

class is

legDefault { default: none; }

Any ideas why this wouldn't work in NS4?

Cheers,

Miles.

*
The discussion list for http://webstandardsgroup.org/
*