Sarah Atkinson wrote: > I just launched a site and I’m having trouble on one computer with > it. The top image bounces down but only does it on one computer all > others it looks fine. I can’t figure out the difference.
> http://www.wiesetrucks.com/newtrucks.php IE6 (on win2K) introduces its 'auto-expansion bug', making the entire #content-container run out of space and drop. The addition of... * html #content {overflow-x: hidden;} ...will fix that browser. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
