how do you make IE recognise the pusedo :hover for lists?
e.g.
#css:
ul li:hover{
background:green;
}
#this does not work
is there a css way to fix this. I know of a javascript way but I want to avoid javascript as much as possible.
thanks.<!-- m --><a class="postlink" href="http://www.vladdy.net/Demos/iepseudoclassesfix.htmlyay">http://www.vladdy.net/Demos/iepseudoclassesfix.htmlyay</a><!-- m --> thanks a lot, vladdy has a solution for everthing!
e.g.
#css:
ul li:hover{
background:green;
}
#this does not work
is there a css way to fix this. I know of a javascript way but I want to avoid javascript as much as possible.
thanks.<!-- m --><a class="postlink" href="http://www.vladdy.net/Demos/iepseudoclassesfix.htmlyay">http://www.vladdy.net/Demos/iepseudoclassesfix.htmlyay</a><!-- m --> thanks a lot, vladdy has a solution for everthing!