Hallo Leute,
mouseoverbuttons mit Hintergrund als Image funktionieren nicht in Opera 6.01, im IE hauts hin. Liegt das am Browser oder an meinem Code??
(Color als Hintergrund geht)
ein Teil der CSS_Datei:
a.menu { line-height:20pt; font-size:13pt; font-weight:bold; display:block;
margin-top:0px; text-align:left; width:180px;
border-style:ridge; border-width:0px; padding:0px; }
a.menu:link { color:#FFFFCC; text-decoration:none; }
a.menu:visited { color:#FFFFCC; text-decoration:none; }
a.menu:hover { color:#CC6600; text-decoration:none; background-color:#FFFFCC; background-image:url(images/hinterkopf.JPG); }
/*a.menu:hover { color:#CC6600; text-decoration:none; background-color:#FFFFCC; }*/
a.menu:active { color:#009900; text-decoration:none; }
die HTM-Datei:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Neue Seite</title>
<meta name="description" content="auf der Couchecke vom fritzje.de">
<meta name="author" content="Friedrich Schütz">
<meta name="DC.Publisher" content="Friedrich Schütz">
<meta name="DC.Date" content="2002-05-01">
<meta name="DC.Identifier" content="http://home.t-online.de/home/fritzeflink/0_vorlage_n.htm">
<meta name="DC.Language" content="de">
<meta name="DC.Rights" content="copyright.htm">
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<meta http-equiv="Content-Style-Type" content="text/css">
<base target="_top">
<SCRIPT LANGUAGE="JavaScript" SRC="scripte/myprint.js" type="text/css">
</SCRIPT>
<link rel="stylesheet" href="0_fritzje.css" type="text/css">
<style type="text/css">
</style>
</head>
<body class="navigat">
<div class="menu" align="center">
<a class="menu" href="couch_f.htm">Couchecke</a>
<a class="menu" href="ahnenkult_f.htm">Ahnenkult</a>
<a class="menu" href="ich_f.htm">Ich</a>
<a class="menu" href="spion_f.htm">Spion</a>
<a class="menu" href="menschheit_f.htm">Menschheit</a>
<a class="menu" href="dunkel_f.htm">Dunkel und Hell</a>
</div>
</body>
</html>
Danke schon mal und Gruß
fritzeflink