Forum Moderators: open
<input name=address value=your_e-mail... size="15" maxlength="50" style="WIDTH:120px; BACKGROUND-COLOR: #d7ebff; BORDER-BOTTOM: #e1e1e1 1px solid; BORDER-LEFT: #cccccc 1px solid; BORDER-RIGHT: #e1e1e1 1px solid; BORDER-TOP: #cccccc 1px solid; COLOR: #000040; FONT-FAMILY: verdana,arial; FONT-SIZE: 11px">
Since the style attribute is (mostly) ignored in Netscape, but overrides size in browsers that more fully support CSS we can use the size to set the size for NN, and style to set the size for IE:
<input type="text" size="25" style="width:200px" />
You have to fiddle around to get them to look the same but it shouldn't take long. Works a treat too!
Josh
:)
(Wow, just realised that was two years ago almost to the day!)