[thelist] image borders for netscape
Chris W. Parker
thelist at lists.evolt.org
Mon Oct 28 17:41:01 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.