18-05-2013, 23:45
Możesz np dać na jeden element tło i pozycje relatywną. A w tym elemencie pozycjonowac absolutnie inny element
Kod:
<style type="text/css">
.piko {width:200px; height:200px; background:url(.....) no-repeat; position:relative;}
.piko a {position:absolute; width:30px; height:30px; top:20px; left:10px; border-radius:50%; text-indent:-999px; overflow:hidden;}
</style>
<div class="piko">
<a href="">Klikamy</a>
</div>