[HTML] Image Border bei Link im IE

Dieses Thema im Forum "Webentwicklung" wurde erstellt von Hapablap, 8. Juni 2008 .

Status des Themas:
Es sind keine weiteren Antworten möglich.
  1. 8. Juni 2008
    Image Border bei Link im IE

    Hi,

    Ich hab das Problem, dass der Rahmen meines Bildes im Internet Explorer nicht richtig angezeigt wird. Beim IE hat der einfach diese Standardlinkfarben, wie kann ich das per CSS ändern?
    Bei Firefox funktioniert das ganze.

    Meine bisherige CSS Datei:

    Spoiler
    Code:
    a:link
    {
     color: #7f4659;
     text-decoration: none;
    }
    a:visited
    {
     color: #7f4659;
    } 
    a:active 
    {
     color: #7f4659;
    }
    a:hover
    {
     color: #7f4659;
     text-decoration: underline;
    }
    a:link img
    {
     color: #7f4659;
     text-decoration: none;
    }
    a:visited img
    {
     color: #7f4659;
    } 
    a:active img
    {
     color: #7f4659;
    }
    a:hover img
    {
     color: #7f4659;
     text-decoration: underline;
    }
    
    body
    {
     font-family: Verdana, Arial, Helvetica; color: #000000; font-size: 9pt;
    }
    
    p.text
    {
     font-family: Verdana, Arial, Helvetica; color: #000000; font-size: 9pt;
    } 
    
    p.headline
    {
     font-family: Garmon, Arial, Helvetica; color: #7f4659; font-size: 10pt; font-weight: bold;
    } 
    
    p.text_preis
    {
     font-family: Verdana, Arial, Helvetica; color: #000000; font-size: 8pt; line-hight: 2;
    } 
    
    .text_preis
    {
     font-family: Verdana, Arial, Helvetica; color: #000000; font-size: 8pt; line-hight: 2;
    } 
    
    p.headline-preis
    {
     font-family: Garmon, Arial, Helvetica; color: #d71f53; font-size: 8pt; font-weight: bold; line-hight: 2;
    } 
    
    .headline-preis
    {
     font-family: Garmon, Arial, Helvetica; color: #d71f53; font-size: 8pt; font-weight: bold; line-hight: 2;
    } 
    
    p.footer
    {
     font-family: Garmon, Arial, Helvetica; color: #d71f53; font-size: 8pt; line-hight: 2;
    } 
    
    ul
    {
     font-family: Verdana, Arial, Helvetica; color: #000000; font-size: 9pt;
    } 
     
  2. 8. Juni 2008
    AW: Image Border bei Link im IE

    wie wärs mit border?
    -.-

    ~ closed ~
     
  3. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.