[thelist] Can't select form elements in IE

Stephen Boyd sspboyd at boydstudio.ca
Tue Sep 11 07:10:44 CDT 2007


I am having some client's report that they are unable to click inside  
form elements on a login page.
http://www.hydac.ca/client/main.php

It appears to be  an IE-only issue. There is nothing strange about  
the code that I can see. Has anyone run into this problem before?

Thank you,
Stephen

<h1>Login</h1>

<form action="process.php" method="POST" id="loginForm">

<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="200">Username</td>
<td><input type="text" name="user" maxlength="30" value="" /></td>
<td>&nbsp;</td>
</tr>

<tr>
<td>Password</td>
<td><input type="password" name="pass" maxlength="30" value="" /></td>
<td>&nbsp;</td>
</tr>

<tr>
<td><label for="remember">Remember me next time</label></td>
<td><input type="checkbox" name="remember"  /></td>
<td>&nbsp;</td>
</tr>

<tr>
<td>&nbsp;</td>
<td><input type="hidden" name="sublogin" value="1"><input  
type="submit" value="Login"></td>
<td>&nbsp;</td>			
</tr>
</table>
</form>


___________________
sspboyd at boydstudio.ca
http://boydstudio.ca/
416-854-4958





More information about the thelist mailing list