promillo
New member
Halllo,
habe folgedens Problem:
Ich möchte die Bordercolor die ein Bild einfasst ändern. Im Firefox funktioniert das mit folgdendem Beispiel ohne Probleme, nur im IE funktioniert das ganze irgendwie nicht...
Die CSS-Datei dazu:
Weiss jemand Rat oder kann mir dabei helfen?
Gruss & Thx
promillo
habe folgedens Problem:
Ich möchte die Bordercolor die ein Bild einfasst ändern. Im Firefox funktioniert das mit folgdendem Beispiel ohne Probleme, nur im IE funktioniert das ganze irgendwie nicht...
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" type="text/css" href="style/style.css">
</head>
<body>
<a href="bild.png" target="_new"><img src="thumb_bild.png" width="50" border="1"></a>
</body>
</html>
Die CSS-Datei dazu:
HTML:
body {font-size:9pt; font-family:arial; color:#000000;}
a {font-size:9pt; font-family:arial; color:#999999; text-decoration:none;}
a:link {font-size:9pt; font-family:arial; color:#999999; text-decoration:none;}
a:visited {font-size:9pt; font-family:arial; color:#999999; text-decoration:none;}
a:active {font-size:9pt; font-family:arial; color:#999999; text-decoration:none;}
a:hover {font-size:9pt; font-family:arial; color:#ff6600; text-decoration:none;}
Weiss jemand Rat oder kann mir dabei helfen?
Gruss & Thx
promillo