David Feldman wrote:
> I'm creating a number of forms with styled buttons. I've given up on
> both <input> and <button> elements because of the variable-width
> padding IE adds to them (as well as the 1px border IE puts around
> their background images) and am using <a> tags instead, styled with
> CSS and with href="javascript:..." attributes.

What if JS is disabled?
I'd use JS to write two CSS rules: one for the button you want to hide and
one for the one you want to show. Doing so if there is no script support,
atleast there is a valid submit button.
To hide the button, did you try z-index:-1?

Thierry | www.TJKDesign.com

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to