joquius Posted June 16, 2006 Share Posted June 16, 2006 Hi,Just wondering if anyone knows of an alternative to input[type="submit"] { } for ie. I mean I'm not to sure where it does work, I know it works for me in FF, but in any case. Oh well.Any ideas? Quote Link to comment Share on other sites More sharing options...
AndyB Posted June 16, 2006 Share Posted June 16, 2006 You can apply CSS styles to the input type="submit" in the same way as you can style any other input or with inline styling. Perhaps I'm misreading the question ???[a href=\"http://www.sitepoint.com/print/style-web-forms-css\" target=\"_blank\"]http://www.sitepoint.com/print/style-web-forms-css[/a] Quote Link to comment Share on other sites More sharing options...
wildteen88 Posted June 16, 2006 Share Posted June 16, 2006 I belive IE (6 & 7) supports the input[type=submit] selector in CSS. Quote Link to comment Share on other sites More sharing options...
nogray Posted June 16, 2006 Share Posted June 16, 2006 You can set a class for the submit button, so the style won't effect other input fileds. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.