Hi,
I've got a 4.1.1 installation that I'm working on and I'm trying to make the background image sit on the absolute bottom of each page..
I am pulling my hair out with this as I dont understand why it won't work!
Here's my CSS:
HTML,BODY {
height: 100%;
MARGIN: 0px;
PADDING: 0px;
BACKGROUND-COLOR: #980065;
background-image: url(/store/skin1/images/bg2.jpg);
background-position:bottom;
background-repeat: no-repeat;
}
It seems to me it doesnt like the height: 100% as if i change it to 1500px or similar it does move, but obviously this is no good as all my pages are different sizes!
It just resizes to the screen resolution size which looks very strange when you scroll further down!
Any help would be hugely appreciated!!
thanks
