Sent by Mandy on 29 April 2007 10:10
Thank you very much Gunlaug. Your help is very much appreciated. That
did the trick.
Mandy
-----Original Message-----
From: Gunlaug Sørtun [EMAIL-REMOVED]]
Sent: 29 April 2007 01:17
To: Mandy
Cc: [EMAIL-REMOVED]
Subject: Re: [css-d] liquid design not very liquid in IE6
Mandy wrote:
> I would appreciate it very much if anyone can tell me why, in IE6 the
> right hand column drops down below the others at a smaller screen
> size rather than slide across (liquid) as it does in Firefox?
> http://www.ageconcerngillingham.org.uk/default.htm
IE6 doesn't respect given dimensions, and will auto-expand containers so
content fits inside - like in unrestricted HTML tables.
The addition of...
* html #menu, * html #maincenter, * html #mainright {
overflow-x: hidden;
}
....will give you some control, as IE6 will then respect the
percentage-width declared on those containers. The overflowing parts on
narrow windows, will of course be hidden in IE6.
regards
Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
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/