1 頁 (共 1 頁)

Subsilve2 在 IE8 ,forumlist_body 問題

發表於 : 2010-04-19 04:14
坦湖貓
由我最初使用3.0.4直至現時3.0.7-PL1, subsilver2 都是有這問題 !
其實我已發覺好久, 但一直都無理會, 因我本身用 Firefox. 但在首頁使用 IE8 就會看到 forumlist heading 兩組字是直立, 請看圖. 請問您們是否和我一樣出現這情況, 或是我的 stylesheet css 有錯 :?:
subsilverforumlist.JPG
還未有其他辦法之前, 我唯獨是修改 forumlist_body.html
find

代碼: 選擇全部

<th width="50">&nbsp;{L_TOPICS}&nbsp;</th>
<th width="50">&nbsp;{L_POSTS}&nbsp;</th>
delete

代碼: 選擇全部

width="50"
修改後, 使用IE8 就不再是直立了
subsilverforumlist_1.JPG
老師, 這樣做對嗎 ?

Re: Subsilve2 在 IE8 ,forumlist_body 問題

發表於 : 2010-04-19 21:40
心靈捕手
如果您只是要文字好看的話,
因為表格的寬度設定值無效,
所以您的應變方式是可以的。