No Background Colour
No Background Colour
- Started
- Last post
- 7 Responses
- ********
I have a wrapper DIV inside that is head, side bar float left sidebar 2 float right, and a footer. For some reason the wrapper DIV is not showing the background colour.
Anyone have any ideas why, I am a bit stuck at the moment.
- brandelec0
your wrapper is not inheriting the height of its content since its floating, probably why you can't see the bg. try clearing all the divs at the end
- bulletfactory0
do you have a link so we can take a look?
- brandelec0
<br style="clear:both;" />
- caoimh0
I´d need to see the example but it sounds fixable if you set the main wrapper div to:
overflow:auto;
- Thanks mate, that was the problem. overflow:auto;********
- Thanks mate, that was the problem. overflow:auto;
- ********0
Could you explane to me what overflow:auto; does.