PDA

View Full Version : Windows IE not showing bullet image



fasterthanlight™
January 3rd, 2007, 10:50 AM
Why won't IE6 for windows display the first bullet image of a list but displays every other bullet image in the list. Its looking like it has the inability to show just one of them for a page, as other lists on the same page have all the bullets showing

duncanhall
January 3rd, 2007, 10:56 AM
I remember having endless problems with bulleted lists in IE at one point, and I seem to remember wrapping the image path in quotes helped in some cases.

eg:



#myList {
list-style-image: url("images/image.gif");
}


Also, IE goes a bit mental with the margin and padding around lists compared to Firefox, so try moving the list about a bit and make sure the first bullet isn't just being cut off by some other page element.

thats all folks
January 3rd, 2007, 11:20 AM
I remember reading I.E likes double quotes or no quotes at all, and it has a hard time with single quotes.

fasterthanlight™
January 4th, 2007, 01:04 AM
Interesting lads, I shall look into it