View Single Post
Old 09-06-2012, 04:05 AM   #1
davikerkrish
Registered User
 
Join Date: Jul 2012
Posts: 111
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");
}
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
davikerkrish is offline   Reply With Quote