Hi,
I'm having trouble setting the css for form text boxes. I don't know if i'm doingsomething worng, or it's just not possible, but it seems that my border colour will only match that of the font colour (color: )
here's what I've got:
with this CSS, the border displays as #666666Code:input.login {background-color:#EFEFEF; color: #666666; font-size: 12px; border-color: #CCCCCC; border: 1px solid;}
with this code the border displays as #CCCCCC, which is no good beacuse then you can't see the text your entering.Code:input.login {background-color:#EFEFEF; color: #CCCCCC; font-size: 12px; border-color: #CCCCCC; border: 1px solid;}
This happens in IE and NS








Bookmarks