HighDots Forums  

div a:hover IE 6.0

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss div a:hover IE 6.0 in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
skijor
 
Posts: n/a

Default Re: div a:hover IE 6.0 - 12-31-2006 , 03:21 PM






After attempting this in IE I've come to the conclusion that you are
all right. It's just not worth it.


Reply With Quote
  #12  
Old   
skijor
 
Posts: n/a

Default Re: div a:hover IE 6.0 - 01-01-2007 , 04:56 PM






Just in case anyone still cares:

the fix to getting csshover.htc to work is to add this to your css
stylesheet:

body { behavior:url("csshover.htc"); }

but do it in the context of an additional body selector like this:

body {font:1em verdana, arial, sans-serif;}
body {behavior:url("csshover.htc"); }

and do include it as an additional style to the body selector like
this:

body {font:1em verdana, arial, sans-serif;
behavior:url("csshover.htc");}

and arguments about the virtues of BLINK aside, I believe this code is
necessary to get IE to produce a hover effect on any selector besides a
link (<a></a>) say for example to produce a drop-down menu when mousing
over a list-item (<li></li>).


Reply With Quote
  #13  
Old   
skijor
 
Posts: n/a

Default Re: div a:hover IE 6.0 - 01-01-2007 , 05:00 PM



Quote:
and do include it as an additional style to the body selector like
this:

body {font:1em verdana, arial, sans-serif;
behavior:url("csshover.htc");}

correction:
and DO NOT include it as an additional style to the body selector like
this:

body {font:1em verdana, arial, sans-serif;
behavior:url("csshover.htc");}



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.