NOOB question...
Does LI:HOVER{background:url(image.jpg) 0 0 no-repeat;}
work across all browsers?
NOOB question...
Does LI:HOVER{background:url(image.jpg) 0 0 no-repeat;}
work across all browsers?
http://www.quirksmode.org/css/contents.html , yes, but <= IE6 has some problems, but who cares?
IE versions older than 7 won't support it.
I recommend IETester.
Also, background-repeat is supposed to be defined before background-position, although most browsers will understand the values in whichever order they are given.