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.
<legend class="legDefault">Title</legend>
class is
legDefault { default: none; }
Any ideas why this wouldn't work in NS4?
Cheers,
Miles.
*****************************************************
The discussion list for http://webstandardsgroup.org/
*****************************************************