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.
|