View Single Post
Old 02-21-2012, 09:13 AM  
geel
Registered User
 
Industry Role:
Join Date: Aug 2011
Posts: 19
Min width / max width in all browsers:

Code:
min-width:940px;max-width:1200px;
Min width / max width in Internet Explorer:

Code:
width: expression(document.body.clientWidth < 940? "940px" : document.body.clientWidth > 1200? "1200px" : "auto");
lol?
geel is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote