Home › Forums › CSS › Anything Slider not displaying list bullets › Re: Anything Slider not displaying list bullets
March 28, 2010 at 7:47 pm
#73138
Member
It seems every time I post a question on a forum I find a solution right away. Something in my css file was trumping my .test styles to I just added the containing div to the style like so:
#container .test ul {list-style-type:disc;}
…
That seems to do the trick. Although, I still can’t figure out where this mystery list-style-type:none was coming from :? .