![]() |
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.