Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2006
    Posts
    96
    Plugin Contributions
    0

    Default footer background image

    I have added a background image to the footer portion of my template and it shows in firefox but not Ie.
    http://www.tykies.com/shop/

    and here's the image: http://tykies.com/shop/includes/temp...ges/footbg.jpg

    and here's the css that I _think_ controls it:

    Code:
    .smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
    	font-size: 0.9em;
    background:url(http://tykies.com/shop/includes/templates/custom/images/footbg.jpg)top left no-repeat;
    	margin-left: auto;
    	margin-right:auto;
    	height:17px;
    	width:760px;
    	z-index: 2;
    	}
    (I'm using the url right now, because I can't view the image when editing css in webdev if I just use the path)

    Oh! Editing to add in: once the above is resolved, I'd like to know how to put a littl e padding on the bottom of the copyright text so its not sitting right on that line in the image. padding-bottom:20px; doesn't seem to work right, as it just addes more of the body background repeated image instead of shifting the foot background down. Hmm...maybe my top left define?

    help is appreciated!
    Last edited by Tykies; 19 May 2006 at 04:51 PM.

  2. #2
    Join Date
    Feb 2006
    Posts
    96
    Plugin Contributions
    0

    Default Re: footer background image

    Ok, this is fixed by editing tpl_footer

    Code:
    <!--bof- site copyright display -->
    <div style="clear:both">&nbsp;</div></div><div id="siteinfoLegal">

 

 

Similar Threads

  1. HOW-TO: Image Preparation
    By Ryk in forum Templates, Stylesheets, Page Layout
    Replies: 296
    Last Post: 3 Jul 2012, 10:10 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •