View Single Post
  #1  
Old 05-09-2012, 09:13 AM
gina-cc gina-cc is offline
Registered User
Pro Plus Member
 
Join Date: Oct 2010
Posts: 8
Exclamation How can I make a background image a link on the homepage

I need to make the main graphic on http://www.cohnmoscarelli.com/ (eye w/ Learn more banner) clickable. the graphic is a background image

CSS:

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

#home-top {
background: url("images/home-top-bg.png") no-repeat scroll 0 0 transparent;

color: #808285;

height: 376px;

margin: 0;

overflow: hidden;

padding: 0;

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


the image should link to: http://www.cohnmoscarelli.com/cohn-m...joins-findlaw/



how can I do this?
Thanks for the help!