Click to See Complete Forum and Search --> : list style


jrthor2
03-03-2008, 12:37 PM
Could someone tell me how to get rid of the list style on the thumbnail images below the large image on this page: http://www.zluth.org/photo_gallery/?level=picture&id=139

Thanks!!

KDLA
03-03-2008, 12:51 PM
#thumbnav li {list-style-type: none;}

jrthor2
03-03-2008, 12:57 PM
I've tried that, it's there now, but doesn't take the bullet away.

KDLA
03-03-2008, 01:04 PM
It's coming from this:

.main-content ul li {margin:0 0 0.2em 2px; padding:0 0 0 12px; background:url(/images/bg_bullet_full_1.gif) no-repeat 0 0.5em; line-height:1.4em; font-size:120%;}


Put "background: none;" in your thumbnav styles.

KDLA

jrthor2
03-03-2008, 01:10 PM
that did it, thanks.