Forums

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

Home Forums CSS Why is the sidebar hiding behind the content? Re: Why is the sidebar hiding behind the content?

#107745
Senff
Participant

Floating the sidebar to the right is not bad practice, it’s actually what you’ll need to do here. Or float it left, either.

Indeed you will also have to add overflow:hidden;to the #page container as a way of clearfixing it, because now both elements in it are floated.