Log in

View Full Version : Help with Unordered List when aligned with images



malhyp
08-31-2009, 07:05 AM
Hi there, I have created an unordered list but when i align them to the left with an image on the left hand side, for some reason the circles dissapear behind the image. This varies between browsers.

I have attached an image of what is happening along with a screen dump of my css from firebug.

Thanks

Snookerman
08-31-2009, 08:11 AM
Try this:

ul {
list-style-position: inside;
}

Good luck!