Hallo,
ich habe mit CSS (in einer eigenen CSS-Datei) meine Seite gestaltet, in MF funktioniert es wie ich es will (links in einem Rahmen und bei Maus Berührung ändert sich die Hintergrundfarbe) im IE 6 funktioniert nichts außer das der Unterstrich bei den Links entfällt.
http://home.arcor.de/klaus.droste/RR-Raeuber_HP/RR-Raeuber/hauptseite.htm und hier Auszüge aus der CSS-Datei:
a {text-decoration:none; }
k1 {border:1px none; border-color:#FF0000; border-style:solid; padding-left:0.1cm; padding-right:0.1cm; padding-top:0.1cm; padding-bottom:0.01cm}
k1:active {border:1px none; border-color:#000000; border-style:solid; padding-left:0.1cm; padding-right:0.1cm; padding-top:0.1cm; padding-bottom:0.01cm}
k1:hover {color:with; background-color:#F00000;}
hier die htm-Seite:
<html>
<head>
<meta http-equiv="Content-Language" content="de">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>RRRäuber</title>
<base target="_self">
<link rel="stylesheet" type "text/css" href="stylesheet.css">
</head>
.
.
.
.
.
.
<td width="223%" height="1" align="center">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" width="100%" id="AutoNumber6" height="317">
<tr>
<td width="100%" height="58" colspan="3"><font face="Arial">
<font size="4">
<k1><a href="http://home.arcor.de/klaus.droste/Prüm_Klein/index.html">Prüm II
30.04.2005</a></k1></font><br>
.
.
.
.
.
</body>
</html>
Kann mir jemand sagen / zeigen woh der fehler ist und was ich ändern muß?
LG Zac