![]() |
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! |
background images cannot be turned into links. You can add a link and set that to have a background image.
|
how do I do that?
|
you have to add a link to your site with a unique class or ID you can target, then you use CSS to set it to display block and have specific height and width as well as the background you want.
|
| All times are GMT -5. The time now is 02:43 AM. |
Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.