bit puzzled, this works
@media screen and (min-width:298px){
#wrap{
width:100%;
background:#ff0000;
margin:0px;
}
#wrap .banner {
width:100%;
height:150px;
background:#000077 url(imgs/hp-pavilion-20-1-155x103.png)no-repeat left center;
}
}
this doesnt’
@media screen and (min-width:298px) and (max-width:599){
#wrap{
width:100%;
background:#ff0000;
margin:0px;
}
#wrap .banner {
width:100%;
height:150px;
background:#000077 url(imgs/hp-pavilion-20-1-155x103.png)no-repeat left center;
}
}
what am i doing wrong please?
thx
D