Convert div tag to work as a link ???
Hi.
Is it possible to have a div tag work as a link?
Not just the text inside the tag but the whole tag.
What I want to do is to have the following tag work as a link but I don't know how to do it in Dreamweaver.
Div Tag
Code:
<div id="adobe">Here you can gratis download Adobe Reader which is necessary to open the files.</div>
CSS
Code:
#adobe {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
padding-left: 60px;
background-image: url(../images/adobe.gif);
background-repeat: no-repeat;
height: 40px;
padding-top: 11px;
}
Please someone give me a hint how to do this or maybe recommend a javascript if one is needed to achive this.
Thanks in advance,