Forum Moderators: not2easy
I wondered if anyone know how to make a link inside a css code. I have a picture inside a css div tag, and want to make part of the picture into a tag. The code so far is as followed:
div#container {
margin: auto;
padding: 200px 0 0 0;
width: 700px;
min-height: 100%;
_height: 100%;
text-align: left;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
background: #fff url('/images/head.png') no-repeat top;
}
The picture I want to make into a partial link is the one that is in the background property.
Anyone know how to do this?