2 messages in org.css-discuss.lists.css-d[css-d] Using max-width with IE/Win 6.0
FromSent OnAttachments
aro...@fandmbank.comJul 22, 2004 11:41 am 
subimage interactiveJul 22, 2004 1:41 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[css-d] Using max-width with IE/Win 6.0Actions...
From:subimage interactive (@)
Date:Jul 22, 2004 1:41:41 pm
List:org.css-discuss.lists.css-d

Max-width isn't supported by IE. You can achieve this same behavior with a style "expression" for IE. Here's a good link that describes the problem and comes up with a solution.

http://www.svendtofte.com/code/max_width_in_ie/

As far as wanting a server-side solution, I'm not sure that's even possible to trap an onUnload like that and serve the visitor another page from your server.

Hope that helps!

I used a max-width on my disclosure div, and it looks great in Opera, Mozilla, Firefox, and even Netscape 7.1, but IE seems to ignore it.

Can someone offer me an alternative to this? I'm new to web design, and I have tried to stay away from the table format the rest of the site was built in.