我的网页位于一个 960px 宽的 DIV 中,我使用以下代码将这个 DIV 置于页面中间:
html,body{background: url(images/INF_pageBg.gif) center top repeat-y #777777;text-align:center;}
#container{background-color:#ffffff;width:960px;text-align:left;margin:0 auto 0 auto;}
我需要将 html/body 的背景图像平铺在页面中间,但是如果浏览器中的可查看窗格的像素宽度为奇数,则居中的背景和居中的 DIV 不会对齐在一起.
这只发生在FF中。
有人知道解决方法吗?