<style type="text/css">
.imgwrap {
position:Relative;
}
.imgwrap a {
position: absolute;
text-indent: -9999px;
border: 1px solid red;
display: block;
width: 134px;
height: 70px;
top: 143px;
left: 395px;
}
</style>
<div class="imgwrap">
<a href="google.com"></a>
<img src="image.png" />
</div>
Output :)
.imgwrap {
position:Relative;
}
.imgwrap a {
position: absolute;
text-indent: -9999px;
border: 1px solid red;
display: block;
width: 134px;
height: 70px;
top: 143px;
left: 395px;
}
</style>
<div class="imgwrap">
<a href="google.com"></a>
<img src="image.png" />
</div>
Output :)
No comments:
Post a Comment