Posted by Vladdy on 07/09/05 01:44
Greg N. wrote:
> Els wrote:
>
>> min-width:40em; works for most browsers.
>> For IE you'll need tricks to do it.
>
>
> That's a funny statement.
>
> IE *is* most browsers, like it or not.
For the sub-par HTML renderer a.k.a. IE you can resort to their
proprietary expression() as the CSS property value:
width: expression((document.documentElement.clientWidth < 700?700 :
document.documentElement.clientWidth) + "px");
--
Vladdy
http://www.klproductions.com
Navigation:
[Reply to this message]
|