On Feb 18, 2006, at 4:18 PM, Iorhael wrote: > Hi, am still wondering if anyone knows I can prevent the Submit and > Reset buttons from shifting when clicked in this form: > > http://www.drkdesign.com/debscards/cards_form.php > > The code for the buttons: > > input[type=submit], input[type=reset] { > margin: 15px; > padding: 3px; > width: 5em; > text-align: center; > border: 1px solid #000; > }
I don't know what your buttons do in IE (I put VirtualPC to sleep). One thing I'm sure: IE 6 doesn't support attribute selectors like you are using in that code snippet. It won't use your code. Philippe --- Philippe Wittenbergh <http://emps.l-c-n.com> ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
