inherit
Sierra One
105802
0
Nov 19, 2012 10:38:38 GMT -8
Michelangelo "Spike" Scarlatti
Dead To The World
6,224
June 2007
burbee34
|
Post by Michelangelo "Spike" Scarlatti on Jul 3, 2013 6:35:53 GMT -8
www.animadesigns-shop.com/^^^OK, so I would like to have some sort of image on a forum I want to make, like how the site above has grass at the very bottom that doesn't move. Is there a code for that? Or is there a way I can add an image to the bottom of my forum and have it sit there without moving?
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jul 12, 2013 2:52:36 GMT -8
I'll assume this is for a V4 forum since you didn't post in the V5 boards. Put this in your global footer (or main if you want it to just be on the main page): Add your image where the blue is and make sure you put a height for the image. There could be text added between those divides if you wanted. <style type="text/css"> #container { min-height: 100%; }* html #container { height: 100%; /*IE6*/ } #navigation { width: 100%; background-image: url( i41.tinypic.com/73o379.jpg); height: 60px; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000; } * html #navigation { position: absolute; width: 100%;/*IE5.5*/ bottom: 0; left: 0; overflow: visible; top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat') ? documentElement.scrollTop +(documentElement.clientHeight-this.clientHeight) : document.body.scrollTop +(document.body.clientHeight-this.clientHeight)); } </style> <div id="navigation"></div> If you wanted this for V5 you'd want to be adding it to your template. Let me know and I'll give you instructions on how to do it.
|
|
inherit
Sierra One
105802
0
Nov 19, 2012 10:38:38 GMT -8
Michelangelo "Spike" Scarlatti
Dead To The World
6,224
June 2007
burbee34
|
Post by Michelangelo "Spike" Scarlatti on Jul 27, 2013 13:56:55 GMT -8
shoot I forgot I had this post. Um, yeah it's for v5. I totally forgot I had posted this. adding it to my template? Now I'm lost.
|
|