Gunlaug Sørtun wrote:
IE6/win2K-pro: the center-part still falls down when I bump up font-size
(in the browser itself), because the two side-columns also gets wider.
This font-size dependency means you'll have to compromise a bit, so here
is my solution:
---------------------
/* fallback */
#findServices, #maincontent select {width: 98%;}
#wrapper {760px;}
/* min-width simulation */
#findServices, #maincontent select
{width:expression(document.body.clientWidth > 950? "500px": "98%" );}
#wrapper {width:expression(document.body.clientWidth < 762? "760px":
"99.98%" );}
---------------------
Greetings,
This seems to work quite well. I just tested it via BrowserCam's remote
access on IE6/XP and the the center column fell down when I got to a
fairly extreme font size (body set to 125% in the CSS and browser set to
'Largest'), but I suppose it can't be avoided at some point. Bottom
line: I am not thrilled with the layout...I think it would be better in
two columns.
Thanks again for the assistance.
Don
--
Don Hinshaw
Hinshaw Design Group
http://www.hinshawdesign.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/