> I did a search (albeit quick) of the archives for the answer to this, > but could not find it. I would like to change the background and border > color when the focus is on the input field. The following works fine in > FireFox and Safari (background color only), but not in IE PC. Do I need > to resort to a javascript onfocus/onblur to make this work with PC, or > am I missing something here?
The problem is not the invoking of the event but the support of the style changes with form fields. Check Roger's research on the topic of styling form elements: http://www.456bereastreet.com/archive/200409/styling_form_controls/ -- Chris Heilmann Blog: http://www.wait-till-i.com Writing: http://icant.co.uk/ Binaries: http://www.onlinetools.org/ ______________________________________________________________________ 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/
