Today just a short snippet.
To center a background image vertical and horizontal especially Mozilla Firefox need the attribute “fixed”:
body {
background-image: url(....);
background-position: center center;
background-attachment: fixed;
height: 100%;
}
Tested with: IE 6 – 8, Firefox 3.6, Safari 4
With this little trick, my day will be fine! Ole.
last Comments