Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS The best way to handle multiple unordered lists? Re: The best way to handle multiple unordered lists?

#64874
MerlinMason
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!