Beste mensen,
ik heb nu een site waarbij ik een hele td als link gebruik maar dit werkt niet in firefox.. weet iemand misschien hoe dit komt?
dit is de hele pagina in html, zonder php
<?
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="stylesheet.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style2 {
color: #666666
}
.style3 {
color: #666666;
font-weight: bold;
font-style: italic;
}
.style6 {color: #999999}
.style8 {
color: #999999;
font-size: 10px;
}
-->
</style>
<title>Hekansingsysteem schaersvoorde</title></head>
<body>
<div id="TOPBORDER"></div>
<div id="TOPNAV">
<div><p><a class="Home" href="index.php" alt="" /></a> <a class="Contact" href=?&mailform alt="" /></a> <a class="Map" href="?&sitemap" alt="" /></a></p>
</div>
</div>
<div id="HEADER"></div>
<div id="NAV">
<div class="Wrapper"> </div>
</div>
<div id="CONTENT">
<div class="Wrapper">
<div id="SIDE">
<h2 class="Top">Menu </h2>
<td class="formArea"><table width="100%" border="0" cellpadding="2" cellspacing="2">
<tr>
<td class="bezet" >-Home</td>
</tr>
<tr>
<a href="ons.html"> <td class="formArea" onmouseover="this.className='mouse'" onmouseout="this.className='nomouse'">-Gegevens</td>
</a> </tr>
<tr>
<a href="theorie.html"> <td class="formArea" onmouseover="this.className='mouse'" onmouseout="this.className='nomouse'">-Status</td>
</a> </tr><tr>
<a href="praktijk.html"> <td class="formArea" onmouseover="this.className='mouse'" onmouseout="this.className='nomouse'">-Login</td>
</a>
</tr>
<tr>
<td class="formArea" onmouseover="this.className='mouse'" onmouseout="this.className='nomouse'">- Contact</td>
</tr>
<tr>
<td class="formArea" onmouseover="this.className='mouse'" onmouseout="this.className='nomouse'">- Aanmelden</td>
</tr>
</table></td>
<p><br />
</p>
</p>
</div>
<div id="SIDE1"><br /><br /><br /><br /><br /><br /><br /><BR /><br /><br /><br /><br /><br /><br /><br /></div>
<div id="TEXT">
<p> </p>
<p align="left" class="style3"><br />
Welkom bij het herkansingsysteem van schaersvoorde</p>
<p align="left" class="style2 style2">Log hieronder in:</p>
<table border="0" width="293" height="100%" cellspacing="0" cellpadding="2">
<form method="post" action="">
<tr>
<td width="59%" class="main"><span class="style2">Voornaam:</span></td>
<td width="41%" class="main"><input type="text" name="email_address" /></td>
</tr>
<tr>
<td class="main"><span class="style2">Achternaam:</span></td>
<td class="main"><input type="text" name="password" maxlength="40" /></td>
</tr>
<tr>
<td class="main"><span class="style2">Leerlingnummer:</span></td>
<td class="main"><input type="text" name="password" maxlength="40" /></td>
</tr>
<tr>
<td class="main"><span class="style2">wachtwoord:</span></td>
<td class="main"><input type="password" name="password" maxlength="40" /></td>
</tr>
<tr>
<td class="main" >
<label></label> </td>
<td class="main" align="right"><input name="Submit" type="submit" class="submit" id="button" value="Login" /></td>
</tr> </form>
<tr>
<td class="smallText" colspan="2"><a href="login.php?x=vergeten"><br />
<span class="style6">Wachtwoord vergeten? Klik Hier.</span></a></td>
</tr>
</table>
<p> </p>
</div>
<!-- END CENTER BLOCK -->
</div>
</div>
<div id="FOOTER">
<div class="Line"></div>
<p> </p>
<p> </p>
<p> </p>
<span class="style8">Copyright © 2007- 2008, Tom Fischer
</p>
</span></div>
<div id="BOTTOMBORDER"></div>
</body>
</html>
?>
Maar de links pakt hij niet in firefox???
gr tom
233 views