...

Unordered List Problem in IE

billatl
11-03-2009, 12:21 AM
Hello,

I’m having a CSS conflict problem that’s only affecting IE. Seems in IE, the unordered list (poll) on this page (http://www.jayjackson.net/travelblog/where-should-jay-go-next/) displays bullets to the left of the radio buttons. These bullets are part of another style sheet and are correct for ‘regular’ unordered lists.

Since they are only showing in IE, is there something I can add to the style sheet to account for this?

abduraooft
11-03-2009, 07:39 AM
So you need to remove the bullets from unordered list- right? If so change your CSS like .wp-polls ul li, wp-polls-ul li, .wp-polls-ans ul li {/*polls-css.css (line 25)*/
background-image:none;
display:block;
list-style:none;
text-align:left;
}

billatl
11-03-2009, 03:27 PM
Perfect Thanks!



EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum