Nieuw lid |
|
hallo,
dit is mijn menu:
<table width="100%" cellpadding="2" cellspacing="0" id="menu" bgcolor="#909090" class="sample">
<tr>
<td align="center">
<?php
if(($_SESSION['slevel'] >= 8) >= 8) {
?>
<a href="adminmenu.php">[Admin Menu]</a> |
<?php
}
?>
<?php
if(($_SESSION['slevel'] >= 1) >= 1) {
?>
<a href="index2.php">Nieuws</a> |
<?php
} else {
?>
<a href="index.php">Nieuws</a> |
<?php
}
?>
<?php
if(($_SESSION['slevel'] == 4) == 4) {
?>
<a href="post.php">[Post Nieuws]</a> |
<?php
}
?>
<a href="kalender.php">Kalender</a> |
<a href="spelers.php">Spelers</a> |
<a href="statistieken.php">Statistieken</a> |
<a href="album/index.php">FotoAlbum</a> |
<?php
if(($_SESSION['slevel'] >= 1) >= 1) {
?>
<a href="logout.php">Log uit</a> |
<?php
} else {
?>
<a href="aanmeld.php">Registreer</a> |
<?php
}
?>
<a href="gbook/gastenboek.php">Gastenboek</a> |
<a href="forum.php" target="_new">Forum</a>
</td>
</tr>
</table>
<table width="100%" cellpadding="2" cellspacing="0" id="menu" bgcolor="#909090" class="sample"> <tr> <td align="center"> <?php if(($_SESSION['slevel'] >= 8) >= 8) { ?> <a href="adminmenu.php">[Admin Menu]</a> | <?php } ?> <?php if(($_SESSION['slevel'] >= 1) >= 1) { ?> <a href="index2.php">Nieuws</a> | <?php } else { ?> <a href="index.php">Nieuws</a> | <?php } ?> <?php if(($_SESSION['slevel'] == 4) == 4) { ?> <a href="post.php">[Post Nieuws]</a> | <?php } ?> <a href="kalender.php">Kalender</a> | <a href="spelers.php">Spelers</a> | <a href="statistieken.php">Statistieken</a> | <a href="album/index.php">FotoAlbum</a> | <?php if(($_SESSION['slevel'] >= 1) >= 1) { ?> <a href="logout.php">Log uit</a> | <?php } else { ?> <a href="aanmeld.php">Registreer</a> | <?php } ?> <a href="gbook/gastenboek.php">Gastenboek</a> | <a href="forum.php" target="_new">Forum</a> </td> </tr> </table>
kan iemand me helpen om bij kalender een dropdown menu te maken (verticaal)
danku
|