<link type="text/css" rel="stylesheet" href="css/new_file.css" media="only screen and (min-width:480px)" />
<style>
@media screen and (max-width:480px){
body {
background: blue;
}
}
</style>一定要注意and后面的空格
<style>
@media screen and (max-width:480px){
body {
background: blue;
}
}
</style>一定要注意and后面的空格
2016-06-27
老师,我是结合您视频讲解做的自己的网页,在我的网页中当界面缩小时点击按钮右侧连接爱不来,请问是哪里有问题?另外,我右侧的链接部分无法保持在网页的可视界面,有时候网页内容较多时会在下方显示?
2016-06-12