Hi!
Habe folgendes Test-Konstrukt:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de">
<head>
<title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="content-style-type" content="text/css" />
<style type="text/css"><!--
body {margin:0; padding:0;}
a {display:block; width:50px; height:50px; background-color:#f00; border:15px solid transparent;}
a:hover {border-color:#00f;}
//--></style>
</head>
<body>
<a href="#">Testlink</a>
</body>
</html>
Bei allen Browsern wird der Rahmen "unsichtbar" dargestellt, nur der MSIE macht seine komische lila Farbe rein...
Kann der Microsoft Internet Explorer die "Farbe" transparent nicht darstellen?
Danke für Eure Hilfe, Chrissi