Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   HTML / DHTML (http://siteownersforums.com/forumdisplay.php?f=7)
-   -   Min-width & Max-width (http://siteownersforums.com/showthread.php?t=59719)

davikerkrish 09-06-2012 04:05 AM

Min-width & Max-width
 
.div_class_name{
width: expression(document.body.clientWidth < 1000? "1000px" : "auto");
}
.div_class_name{
width: expression(document.body.clientWidth > 1000? "1000px" : "auto");
}


All times are GMT -7. The time now is 09:01 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.