John
John

Reputation: 627

Why does the horizontal scroll bar appear when

On this site, a horizontal scroll bar appears if the browser is resized to a certain size. Here's an attached image of what I mean. Notice the horizontal scroll bar at the bottom and the image cutting off even though the backgrounds are set to repeat-x.

enter image description here

Anyone know what could be causing this?

Upvotes: 1

Views: 1027

Answers (2)

unclenorton
unclenorton

Reputation: 1625

It is the iframe inside #fb-root element in facebook-like section, that has a width of 575px

Upvotes: 3

php-b-grader
php-b-grader

Reputation: 3325

Very difficult to identify without code. Either post some code or install Chrome, right click and "inspect element" to find the offending element.

As above - there is clearly an element that has a width > than the body

Upvotes: 1

Related Questions