Textfield borders in netscape

I'm using a class to reference some style properties for a few textfields within a form, but for some reason it doesn't work in netscape. I've tried: <br />
<br />
.textbox{<br />
border: 0px;<br />
}<br />
<br />
and <br />
<br />
.textbox{<br />
border: 0em<br />
}<br />
<br />
and also<br />
<br />
.textbox{<br />
border: none<br />
}<br />
<br />
Does anyone know of a way to do this? I'm calling the class from within the <input> tags but I've also tried calling it from within the <form> tag but it still won't work.<!--content-->I don't believe this effect is supported by Netscrape. If you are trying to do what I think you are trying to do see this tutorial.<br />
<br />
<!-- m --><a class="postlink" href="http://www.htmlgoodies.com/tutors/fieldlegend.html">http://www.htmlgoodies.com/tutors/fieldlegend.html</a><!-- m --><!--content-->No I've read that before, about a year or so ago I think. I don't think netscape supports it because I've looked through every doc I can find and there's no mention of it. Thanks anyway<!--content-->
 
Back
Top