I have the following CSS code on my site;
Code:
{
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 600px;
height: 290px;
background-image: url(‘images/header.png’);
background-repeat: no-repeat;
background-position: center center;
}
What code do I need to add to link this image to a certain web address?
Thanks & Regards
Manish