strange lists
Posted: Thu Nov 10, 2005 2:09 pm
whenever i load up a my page when the images/stylesheet hasnt been used in a while, the images that I used for the <li>'s turn into big black circles (not regular circlular <li>'s), and i have no idea why. this is the code that I am using:
It only seems to happen in firefox and netscape, not sure why 
Code: Select all
-- in my css.css file ---
#menu li {
list-style-image: url('liImage.gif');
list-style-position: outside;
}
-- in my .html page --
<ul>
<li>Home</li>
<li>Products</li>
<li>Games</li>
<li>My Blog</li>
</ul>