Jump to content

Footer image on Legend skin


Guest cranky

Recommended Posts

Ok its all starting to come together now but i'd like to add an image file behind the:

About Us | Contact Us | Privacy Policy | Terms & Conditions

I'd like it to run the full width of the page ( the same as the header )

Cheers people

Link to comment
Share on other sites

Ok just really suprised myself and sorted this :)

I added this at the bottom of /skins/Legend/styleTemplates/global/index.tpl and cart.tpl

	  <div id="footer_image">

	  </div>




and then in skins/Legend/styleSheets/layout.css I added (again at the bottom):




#footer_image{

	height: 24px;

	background-image: url(../styleImages/backgrounds/footer_image.jpg);

	

}

and she works like a charm ;) I now have rounded corners haha

Link to comment
Share on other sites

Sorry people its garage78.com, at the mo its still using hi-res(ish) graphics so its still quite slow to load, i'll sort out the speed when i'm happy with the design (which isn't yet :D )

Link to comment
Share on other sites

  • 1 year later...
Guest JHouston

I added this at the bottom of /skins/Legend/styleTemplates/global/index.tpl and cart.tpl

	  <div id="footer_image">

	  </div>




and then in skins/Legend/styleSheets/layout.css I added (again at the bottom):




#footer_image{

	height: 24px;

	background-image: url(../styleImages/backgrounds/footer_image.jpg);

	

}

Now how can I make this clickable to another website?

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...