本站遵守 Creative Commons License 许可 转载时务必以超链接形式标明文章原始出处和作者信息 |





| ReMOSitory 默认的CSS在IE6下显示错位 |
|
|
|
| Written by Administrator | |||
| Wednesday, 14 November 2007 09:03 | |||
|
ReMOSitory 默认的CSS在IE6下显示错位,而Firefox和Opera就没有问题。 可以在ReMOSitory.CSS文件里除去以下代码: /* IE hack to get round ignoring right margin */ * html .remositoryfilesummary { width: 100%; } .remositorypagenav { clear: both; width: 100%; text-align: right; padding-top: 10px; } 和 /* IE hack to control icons */ * html #remositoryiconlist div { width: 70%; } #remositoryeditor { clear: left; margin-left: 10px; }
|
|||
| Last Updated on Sunday, 08 February 2009 07:19 |