strange lists

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
someberry
Forum Contributor
Posts: 172
Joined: Mon Apr 11, 2005 5:16 am

strange lists

Post 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 :(
Post Reply