firefox8与zBench主题的不兼容解决

firefox 升级至 8.0a2 (2011-08-22),发现和zBench 1.2.7有冲突。
页面样式乱了,右边的侧边栏跑到下边了!

难以忍受!很快研究出了解决方案:

1
2
3
4
5
6
7
8
9
<!-- header.php -->
<body>
  <div id="nav">
  <div style="clear:both"></div> <!-- 增加此行 -->
  <div id="wrapper">
  <div id="header">
  <div id="content">
  <div id="sidebar-border">
……

样式文件也需要小修改一下:

1
2
<!-- style.css -->
#wrapper{overflow:hidden;margin:0 auto;width:960px;} # 960px 改为 961px

然后一切正常了!:)

 

无觅相关文章插件,快速提升流量

发表评论?

2 条评论。

  1. :razz: 这个主题我曾经用过,在无觅网络上连接你了

发表评论


注意 - 你可以用以下 HTML tags and attributes:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">