webHeretic
05-06-2006, 12:49 AM
I put together a quick page to show something strange. If I remove the <Div> everything is fine. With the <Div> the cursor is off. That is, if you place your mouse directly over a field, you don't get the I-bar and can't click on the field to enter it. However, if you deftly place your mouse over the top edge of a field, the I-bar appears and you can click it to enter. This only happens with the <Div>, not without it.
Anyone got any ideas?
Here's the code:
<HTML>
<br>
<br>
<head>
<body>
<FORM action="" method="post" name="frameForm">
<P>
First name: <INPUT type="text" name="firstname" id="firstname"><BR>
Last name: <INPUT type="text" name="lastname"><BR>
email: <INPUT type="text" name="email"><BR>
<INPUT type="radio" name="sex" value="Male"> Male<BR>
<INPUT type="radio" name="sex" value="Female"> Female<BR>
<p><select name = "selectBox" size="1"><option value="option1">Option1</option><option value="option2">Option2</option></select></p>
<INPUT type="checkbox" name="sex" value="Yes"> Yes<BR>
<INPUT type="checkbox" name="sex" value="No"> No<BR>
<INPUT type="reset">
<INPUT type="submit" value="Send">
</P>
</FORM>
</body/>
<div id="myDiv" name="myDiv" style="position:absolute; width:2880px;height:2880px; z-index:99; left: 0px; top: 0px; visibility: visible;">
</html>
TIA,
Steve
Anyone got any ideas?
Here's the code:
<HTML>
<br>
<br>
<head>
<body>
<FORM action="" method="post" name="frameForm">
<P>
First name: <INPUT type="text" name="firstname" id="firstname"><BR>
Last name: <INPUT type="text" name="lastname"><BR>
email: <INPUT type="text" name="email"><BR>
<INPUT type="radio" name="sex" value="Male"> Male<BR>
<INPUT type="radio" name="sex" value="Female"> Female<BR>
<p><select name = "selectBox" size="1"><option value="option1">Option1</option><option value="option2">Option2</option></select></p>
<INPUT type="checkbox" name="sex" value="Yes"> Yes<BR>
<INPUT type="checkbox" name="sex" value="No"> No<BR>
<INPUT type="reset">
<INPUT type="submit" value="Send">
</P>
</FORM>
</body/>
<div id="myDiv" name="myDiv" style="position:absolute; width:2880px;height:2880px; z-index:99; left: 0px; top: 0px; visibility: visible;">
</html>
TIA,
Steve