For some reason, my menu bar is shifted to right in Safari:
http://www.danydiop.com/danydiop/
In Firefox it is correct. What should I change in the css code ?
thanks
For some reason, my menu bar is shifted to right in Safari:
http://www.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.