/ Published in: CSS
Expand |
Embed | Plain Text
width: expression(document.body.clientWidth < 742? "740px" : document.body.clientWidth > 1202? "1200px" : "auto");
You need to login to post a comment.
marcio on 01/04/08
2 people have marked this snippet as a favorite
width: expression(document.body.clientWidth < 742? "740px" : document.body.clientWidth > 1202? "1200px" : "auto");
You need to login to post a comment.