View Single Post
  #1  
Old 11-10-2010, 01:39 PM
 
obaluba2 obaluba2 is offline
 

Senior Member
  
Join Date: Sep 2006
Posts: 152
 

Default Background Positioning - help! simple one i'm sure!

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

__________________
4.0.1.18 & 4.1.6 & 4.1.9 & 4.1.11 & 4.2.2 & 4.3.2, 4.6.1
Reply With Quote