trecessbo: img als Link im IE: aussehen

habe folgenden link eingebunden:

  
<a class="abild" href="http://creativecommons.org/" target="_blank"><img src="img/cc.gif" alt="Creative Commons"></a>  

css:

  
  
a.abild {  
 color:#fff;  
 text-decoration:none;  
 }  
  
a.abild:hover {  
 color: #fff;  
 text-decoration:none;  
 }  
  
a.abild:focus {  
 color: #fff;  
 text-decoration:none;  
}  
  
a.abild:visited {  
 color: #fff;  
 text-decoration:none;  
}  
  
a, a:link, a:active {  
 color:#4e4e4e;  
 text-decoration:underline;  
}  
  
a:visited {  
 color:#4e4e4e;  
}  
  
a:hover, a:focus {  
 text-decoration:none;  
}  

trotzdem wird im IE der typisch Rand eines links angezeigt in den standard farben ... im Firefox passt alles ...

  1. trotzdem wird im IE der typisch Rand eines links angezeigt in den standard farben ... im Firefox passt alles ...

    du hast den rahmen des bildes vergessen

    1. danke hat geholfen :) A

  2. Hi!

    trotzdem wird im IE der typisch Rand eines links angezeigt in den standard farben ... im Firefox passt alles ...

    Setze für das img die Eigenschaft border auf none.

    off:PP

    --
    "You know that place between sleep and awake, the place where you can still remember dreaming?" (Tinkerbell)