移动版首页无效

时间:2013-07-20 00:32:07

标签: html css css-sprites

我已将所有小蓝色徽标图像作为客户网站的精灵,但该网站在移动设备上不存在。我不知道为什么会这样。以下是用于spriting的HTML的一些示例代码:

<div class="fourCol">
<div id="firstSecond" class="centerContent" style="width:48px;height:48px;">
<img class="agenda" src="images/trans.png"  alt="agenda">
</div>
</div>

精灵只是CSS中“spriting”的标准方法......

这是网址:首页

编辑:这里的代码可能搞砸了:

@media only screen and (max-width: 1024px) {
    .responsive-grid-active .block img {
        height: 100%;
    }
}

0 个答案:

没有答案