Results 1 to 4 of 4
  1. #1
    Join Date
    May 2006
    Posts
    313
    Plugin Contributions
    0

    Default Footer Background Image

    Hey everyone,

    i'm trying to create a background image in the footer behind the 'Copyright Info' that would stretch across the entire MainWrapper


    i've tried putting the image into CSS with the divs i can think of in there, but can't seem to get it to show up. and i've tried hard coding the image in the tpl_footer, although, I don't know for sure if i did it correctly.


    any ideas what i might be missing?


    thanks in advance.

    adam.

  2. #2
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Footer Background Image

    No need to hack, when you can get the CSS to do the work.

    example selector for the stylesheet;

    Code:
    #siteinfoLegal, .legalCopyright {
          text-align: left;
          line-height: 3.5em;
          background-image: url(../images/yourfooter.jpg);
          background-color: #ffffff;
          height: 38px;
          }
    It's all about finding the selectors responsible for that area and assigning a declaration for a background image.

  3. #3
    Join Date
    May 2006
    Posts
    313
    Plugin Contributions
    0

    Default Re: Footer Background Image

    Thanks Sketchy..!

    I think I was on the right track, but I must have switched my '.' and '#' because I just couldn't seem to get it show up.

    but it's there now...


    thanks again.


    adam.

  4. #4
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Footer Background Image

    You're welcome. I'm glad you got your image showing now.

 

 

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: 0
    Last Post: 12 Sep 2006, 07:27 AM
  5. footer background image
    By Tykies in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 May 2006, 08:30 PM

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