Problem med menu i FireFox
Jeg har et problem med den her menu:http://ihf-swim.dk/menu.htm
Det ser rigtigt fint ud i IE, men når man bruger den i FireFox kommer de sorte punkt-prikker frem. Er der nogen der kan hjælpe mig?
Her er koden til menuen:
<HTML>
<HEAD>
<style type="text/css">
a:link {color:black;}
a:visited {color:black;}
a:link:hover, a:visited:hover {color:#E7E7E7;}
</style>
</HEAD>
<script type="text/javascript">
var bookmarkurl=window.top.document.location
var bookmarktitle="IHF Svømning"
function addbookmark()
{
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
</script>
<SCRIPT TYPE="text/javascript">
var KK = 0
var PP = 0
function Konkurence_menu(){
if (KK == 0){
Op.innerHTML = '<A HREF="#" onclick="Konkurence_menu(); return false;" TITLE="Klik her for at lukke menupunktet">Konkurrenceafd.</A><UL TYPE="disc" style="margin-left: 17" > <LI><A HREF="main.php?ihf=traener-profil.htm" style="text-decoration: none" TITLE="Trænernes profiler">Træner profiler</A> <LI><A HREF="main.php?ihf=svomme-profil.htm" style="text-decoration: none" TITLE="Svømmernes profiler.">Svømmer Profiler</A> <LI><A HREF="main.php?ihf=klubrekorder.htm" style="text-decoration: none" TITLE="Klubrekorder">Klubrekorder</A> <LI><A HREF="allround.htm" style="text-decoration: none" target="_blank" TITLE="Klubmestrer">Klubmestrer</A><LI><A HREF="main.php?ihf=naaletider.htm" style="text-decoration: none" TITLE="Nåletiderne">Nåletider</A> <LI><A HREF="http://www.svoem.dk" style="text-decoration: none" target="_blank" TITLE="Kravtiderne">Kravtider</A><LI><A HREF="main.php?ihf=kalender.htm" style="text-decoration: none" TITLE="Kalender">Kalender</A><li><a href="main.php?ihf=resultater.htm" style="text-decoration: none" TITLE="Klik her for at se resultaterne">Resultater</a><li><a href="main.php?ihf=staevner.htm" style="text-decoration: none" TITLE="Klik her for at se Stævner">Stævner</a><LI><A HREF="main.php?ihf=sedler.htm" style="text-decoration: none" TITLE="Sedler">Sedler</A></UL>'
KK++
}
else{
Op.innerHTML = '<A HREF="#" onclick="Konkurence_menu(); return false;" TITLE="Klik her for at åbne menupunktet">Konkurrenceafd.</A>'
KK--
}
}
function Per_menu(){
if (PP == 0){
Pp.innerHTML = '<A HREF="#" onclick="Per_menu()"; return false;>BB Per menu</A><UL type="disc" style="margin-left: 17" ><LI><A HREF="Link1">Link1</A></LI><LI><A HREF="Link2">Link2</A></LI></UL>'
PP++
}
else
{
Pp.innerHTML = '<A HREF="#" onclick="Per_menu()"; return false;>CC Per menu </A>'
PP--
}
}
</SCRIPT>
<!-- Minus AutoDato -->
<BODY>
<font face="Verdana" size="1">
<FONT FACE="Verdana" size="1">
<UL style="margin-left: 0" style="">
<LI>
<p align="left"> <a title="Forside" href="main.php?ihf=forside.htm" style="text-decoration: none">Forside</a>
<LI>
<p align="left"> <A title="Billeder" href="main.php?ihf=billeder.htm" style="text-decoration: none">Billeder</A>
<LI>
<p align="left"> <a style="text-decoration: none" href="main.php?ihf=instruk.htm">Instruktører</a>
<LI ID="Op">
<p align="left"><A title="Klik her for at åbne menupunktet "Konkurrenceafd."" onclick="Konkurence_menu();return false;" href="#" style="text-decoration: none">Konkurrenceafd.</A>
<LI>
<p align="left"> <A title="Holdinfo" href="main.php?ihf=hold-info.htm" style="text-decoration: none">Hold
info</A>
<LI>
<p align="left"> <A title="Priser" href="main.php?ihf=priser.htm" style="text-decoration: none">Priser</A>
<LI>
<p align="left"> <a title="Trænings tider" href="program.htm" target="_blank" style="text-decoration: none">Træningstider</a>
<LI>
<p align="left"> <A title="Bestyrelse" href="main.php?ihf=bestyrelse.htm" style="text-decoration: none">Bestyrelse</A>
<LI>
<p align="left"> <A title="Aktivitets kalender" href="aktivitetskal.htm" target="_blank" style="text-decoration: none">Aktivitets
kalender</A>
<LI>
<p align="left"> <A title="Tilmelding" href="tilmelding.php" style="text-decoration: none" target="_blank">Tilmelding</A>
<LI>
<p align="left"><a style="text-decoration: none" title="Støtteforeningen" href="main.php?ihf=hallen.htm">Svømmehallen</a>
<LI>
<p align="left"> <A title="Kontakt" href="mailto:info@ihf-swim.dk" style="text-decoration: none">Kontakt/Spørgsmål</A>
<BR>
<BR>
<LI>
<p align="left"><a href="java script:addbookmark();" style="text-decoration: none"><img src="fav-ikon.gif" border="0">Føj
til Foretrukne</a>
<!-- <LI ID="Pp"><A title="Lille menu" onclick="Per_menu();return false;" href="#">AA Permenu</A></LI> -->
</UL></font></font>
