Can I use Media queries with current div style maybe like that:
.myDiv {
anyStyle : ...;
@media (myDiv's width > 100px) {
height: 40px;
}
}
I found several pages,but there said only using window params. if anybody know how to use the media, please tell me about I saw the links:
heightof the.myDivrelatively to itswidth?