宽度100%在ie7中不起作用

时间:2011-12-08 14:41:49

标签: html css internet-explorer-7

我试图以100%的宽度制作导航,但是,IE7显示错误,其左侧约为100px,右侧约为50px。

我的css代码是:

nav {                       
    padding: 12px;                                
    width:100%;
    height: 40px;
    max-height: 40px;
    display:inline-block;       
    font-size:16px;
    background: black;
    z-index: 100!important;
    margin:0;
    border:1px solid white;
    min-width:100%;
    width:!important;
}  

0 个答案:

没有答案
相关问题