I have this DIV in the top left corner of my page. How can I make an anchor that fills this div?
- by alex
#mydiv {
position:absolute;
left:0px;
top:0px;
width:83px;
height:83px;
}
<div id="mydiv"></div>
That's my style for my DIV, which sits on the top left corner of my page.
I want this div to be click-able and go to a link.