worst_case: Links mit Rahmen (Button)

Beitrag lesen

Hi,

ich habe den Code aus einer HTML-Zeitschrift kopiert. Jedoch wird in verschiedenen Browsern verschieden angezeigt. Hier der Code

<style type="text/css">

a:active
{
padding: 3px;
font-family: Monospace;
font-size:10pt;
text-decoration: none;
color:#000000;
border-style: outset;
padding: 3px;
}

a:hover
{
font-family: Monospace;
background: #ffffff;
font-size:10pt;
text-decoration: none;
background:#00FF00;
border-style: outset;
padding: 3px;
}

a:link
{
font-family: Monospace;
font-size:10pt;
text-decoration: none;
color:#000000;
border-style: outset;
padding: 3px;
}

a:visited
{
font-family: Monospace;
font-size:10pt;
text-decoration: none;
color:#000000;
border-style: outset;
padding: 3px;
}
</style>

</head>
<body bgcolor="#8B9DBD">

<div style="position:absolute; top:10px ; text-align:center ; width: 95% ">
   <A HREF="grundbild.html" Target="2">Grundbild..</A>
   <A HREF="temperaturen.html" Target="2">Temperaturen</A>
   <A HREF="listenauswahl.html" Target="2">Listenauswahl</A>
   <A HREF="tagesdiagramm.html" Target="2">Tagesdiagramm</A>
   <A HREF="testma.html" Target="2">Monatsdiagramm</A>
</div>

Im Netscape werden die Links ohne Rahmen und untereinander angezeigt. Nebenbei kann im im Netscape nur jeden 2. Link aktivieren.

Wer hat einen Tip.

mfg
  worst_case