Geht im Explorer, aber nicht im Netscape

Status
Nicht offen für weitere Antworten.

wieseline

Mitglied
Hallo allerseits,

schaut euch mal +++http://www.wietzel-winkler.de/css-navi.htmlLink veraltet+++erst im IE an - da klappt's. Dann im Netscape - da ist es völlig ohne CSS und dadurch ganz mies.

Der Quellcode ist hier:

<style type="text/css">
}
DIV.linkbutton a
{ color: #ffffff; font-weight: bold; font-size: 14px; font-family: verdana, arial, helvetica; text-decoration: none; background-color: #3366ff; text-align: center; display: block; margin: 1px; padding: 3px; border: solid 3px #4b0082; width: 160 }
DIV.linkbutton a:hover
{
COLOR: #3366ff;
BACKGROUND-COLOR: #FFFFFF;
}
</style>
</head>

<body bgcolor="#ffffff">
<table class="menu" border="0" cellpadding="0" cellspacing="0" width="160">
<tr>
<td><div class="linkbutton"><a href="#">HOME</a></div></td>
</tr>
<tr>
<td><div class="linkbutton"><a href="#">NEWS</a></div></td>
</tr>
<tr>
<td><div class="linkbutton"><a href="#">KONTAKT</a></div></td>
</tr>
</table>
<p></p>
</body>

Könnt ihr mir helfen? Danke schon mal fürs Überlegen.

Viele Grüße
wieseline
 
Zuletzt bearbeitet:
So geht's:
HTML:
<html>
  <head>
    <title>Willkommen bei Adobe GoLive 5</title>
    <meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
    <meta name="generator" content="tsWebEditor (tswebeditor.net.tc - www.tswebeditor.tk)">
    <style type="text/css">
    <!--
    DIV.linkbutton a
    {
      color: #ffffff;
      font-weight: bold;
      font-size: 14px;
      font-family: verdana, arial, helvetica;
      text-decoration: none;
      background-color: #3366ff;
      text-align: center;
      display: block;
      margin: 1px;
      padding: 3px;
      border: solid 3px #4b0082;
      width: 160
    }
    DIV.linkbutton a:hover
    {
      color: #3366ff;
      background-color: #FFFFFF;
    }
    -->
    </style>
  </head>
  <body bgcolor="#ffffff">
    <table class="menu" border="0" cellpadding="0" cellspacing="0" width="160">
      <tr>
        <td>
          <div class="linkbutton">
            <a href="#">HOME</a>
          </div>
        </td>
      </tr>
      <tr>
        <td>
          <div class="linkbutton">
            <a href="#">NEWS</a>
          </div>
        </td>
      </tr>
      <tr>
        <td>
          <div class="linkbutton">
            <a href="#">KONTAKT</a>
          </div>
        </td>
      </tr>
    </table>
    <p></p>
  </body>
</html>

redlama
 
Status
Nicht offen für weitere Antworten.

Neue Beiträge

Zurück