Streetdaddy
Programmer
I am applying the following custom class to form elements:
this is the style,
.borders { border: 1px #FF9933 solid; background-color: E9ECF2}
this is the html,
<input type="text" name="blah" class="borders">
Works fine in IE, but in NS the input fields arent formatted, there is a little square under the text fields, and textarea's with the class applied just dissapear completely!
Anyone know a work-around for this?
ps. While we're here, can someone tell me why NS is so painful! It's a web developers worst nightmare...
Miles Tillinger
SE Net Web Design
vmiles@senet.com.au
this is the style,
.borders { border: 1px #FF9933 solid; background-color: E9ECF2}
this is the html,
<input type="text" name="blah" class="borders">
Works fine in IE, but in NS the input fields arent formatted, there is a little square under the text fields, and textarea's with the class applied just dissapear completely!
Anyone know a work-around for this?
ps. While we're here, can someone tell me why NS is so painful! It's a web developers worst nightmare...
Miles Tillinger
SE Net Web Design
vmiles@senet.com.au