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?

#65115
TheDoc
Member

You should always be more specific in your CSS. For example:

#wrapper #main-navigation { … }

#wrapper #content ul { … }