簡體   English   中英

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

[英]Why doesn't margin-top using percent work in IE7?

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 修復程序。

嘗試在它旁邊添加 !important 。 喜歡 :- margin-top !important;

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM