Frank DeRosa
Frank DeRosa

Reputation: 2291

Can you explain this layout weirdness?

On this page:

http://www.ntelos.com/wireline/main

In both IE7 and FF, but not Chrome or IE6, the layout of this page is very odd. Everything is fine except that the page width is way off. It doesn't occur anywhere else in the site.

The page uses XHTML Strict, CSS, and jQuery to get the parts to work. Any clues?

Thanks very much for any assistance.

Frank

Upvotes: 0

Views: 98

Answers (1)

sberry
sberry

Reputation: 132018

It is the "infinite_thumbs" classed div.

Try setting width, or max-width on it. 200px worked for me to fix the problem.

Upvotes: 4

Related Questions