input field border opera problem!

liunx

Guest
Hi!

I've got an input text field with border: none;

Work fine on IE4+, Mozilla, FireFox, Netscape but in Opera, there's a border???

Anobody have an idea to hack this?

TTry border: 0 solid;.css newb myself, so I've got a question about your answer there paul... is that enough on the behavior, or do you need the 0px?The px (or em, %, ex, ect) isn't required if the value is 0. For anything else, it is.

Lemme see if I can dig up a link on this.

Try this one (<!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-CSS2/syndata.html#length-units">http://www.w3.org/TR/REC-CSS2/syndata.html#length-units</a><!-- m -->). Finding stuff on that site is like trying to find a specific needle in a stack of 'em!aha, i see. that would make sense, 0 is 0 no matter what the unit (unless we're working with temperature)Great!!!! work like a charm!!!

Thank Paul Jr:DYou're welcome. :D Happy coding/scripting/programming/<insert other here>. :p
 
Back
Top