Skip to content

vanntastic/css-hover

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

CSS Hover

Give IE the :hover pseudo selector

INSTALL and USAGE

<!--[if IE]>
   <style type="text/css" media="screen">
     body { behavior:url("csshover3.htc"); }
   </style>      
<![endif]-->

Now you can do something like this:

/* IE will properly render this */
li:hover{
  background:#eee;
}

Original Source : http://www.xs4all.nl/~peterned/csshover.html

About

Give IE proper :hover pseudo selector behaviors, a mirror of whatever:hover

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published