开发者

CSS: menu bar shifted to right in Safari

For some reason, my menu bar is shifted to right in Safari:

http://w开发者_如何转开发ww.danydiop.com/danydiop/

In Firefox it is correct. What should I change in the css code ?

thanks


Try using :

#header-blocks {
  position: absolute;
}

instead of position: fixed.


You should, however, seriously consider cutting down on the number and complexity of the stylesheets you're using.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜