Home › Forums › CSS › The best way to handle multiple unordered lists? › Re: The best way to handle multiple unordered lists?
January 21, 2011 at 9:57 am
#64874
Member
Perhaps it was because you were targeting the whole list rather than the list items?
So it would be more like:
#bullets li {stuff:stuff;}
That may or may not work!