天猫装修全屏、轮播、导航css代码

天猫首页宽屏代码

<div style="height:540px;">
    <div class="sn-simple-logo" style="left:50%;top:auto;border:none;padding:0;">
        <div class="sn-simple-logo" style="left:-960px;top:auto;border:none;padding:0;">
            <img src="//gdp.alicdn.com/imgextra/i2/2110849581/TB2UX1AcVXXXXaRXXXXXXXXXXXX-2110849581.jpg" border="0" height="550" width="1920" />
        </div>
    </div>
</div>

继续阅读

firefox显示图像占位符

编辑以下文件(若文件不存在请创建此文件):

xp用户路径地址:

C:\Documents and Settings\用户名\Application Data\Mozilla\Firefox\Profiles\不固定字符串.default\chrome

win7用户路径地址:

C:\Users\用户名\AppData\Roaming\Mozilla\Firefox\Profiles\不固定字符串.default \chrome

linux用户路径地址:

~/.mozilla~/firefox/不固定字符串.default/chrome/userContent.css

继续阅读