2008年2月18日

Blogger Template v.s. Internet Explorer, title was gone

我的IE神奇事件簿再添一筆,就是使用Blogger官方提供的Template,居然點進次頁後,標題就莫名其妙鬧失蹤了!

有圖有真相:

費了一番好大的功夫,在Template的HTML source中找到原因了,參考以下CSS代碼中紅色粗體字的部份。

#header {
margin: 0 2%;
background-color: $headerBgColor;
color: $headerTextColor;
padding: 0;
font: $headerFont;
/*position: relative;*/
}

#header h1.title {
padding-top: 10px;
margin: 0 1% .1em;
line-height: 1.2em;
font-size: 100%;
}

#header h1.title a {
color: $headerTextColor;
text-decoration: none;
}

修正後的畫面,有圖有真相:

環境:
Internet Explorer 6.0
Windows XP SP2

沒有留言:

張貼留言

lyhcode by lyhcode
歡迎轉載,請務必註明出處!