css:如何使这个渲染跨浏览器?

时间:2015-01-30 22:44:50

标签: html css

页面在谷歌浏览器浏览器上加载正常,但在Firefox或IE上,元素似乎没有正确显示,想知道发生了什么。

http://jsfiddle.net/xjL6puez/

#DIV_1 {
    bottom: 0px;
    color: rgb(31, 44, 51);
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1920px;
    z-index: 200;
    align-self: stretch;
    perspective-origin: 960px 315px;
    transform-origin: 960px 315px;
    background: rgb(67, 67, 67) none repeat scroll 0% 0% / auto padding-box border-box;
    border: 0px none rgb(31, 44, 51);
    font: normal normal normal normal 12px/normal 'Gotham SSm A', 'Gotham SSm B', 'lucida grande', Tahoma, Arial, sans-serif;
    outline: rgb(31, 44, 51) none 0px;
}/*#DIV_1*/

#HEADER_2 {
    color: rgb(31, 44, 51);
    height: 56px;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 1919px;
    z-index: 50;
    align-self: stretch;
    perspective-origin: 960px 28px;
    transform-origin: 960px 28px;
    background: rgb(175, 224, 233) none repeat scroll 0% 0% / auto padding-box border-box;
    border-top: 0px none rgb(31, 44, 51);
    border-right: 0px none rgb(31, 44, 51);
    border-bottom: 0px none rgb(31, 44, 51);
    border-left: 1px solid rgb(53, 53, 53);
    font: normal normal normal normal 12px/normal 'Gotham SSm A', 'Gotham SSm B', 'lucida grande', Tahoma, Arial, sans-serif;
    outline: rgb(31, 44, 51) none 0px;
}/*#HEADER_2*/

0 个答案:

没有答案