responsive.css中媒体的新属性没有效果

时间:2014-10-03 03:31:38

标签: css responsive-design

你好,我希望你能回答我的问题,

我的问题是我的responsive.css没有响应,我编辑了媒体查询,我为它添加了新的属性,但它没有显示我何时使用firebug检查元素,是什么' s错了吗?

提前感谢!

1 个答案:

答案 0 :(得分:0)

确保您的代码格式如下。

 @media (max-width:320px) 
 { 
 #promo{float:left;}
 nav{width:90%;} 
 nav ul li a{width:83%;} 
 #banner{margin:auto; float:none; position:relative; margin-top:78%; height:229px; width:100%; float:left !important;} 
 .footer-links {margin-bottom:20px; padding-left:7%; text-align:left!important; width:100%;}
 }