I am so stuck at the moment. I created the following page: http://www.albruna.nl/testing/index.html to which I have added the following css (at line 32 in the index.html):
body { background-image:url(images/main-bg.jpg); background-repeat:repeat-x; background-position: bottom; height:100%; }
but still it doesn't align at the bottom in Firefox and Opera. I have looked for a solution but didn't find any. Can anyone here help me out?
D.H.W.E. adds its own "body" style section on your .css file; try to delete it manually from the generated file then retry. If it doesn't work probably FF and Opera don't support that style.
which can't be of influence. It should be somehow possible to align and repeat the main-bg.jpg image at the bottom of the page but for the life of me I can't figure it out.