/ Published in: CSS
Expand |
Embed | Plain Text
*html .bg {width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 996 ? "996px" : "100%");}
You need to login to post a comment.
0range on 03/25/10
1 person have marked this snippet as a favorite
*html .bg {width:expression((document.documentElement.clientWidth || document.body.clientWidth) < 996 ? "996px" : "100%");}
You need to login to post a comment.