Klaus Hartl wrote:
>
>
> whatever:focus though works perfectly:
>
>
> /* whatever:focus */
> input, select, textarea {
> background-color: expression(this.runtimeStyle.backgroundColor,
> this.onfocus = function() { this.className += ' onfocus'; },
> this.onblur = function() { this.className =
> this.className.replace('onfocus', ''); } ); }
>
Thank you for this, Klaus. Now I can add this to my "help-ie.css"
and take the JS out of the "help-ie.js" file. Thank goodness for
conditional comments!

Sorry for hijacking the previous thread.

Cordially,
David
--
David Hucklesby, on 7/12/2005
<http://www.hucklesby.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