View Full Version : [html/css]immagine link
quando metto un'immagine che é linkata, questa ha un contorno che io non voglio, come mai?come faccio a toglierlo?
grazie
<img src="#" border="0" style="cursor:pointer;"/>
meglio con
<style type="text/css">
img {
border:0;
}
</style>
DanieleC88
02-07-2008, 12:25
Se intendi che IE ti lascia un contorno dopo il click che tu non vuoi, usa:
<a href="..." onfocus="this.blur()">...</a>
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.