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? Link to comment https://forums.phpfreaks.com/topic/12145-input-submit-class/ 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] Link to comment https://forums.phpfreaks.com/topic/12145-input-submit-class/#findComment-46243 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. Link to comment https://forums.phpfreaks.com/topic/12145-input-submit-class/#findComment-46325 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. Link to comment https://forums.phpfreaks.com/topic/12145-input-submit-class/#findComment-46349 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.