2013-07-05 139 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浏览器现在。