Forum Moderators: not2easy
In IE I can add a border to the submit and reset buttons in a form, ie
<input type="submit" style="border: 1px solid #ACA;">
or
<input type="submit" id="button"> (and set the border in the external stylesheet linked to with the <link rel="">tag).
This looks great in IE, but in Opera and Netscape, all I get is the default rounded button (I'm on a mac, maybe that makes a difference?) with a tiny little box underneath it with a 1px border.
There are a heap more problems I get with netscape, but they seem to be sporadic with nothing at all staying the same! For example, on one page, netscape ignores every single font setting I've made (in the external stylesheet), and makes the text black (the background is black as well), yet obeys my command to set the link colours! Mind you, no hover colour change though. On a different page it does everything I tell it to except the link hover thing. Argh!
There's a good compatibility chart on Dr.. Dobbs [ddj.com] Its just slightly out of date now, but its coverage of the older browsers is why I like it anyway. Good luck!