在interner explorer9中,图像对齐是错误的

时间:2013-05-29 15:04:59

标签: html css internet-explorer-9

我在这里应用ie9.pop up的衬里渐变显示但是与mozilla和chrome相比,图像对齐是错位的,任何身体都可以告诉我错误是什么。

这是我的代码:

.top_block {
    position: fixed;
    display: block;
    min-height: 150px;
    min-width: 105px;
    z-index: 9999;
    background: -webkit-gradient(linear, left top, left bottom, from(#E9E9E9), to(#D3D3D3));
    background: -moz-linear-gradient(top, #E9E9E9, #D3D3D3);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E9E9E9', endColorstr='#D3D3D3',GradientType=0 );
    margin-left:72px;
    left: 36%;
    top: 32%;
    border: 6px solid white;
    border-radius: 10px 10px;
    -moz-border-radius: 10px 10px;
    -webkit-border-radius: 10px 10px;   
    padding: 15px;
}

0 个答案:

没有答案