Anne McKinsey wrote:

> Just uploaded a Flash file and it looks great in all browsers except 
> IE6 where there is about 300 px of blank space just above it. Help! 
> Any ideas of what I can do to repair this?
> 
> http://www.amckwebandprint.com/

You can isolate the container and hide the overflow, by adding...

* html #maincontent {
   width: 590px;
   widt\h: 500px;
   overflow-x: hidden;
}

...to prevent IE from expanding the flash file "container" - see: IE's
"auto expansion bug" - and push it below the sidebar.
I've included values for both IE6 in standards mode and older versions
in quirks mode.

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/

Reply via email to