2012-11-03 47 views

回答

1

這裏是你(請注意,不包括漸變背景IE修復)修復:

h1:after { 
    content: ''; 
    background: linear-gradient(top left, #5FA309, #3B8018); 
    background: -webkit-gradient(linear, left top, left bottom, from(#5FA309), to(#3B8018)); 
    background: -moz-linear-gradient(top left, #5FA309, #3B8018); 
    position: absolute; 
    top: 5px; right: -11px; 
    width: 21px; 
    height: 21px; 
    transform: rotate(45deg); 
} 
+0

你可以嘗試使用'過濾器:進程id:DXImageTransform.Microsoft .gradient(startColorstr ='#5FA309',endColorstr ='#3B8018');'讓它在IE中工作,但我不知道 – Serg

+0

我得到這個結果:http://postimage.org/image/87sz95fr7/ – user1285928

+0

post一個OS +瀏覽器版本,所以它可以修復,我會編輯一個帖子,以適應IE的具體情況 – Serg

相關問題