为什么在IE7中,使用百分比的margin-top不起作用?

时间:2011-09-26 06:23:50

标签: javascript jquery css internet-explorer-7

IE7似乎不理解top: 106%

.flex-caption {width: 76%; 
            margin-left: 170px;position: absolute; 
            left: 0; right: 0; top: 106%; color: #b8b8b8; 
            font-size: 14px; line-height: 48px;}

http://www.juxt2.com/test/skeleton/index.html

我有什么样的替代方案?

我正在制作响应式设计,因此无法使用px

我也接受只能在IE7中运行的JavaScript / jQuery修复程序。

1 个答案:

答案 0 :(得分:0)

尝试在其旁边添加!important。像:-margin-top!important;