how to add two widths to one class in css
Posted
by Mayur
on Stack Overflow
See other posts from Stack Overflow
or by Mayur
Published on 2010-06-11T05:02:15Z
Indexed on
2010/06/11
5:12 UTC
Read the original article
Hit count: 323
Hi All,
I want to use min-width and width for a class. Is that possible?
Can I use the following code :
.container
{
min-width:1000px;
width:100%;
height:100%;
overflow:hidden;
}
Thanks
© Stack Overflow or respective owner