Bullet Positioning w/ Image

Hi -

I've got a page that needs some <li> help.

<!-- m --><a class="postlink" href="http://kdla.ky.gov/_test/e-archive/e-archive-subpage.htm">http://kdla.ky.gov/_test/e-archive/e-ar ... ubpage.htm</a><!-- m -->

The images I use as bullets look fabulous in FF, but hang above the text in IE. What do I need to put in my coding to vertically align these bullets in IE?

(bullet/list coding in the document's header, not the linked stylesheets)

Thanks,
KDLAChange/add:#e-archive-content li {font-family: verdana, sans-serif; line-height:1em;margin-top:1em;list-style-image: url(---globe.gif);}
#e-archive-content li.pdf {list-style-image: url(---sheet.gif);line-height:1em;margin-top:1em;}

The margin may require a little more alteration to get the desired positioningWorks and looks great!
Thanks Fang :)
KDLA
 
Back
Top