Rhstevenson
05-02-2006, 09:45 PM
Hello friends,
I have a quick question regarding list style images:
Note: There is no problem in Firefox, this is just an IE issue.
I use an image to replace the default list style images at my website (http://www.rhstevenson.com) but in IE when I rollover any link on the page, the image goes away.
Here is my CSS:
#navlist {
padding-left:0px;
margin-left:0px;
margin-bottom: auto;
display: block;
line-height: 17px;
list-style-image: url(Images/dots.jpg);
list-style-position:outside;
}
It's rather difficult to explain, perhaps if you have time you can go to my website (http://www.rhstevenson.com) and take a look, if you're using IE..
Does anyone have an idea why this happens, and if so, how i could fix it?
Thanks in advance,
R
I have a quick question regarding list style images:
Note: There is no problem in Firefox, this is just an IE issue.
I use an image to replace the default list style images at my website (http://www.rhstevenson.com) but in IE when I rollover any link on the page, the image goes away.
Here is my CSS:
#navlist {
padding-left:0px;
margin-left:0px;
margin-bottom: auto;
display: block;
line-height: 17px;
list-style-image: url(Images/dots.jpg);
list-style-position:outside;
}
It's rather difficult to explain, perhaps if you have time you can go to my website (http://www.rhstevenson.com) and take a look, if you're using IE..
Does anyone have an idea why this happens, and if so, how i could fix it?
Thanks in advance,
R