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.
精彩评论