/ Published in: CSS
When oversized content (i.e. wide image) is placed in fixed width floated container, it may break the layout. To prevent that use this trick. It will hide a part of the content but at least your layout structure will remain intact.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
#main { overflow: hidden; }