dropdown menu funktioniert bei netscape nicht
Franklyn
- css
0 at
Hallo
Habe das Problem das diese Seite bei Netscape; Mozilla nicht funktioniert. Liegt es am CSS ? werden Div tags benötigt ? Hab alles mögliche ausprobiert, leider ohne Erfolg. Hoffe mir kann jemand helfen.
<html>
<head>
<title></title>
<meta name="author" content="Herb">
<meta name="generator" content="Ulli Meybohms HTML EDITOR">
<style type="text/css">
<!--
body { font-family:Arial;}
table {font-size: 80%;}
a{color:black; text-decoration:none; font:bold}
a:hover{color:#606060}
td.menu{background:#FFB18C}
table.menu
{
font-size:100%;
position:absolute;
visibility:hidden;
background:#C0C0C0
}
-->
</style>
<script language="JavaScript" >
function showmenu(elmnt)
{
document.all(elmnt).style.visibility="visible"
}
function hidemenu(elmnt)
{
document.all(elmnt).style.visibility="hidden"
}
</script>
</head>
<body text="#000000" bgcolor="#666666" link="#FF0000" alink="#FF0000" vlink="#FF0000">
<table width="800" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="52" bordercolor="#FFFFFF"><img src="oben.jpg" width="800" height="78" border="0"></td>
</tr>
<tr>
<td height="26" background="hinter.jpg" bordercolor="#FFFFFF"> </td>
</tr>
</table>
<div align="center"></div>
<div align="center">
</div>
<table border="0" width="800" align="center" cellpadding="0" bgcolor="#C0C0C0">
<tr bgcolor="#C0C0C0">
<td width="80" bgcolor="#C0C0C0"></td>
<td onmouseover=" showmenu('profil')" onmouseout=" hidemenu('profil')" width="180">
<a href="../default.asp" >profil</a><br />
<table class="menu" id="profil" width="100%">
<tr><td class="menu"><a href="../html">lebenslauf</a></td></tr>
<tr><td class="menu"><a href="../xhtml">mitarbeit</a></td></tr>
</table>
</td>
<td onmouseover="showmenu('eigenes')" onmouseout="hidemenu('eigenes')" width="180">
<a href="../default.asp">eigenes</a><br />
<table class="menu" id="eigenes" width="100%" cellpadding="0">
<tr><td class="menu"><a href="../js/default.asp">websites</a></td></tr>
<tr><td class="menu"><a href="../vbscript/default.asp">cd-rom</a></td></tr>
</table>
</td>
<td onmouseover="showmenu('sprachen')" onmouseout="hidemenu('sprachen')" bgcolor="#C0C0C0" width="180">
<a href="http://www">sprachen</a><br />
<table class="menu" id="sprachen" width="100%" cellpadding="0">
<tr><td class="menu"><a href="http://www.xyz.com/case">html</a></td></tr>
<tr><td class="menu"><a href="http://www.">java script</a></td></tr>
<tr><td class="menu"><a href="http://www.">php</a></td></tr>
<tr><td class="menu"><a href="http://www.">mysql</a></td></tr>
<tr><td class="menu"><a href="http://www.">java</a></td></tr>
<tr><td class="menu"><a href="http://www.">lingo</a></td></tr>
</table>
</td>
<td onmouseover="showmenu('software')" onmouseout="hidemenu('software')" width="180">
<a href="../site/site_validate.asp">software</a><br />
<table class="menu" id="software" width="100%" cellpadding="0">
<tr><td class="menu"><a href="../site/site_validate.asp">Photoshop</a></td></tr>
<tr><td class="menu"><a href="../site/site_validate.asp">Quark Express</a></td></tr>
<tr><td class="menu"><a href="../site/site_validate.asp">Freehand</a></td></tr>
<tr><td class="menu"><a href="../site/site_validate.asp">Dreamweaver</a></td></tr>
<tr><td class="menu"><a href="../site/site_validate.asp">Director</a></td></tr>
<tr><td class="menu"><a href="../site/site_validate.asp">Premiere</a></td></tr>
<tr><td class="menu"><a href="../site/site_validate.asp">3D Studio Max</a></td></tr>
</table>
</td>
</tr>
</table>
</body>
</html>
Hallo.
Habe das Problem das diese Seite bei Netscape; Mozilla nicht funktioniert. Liegt es am CSS ? werden Div tags benötigt ?
Gegenfrage: Hast du eine ungefähre Vorstellung von dem, was du dort tust, oder hast du den Quelltext irgendwo kopiert und ein wenig deinen Bedürfnissen angepasst.
Validiere doch zunächst einmal deine Seite und mache dich mit den grundlegenden Techniken vertraut.
MfG, at