Daniel Hammond wrote:
> www.objectivedesigns.com/photothumbs.htm.

> There is nothing on the page that loads in the iframe that would 
> cause any content to be wider than the iframe itself.

Yes, there is - an IE6 bug to be exact :-)

IE6 hides, but can't always get rid of the width of, the scrollbar that
is no longer needed in the page loaded into an iframe. Thus, there will
be space on the right side, regardless of how wide the iframe is made.

Hide the horizontal overflow on the html-element in photothumbs.htm
- and any other page IE6 has problems with, and the problem is solved.

* html {overflow-x: hidden}

...works just fine for that page.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to