I'm curious as to what some of you may think of this method I saw for
handling IE's refusal to recognize max/min-width? I had never heard of
an expression hack.
* html #wrapper {
width: expression( document . body . clientWidth < 972 ? "970px":
"auto" );
}
- Keith Purtell
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
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/