BloggerAds廣告

相關文章

顯示具有 IE7 標籤的文章。 顯示所有文章
顯示具有 IE7 標籤的文章。 顯示所有文章

2013年10月29日 星期二

disable weird scroll bar in IE7

just a note for disabling the weird scrollbar in IE7

add the following css


html {
    overflow:auto;
}