Previous Message
Next Message

liquid design not very liquid in IE6

Sent by Gunlaug_Sørtun on 29 April 2007 01:01


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/
Previous Message
Next Message

Message thread: