rollandburn wrote:
> Hi everybody,  I wonder if someone could take a peek at the following
>  url and tell me why my left floated menu is pushing content below it
>  (as if it had 'clear' applied to it) in the content area to the 
> right, only in IE.
> 
> http://www.medicineshoppesarnia.com/question_answer_corner/

IE6 is buggy, and calculates the table to be 100% wide relative to the
wrapper - before rendering it at correct width within #about.

Add 'Layout'[1]...
#about {zoom: 1;}
...to contain the table and keep IE6 from miscalculating its width.

regards
        Georg

[1]http://www.satzansatz.de/cssd/onhavinglayout.html
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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