list-style-image not working in ie

liunx

Guest
can somebody explain to me why this dropdown (<!-- m --><a class="postlink" href="http://www.jminnovative.com/clients/martech/dropdown2.html">http://www.jminnovative.com/clients/mar ... down2.html</a><!-- m -->) looks so much different in ie. it works beautifully in ff, but ie seems to not like it. thanks.maybe try changing

.BGSub a {
display: block;
text-decoration: none;
color: #333333;
}
To:
.BGSub a {
display: block;
text-decoration: none;
color: #333333;
margin:0px;
}

Not sure if it will work, but its worth a try.yeah, that didn't work. why doesn't ie display the bullets?The float:left removes the images in IE.
A way round this problem is to place the image on the li background and add padding-left to move the text away from the image.ok, I got it fixed (<!-- m --><a class="postlink" href="http://www.jminnovative.com/clients/martech/divs.html">http://www.jminnovative.com/clients/martech/divs.html</a><!-- m -->) thanks guys.
 
Back
Top