I have an unordered list styled like this:
ul {
background-color:#FFFFFF;
text-align:left;
display: block;
text-decoration:none ;
list-style-position:inside ;
list-style:none;
}
ul a:hover {
list-style-image:url(image s/tick.gif);
}
In IE6 this shows as intended an image as 'bullet' when the cursor hovers
over the link, but in Opera7 and Mozilla 1.5 the image does not show on
hover.
Could someone help me to make the image show up in other browsers than IE,
please? Perhaps it has nothing to do with the image, just with the a:hover?
I tried various combinations, but none that works.
Your help will be greatly appreciated.
--
Groet, Adriana.
[throw rubbish out if you want to reach me by e-mail]
ul {
background-color:#FFFFFF;
text-align:left;
display: block;
text-decoration:none ;
list-style-position:inside ;
list-style:none;
}
ul a:hover {
list-style-image:url(image s/tick.gif);
}
In IE6 this shows as intended an image as 'bullet' when the cursor hovers
over the link, but in Opera7 and Mozilla 1.5 the image does not show on
hover.
Could someone help me to make the image show up in other browsers than IE,
please? Perhaps it has nothing to do with the image, just with the a:hover?
I tried various combinations, but none that works.
Your help will be greatly appreciated.
--
Groet, Adriana.
[throw rubbish out if you want to reach me by e-mail]
Comment