torrentboy
New Member
As the title implies my problem is that the content doesn't stay inside the main container (no floats are used).Yes, I know there are a lot of questions regarding this matter here on Stack, though none of the solutions I've tried works for me.What I've tried:
- Overflow: hidden on "#infoBox"
- A div with "clear:both" as the last node in "#infoBox"
- position: relative in the CSS of '#infoBox'