开发者

CSS: menu bar shifted to right in Safari

开发者 https://www.devze.com 2023-01-14 07:12 出处:网络
For some reason, my menu bar is shifted to right in Safari: http://w开发者_如何转开发ww.danydiop.com/danydiop/

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

精彩评论

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