RobG wrote:
This is about as flat as you can get it :
<input type="button" value="Button Text" style="border-style:none;" />
In some browsers you can't modify the style of some elements - like inputs.
Right; this style attribute only hurts when it works.
(When it works, it prevents the button from looking like a button and
thereby misleads the user.)
P.S. The thread is off-topic: it is about CSS, not HTML. On the HTML
side, it is worth noting that <input type="button"> should never be used
as a static part of a document but only as generated by client-side
scripting. The reason is obvious if you think what happens when
client-side scripting is disabled.