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. footer background image
    By fw541c in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 17 Sep 2010, 07:32 PM
  2. Footer Background Image
    By marknew in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 May 2010, 01:32 AM
  3. add background image to a attribute then have that background image act as hyperlink
    By sike1234 in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 14 Nov 2008, 05:38 PM
  4. Footer Background Image
    By pensive612 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Sep 2006, 12:09 AM
  5. Footer Background Image
    By pensive612 in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 12 Sep 2006, 07:27 AM

Posting Permissions

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