Forums

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

Home Forums CSS CSS Dropdown menu problems Re: CSS Dropdown menu problems

#69583
noahgelman
Participant

I’m pretty sure you can just do this:

Code:
#navigation li {
float: none;
}

Can’t you? It stops the inheritance of the float and makes it back into a list.