Forum Moderators: open
I'm probably doing something really stupid here but please bear with me :)
I have a submit button as an image. I set the style sheet to say border as 0 (for those lovely older netscape browsers), but it's ignoring it and putting a border round it. I put the border="0" back into the input tag instead and now obviously the xhtml validator is failing me saying it's not xhtml compliant.
Is there a really simple way round this that I'm missing?
Hope someone can help me.......
Here's the deal. Netscape 4 is similarly cranky when trying to eliminate a border around a linked image. Styling the img tag doesn't get any respect at all. But if you also style the anchor tag as border:0 then it works.
However, I tried that approach with input inside a form, and it's a no-go. Netscape 4 is notorious for problems with all "box" related styles. I've totally given up on it and gone to standards, all except for one client.