Page 1 of 1

strange lists

Posted: Thu Nov 10, 2005 2:09 pm
by someberry
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:

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>
It only seems to happen in firefox and netscape, not sure why :(