Diane, > I've been struggling with this full time for 2 days and cannot make > IE work with the .htc file.
> <!--[if IE]> > <style type="text/css"> > body {behavior:url("csshover.htc");} > </style> > <![endif]--> I've run into similar problems when using csshover.htc. IE seems especially picky about the path when using "behavior" (I don't know why). Specifying an absolute path worked for me. Have you tried that? In your case this might be: body {behavior: url(/dallas/csshover.htc);} Also, if memory serves, putting this in a conditional comment is unnecessary because only IE will recognize the (invalid) behavior and download the file. Other browsers ignore that style rule. But better read the autho'rs page to verify this. Larry ______________________________________________________________________ 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/