tags:

views:

142

answers:

2

I have an unordered list inside a div element that specifies a background image. All the li elements that I have in it have small white borders around them. I have tried setting the padding, margin, borders and background properties but nothing seems to get rid of them.

Any ideas?

A: 

Casey, can you post the relevant css and html code? Does your background image have a 1px white border in it?

stereointeractive.com
A: 

That is very strange.

I'd ensure that no background color is set on the ul.

Can you inspect using firebug?

apocalypse9