19h
19h

Reputation: 829

Where is the cause for the width-overflow?

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

Answers (2)

Tom
Tom

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

6bytes
6bytes

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

Related Questions