2013-07-05 71 views

回答

1

癥結在於h1.assistive-text.section - 航向

變化

/* Text meant only for screen readers */ 
.screen-reader-text, 
.assistive-text { 
    position: absolute !important; 
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 
    clip: rect(1px, 1px, 1px, 1px); 
} 

/* Text meant only for screen readers */ 
.screen-reader-text, 
.assistive-text { 
    width:auto; 
    position: absolute !important; 
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ 
    clip: rect(1px, 1px, 1px, 1px); 
} 
+0

感謝,做工精細! – forkie

0

頁面上的主要HTML標記包括與以下一類:

overflow:hidden; 
margin-left:auto; 
margin-right:auto; 

它會在Chrome瀏覽器現在。