On 9/15/10 8:24 PM, Keith Purtell wrote:
A typical example of a problem I'm trying to deal with is IE ignoring
max-width.- Keith Purtell





IE 7/8 support min/max.
IE/6 does not support min/max.

IE/6 is on "death row."
Feed IE/6 width only [not min/max width].

#page {min-width: whatever; max-width: whatever; }
/* for IE 7 and compliant browsers*/
* html #page {width: whatever; }
/* for IE/6 -- only IE/6 will see the star hack */

Best,
~d


--
:: desktop and mobile ::
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to