I think what you are trying to achieve can be accomplished with simple CSS background properties.
You want to make it fixed and use css positioning to place it on bottom of screen.
You could probably use a percentage when positioning the image so it works in different display settings. My favorite site, W3Schools can help you with positioning: http://www.w3schools.com/css/tryit.a...sition_percent
Hope this helps. Good luck.
__________________
Matt
Cupan Custom Tile and Paint charlotte tile
Not really like for example I have a story that is 1 page long my back ground image would start at the very top of the page and less say have a hight of 1000 px and stop at the bottom of the page.
Then on the other page I have a different story that is 3 pages long. My background image would start at the very top of the page and less say have a hight of 3000px and stop at the bottom of the page
on this forum its the same image www.drysnot.com/forums if I have 1 form the image is small if I add 30 forums the background image will get taller on its own to span from the top to the bottom of the page no matter if the distance changes.
I think what you want to do is have the image you want to use as the background first, then put in a background color to the page that matches the bottom of the image/gradient. Your body css code would look like:
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System
GET RID OF THE ../ syntax and use root relative URLs for a start.
Quote:
but I found out there is some kind of class thing that needs to tie my headbg and footerbg file to my html or something.
is this what you mean?
HTML Code:
<div | span | p | any_other_container_element class="class_name">content</element>
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System