[thelist] image borders for netscape

Chris W. Parker cparker at swatgear.com
Mon Oct 28 17:41:01 CST 2002


> -----Original Message-----
> From: .jeff [mailto:jeff at members.evolt.org]

> oh, you're trying to remove the border from an image <input>?
>  that changes things.  try applying a class to the <input>
> and then setting border to 0px in the class declaration:
>
> <input type="image" class="inputImg" ...>
>
> .inputImg {
>   border-style: none;
>   border-width: 0px;
> }
>
> good luck,

bad luck. :(

oh well, no biggie. thanks for your help.


chris.



More information about the thelist mailing list