views:

66

answers:

1

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

+4  A: 

It is the "infinite_thumbs" classed div.

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

sberry2A
Out of curiousity, what browser are you on?
Anthony Forloney
width: 150px seems to be the best. I'm on Firefox 3.6.
CalebD
FF3.2.7 on Vista, FF3.0.17 Mac. The content of the page looks fine in the viewport, but there is a horizontal scrollbar that allows to scroll to the right.
sberry2A