On 11 Sep 2004 21:40:54 -0700, stevenkobes (AT) hotmail (DOT) com (Steve Kobes)
wrote:
Quote:
By "exactly what I want" I mean:
- if window is large enough, a column of text 500px wide, centered,
with a graphic in the 120px left margin; |
Don't want that. Size the text column(s) in ems.
Quote:
However, max-width is not supported on IE. In fact, the graphic
disappears completely (not sure why). How can I achieve the same
effect on IE? |
There is a hack described at
http://www.svendtofte.com/code/max_width_in_ie/
Be aware though that getting it to work properly can be considerably
more work than this page suggests. For example you will need a media
print override. And the slightest extra variations in the layout may be
difficult to handle or even insoluble. Do hide it in a separate
iehack.css which is linked to in an IE conditional comment, to make sure
no other browsers (or the validator) fall over it.
--
Stephen Poley
http://www.xs4all.nl/~sbpoley/webmatters/