• Jetzt anmelden. Es dauert nur 2 Minuten und ist kostenlos!

Anzeigeproblem zwischen Mozilla und Internet Explorer

hurricane

Neues Mitglied
Grüß euch!
Mir ist gerade aufgefallen, dass bei der Vereinshomepage die ich betreue ein Fehler vorliegt.
In Mozilla wird alles genauso aufgerufen wie ich das möchte, nur im Mozilla nicht.


SV Seefestspiele Mörbisch

hier der Code von der menu.php
HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Unbenanntes Dokument</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<script type="text/javascript">
<!--
function flip( span_id )
{
displayType = ( document.getElementById( span_id ).style.display == 'none' ) ? 'block' : 'none';
document.getElementById( span_id ).style.display = displayType;
}
// -->
</script>

</head>

<body>

<style type='text/css'>
    a:link {color: #FFFFFF; text-decoration: none}
    a:visited {color: #FFFFFF; text-decoration: none}
    a:hover {background-color: #FFFFFF; color: #000000; text-decoration: none}
    a:active {background-color: #000000; color: #FFFFFF; text-decoration: none}
</style>
<hr>
<div align="left">
    <a href="index.php?section=news">&nbsp;News</a><hr>
</div>    
<div align="left">
    <a href="index.php?section=gb">&nbsp;Gästebuch</a><hr>
</div>
<div align="left">
    <a onClick="flip('verein'); return false;" href="#">&nbsp;Verein</a><br><span id="verein" style="display: none;margin-left: 13px;"><a href="index.php?section=geschichte">Geschichte</a><br><a href="index.php?section=vorstand">Vorstand</a><br><a </span><hr>
</div>
<div align="left">
    <a onClick="flip('mannschaft'); return false;" href="#">&nbsp;Mannschaft</a><br><span id="mannschaft" style="display: none;margin-left: 13px;"><a href="index.php?section=erste">Erste</a><br><a href="index.php?section=reserve">Reserve</a><br><a href="index.php?section=trainer">Trainer</a><br><a href="index.php?section=zeugwart">Zeugwart</a></span><hr>
</div>
<div align="left">
    <a onClick="flip('saison'); return false;" href="#">&nbsp;Saison</a><br><span id="saison" style="display: none;margin-left: 13px;"><a href="index.php?section=termine">Termine</a><br><a href="index.php?section=tabelle">Tabelle</a><br><a href="index.php?section=tabelle_res">Tabelle (Res)</a><br><a href="index.php?section=spieltage">Spieltage</a><br><a href="index.php?section=torschuetzen">Torschützen</a></span><hr>
</div>
<div align="left">
    <a onClick="flip('nachwuchs'); return false;" href="#">&nbsp;Nachwuchs</a><br><span id="nachwuchs" style="display: none;margin-left: 13px;"<br>U10<br>U12<br>U14<br>U16</span><hr>
</div>
<div align="left">
    <a href="http://194563.homepagemodules.de/">&nbsp;Forum</a><br><hr> 
</div>
<div align="left">
    <a href="http://picasaweb.google.at/svmoerbisch">&nbsp;Galerie</a><br><hr>
</div>
<div align="left">
    <a href="index.php?section=sponsoren">&nbsp;Sponsoren</a><hr>
</div>
<div align="left">
    <a href="index.php?section=links">&nbsp;Links</a><hr>
</div>
<div align="left">
    <a href="index.php?section=kontakt">&nbsp;Kontakt</a><hr>
</div>
<div align="center">
    <a href="http://www.moerbischamsee.at/" target="_blank"><img src="pics/moerbisch2.jpg" border="0"></img></a>
</div>
<div align="center">
    <a href="http://www.seefestspiele-moerbisch.at/" target="_blank"><img src="pics/seefestspiele.jpg" border="0"></img></a>
</div>
<div align="center">
    <a href="http://www.asvoe.at/" target="_blank"><img src="pics/asvoe.jpg" border="0"></img></a>
</div>
<div align="center">
    <a href="http://www.streetsoccercup.at/SSC2010/?page_id=8 " target="_blank"><img src="pics/sscup.jpg" border="0"></img></a>
</div>


</body>
</html>

Im Internet Explorer wird nur News, Gästebuch und Verein angezeigt und wenn ich auf Verein klicke erscheinen alle anderen Drop Down Menüs wie zb Saison, Nachwuchs etc.

Bin noch ein ziemlicher Anfänger und wäre euch sehr verbunden wenn ihr mir da hellfen könntet.
 
Zurück
Oben