Ik zou graag een uitklap menu willen maken maar ik weet niet wat ik fout heb gedaan. Het werkt met ff maar niet met ie. en ik wil dat het ook met ie werkt.
Code:
<table id="b">
<tr>
<td id="ba">
Navigation
</td>
</tr>
<tr>
<td>
<a href="http://77.160.221.147/clan/index.php<?php echo ($ingelogd=='1') ? '?id=' . $inlog[0] . '' : ''?>" class="<?php echo ($section=='home') ? 'active' : 'passive'?>"> Home </a>
</td>
<td>
<a href="http://77.160.221.147/clan/login/index.php<?php echo ($ingelogd=='1') ? '?id=' . $inlog[0] . '' : ''?>" class="<?php echo ($section=='inloggen')? 'active' : 'passive'?>"> <?php echo ($ingelogd==1) ? 'Uitloggen/Profile' : 'Inloggen/Registreren'?> </a>
</td>
<td>
<a href="http://77.160.221.147/clan/downloads/index.php<?php echo ($ingelogd=='1') ? '?id=' . $inlog[0] . '' : ''?>" class="<?php echo ($section=='downloads')? 'active' : 'passive'?>"> Downloads </a>
</td>
<td>
<style type="text/css" id="meerpopa">
.meera { display: none; }
</style>
<span onmouseover="document.getElementById('meerpopa').innerHTML='.meera { display: inline; }'">Clan...</span> </td>
</tr>
<tr>
<td>
<table id="forum" class="meera">
<tr>
<td>
Meer
</td>
</tr>
<tr>
<td>
<a align="center" id="meer" href="http://77.160.221.147/clan/server/index.php<?php echo ($ingelogd=='1') ? '?id=' . $inlog[0] . '' : ''?>" class="<?php echo ($section=='servers')? 'active' : 'passive'?>"> Servers </a>
</td>
</tr>
<tr>
<td>
<a id="meer" href="http://77.160.221.147/clan/members/index.php<?php echo ($ingelogd=='1') ? '?id=' . $inlog[0] . '' : ''?>" class="<?php echo ($section=='members')? 'active' : 'passive'?>"> Members </a>
</td>
</tr>
<tr>
<td>
<a id="meer" href="http://77.160.221.147/clan/rang/index.php<?php echo ($ingelogd=='1') ? '?id=' . $inlog[0] . '' : ''?>" class="<?php echo ($section=='rang')? 'active' : 'passive'?>"> Rangen </a>
</td>
</tr>
<tr>
<td>
<a id="meer" href="http://77.160.221.147/clan/forum/index.php<?php echo ($ingelogd=='1') ? '?id=' . $inlog[0] . '' : ''?>" class="<?php echo ($section=='forum')? 'active' : 'passive'?>"> Forum </a>
</td>
</tr>
<tr>
<td>
<input type="button" id="meer" value="close" onclick="document.getElementById('meerpopa').innerHTML='.meera { display: none; }'">
</td>
</tr>
</table>
</td>
</tr>
</table>
<hr id="hr">