HI
Ich hab da ein Problem bin noch neuling was CSS angeht ich hab mal ein Navigationsmenu gemacht aber da hab ich das Problem das es im Internet Explorer und Mozilla Firefox alles richtig angezeigt wird aber im Opera da fehlen die Cell von der Table ich hab mal denn Code hier hin geschrieben vielleicht kann einer das Debuggen
[-> HTML CODE:
[-> CSS CODE:
Ich hab da ein Problem bin noch neuling was CSS angeht ich hab mal ein Navigationsmenu gemacht aber da hab ich das Problem das es im Internet Explorer und Mozilla Firefox alles richtig angezeigt wird aber im Opera da fehlen die Cell von der Table ich hab mal denn Code hier hin geschrieben vielleicht kann einer das Debuggen
[-> HTML CODE:
PHP-Code:
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#C0C0C0"
width="98%" id="AutoNumber1">
<tr>
<td width="100%">
<a href="http://www.isc-zone.org/news.php" class="menulink">
<font color="#008000">[-> </font>News</a></td>
</tr>
<tr>
<td width="100%">
<a href="http://www.isc-zone.org/contact/index.php" class="menulink">
<font color="#008000">[-> </font>Contact</a></td>
</tr>
</table>
PHP-Code:
a.menulink {
display: block;
width: 100%;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000000;
border: solid 1px #E6E6E6;
}
a:hover.menulink {
border: solid 1px #008000;
background-color: #C0C0C0;
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #000080;
}
Kommentar