Forum Moderators: not2easy

Message Too Old, No Replies

Form Image Field in NS4

No border

         

Condor12

9:03 am on Aug 14, 2003 (gmt 0)

10+ Year Member



Hi,

This is probably an easy question for you guys, but :)

I have a form and an images field. I don't want a border around the images, and can do this OK in IE and NS above 4.
I don't want to use border="0" as this is not valid HTML!?

What css to I need for NS4 to clear the border?

Cheers

Alan

BlobFisk

10:26 am on Aug 14, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Have you tried img ( border: none }?

Condor12

11:40 am on Aug 14, 2003 (gmt 0)

10+ Year Member



Hi BlobFisk,

Tried that but the "blue anchor link" border still appears in NS4.

This is what I have;

.formbtn { border: none}

<input type="image" name="SubmitButton" src="gifs/bsearch.gif" alt="Search" class="formbtn">

Any more ideas

AWildman

11:55 am on Aug 14, 2003 (gmt 0)

10+ Year Member



Try {text-decoration: none;}

Condor12

12:02 pm on Aug 14, 2003 (gmt 0)

10+ Year Member



Sorry, no!

I'm starting to think I will just have to ignore NS4.
Been wanting to do that for years. ;)

DrDoc

2:52 pm on Aug 14, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



border:none is the correct CSS rule...
However, NN4 offers no support for border:none on images (of course)