Witam
Chciałbym żeby na stronie od 1200px metodą
@media screen and (min-width: 1200px) and (max-width: 1000px) {
}
pojawiaja się ramka którą wywojuje się taką metodą
<iframe src="index.html" width="100%" height="110px" frameborder="0" ></iframe>
a od 1600 px żeby na stronie taką metodą
@media screen and (min-width: 1600px) and (max-width: 1200px) {
}
pojawiała się ramka wywoływana taką metodą
<iframe src="index_2.html" width="100%" height="110px" frameborder="0"></iframe>
i jak mam to wprowadzić na stronie aby sprawnie działało ?