Reputation: 829
I've got a problem... I cannot localize the cause for the width-overflow...
Could anyone take a look at it? http://sulayman.org/
I've already been watching out for reasons - but didn't find anything.
Thank you all!
Upvotes: 1
Views: 132
Reputation: 30698
There is no width overflow with Firefox 3.6.
If you insist there is, insist back to your browser with a body {width: 100%; overflow: hidden;}
Upvotes: 0
Reputation: 6132
div with a class="navigation clear"
has a property
margin: 0 0 25px 0;
The 25px
is causing this weird behaviour.
Upvotes: 3