Taking the form out of the table didnt work.. I got around the issue by just using one column instead of two.
Thanks for trying anyway
Main Topics
Browse All TopicsYou need (ideally) IE7 or 8 (the one I am using) to see this rather bizarre issue.
Go to www.pinkanddizzy.com and click on registration (there is NO need to register any details to see this issue). This webworks best in IE6, as the menu to the left displays properly in this browser. However in IE7 and 8 the menu is .. well broken.
However, when in compatibility mode, it is not possible to click inside the first half of the forms in the registration form. See for youself.. visit the site using IE8 without compatibility mode.. click registration then click inside the field FIRST NAME... easy...
now click the compatibilty mode button (watch the menu now display correctly..) now try to click anywhere in the first HALF of the FIRSTNAME box.. you cant... move the mouspointer along the field.. and after about half way the cursor changes to the text one.
Any ideas welcome.. there is no major java or codnig at work in this very basic form.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: IanThPosted on 2009-06-29 at 14:42:20ID: 24740545
I think its because your using tables
g">A value is required.</span></span><br /> matMsg">Inv alid email address.</span></span><br /> g">A value is required.</span></span><br /> > ">A value is required.</span></span> <br />
dont ie 7 and 8 dont like them
I use on forms
<form action="sendmail.php" method="post" name="form1" class="form">
<fieldset class="fieldset">
<input name="form:" type="hidden" id="hidden Field" value="contact us" />
<span id="sprytextfield1">
<label for="name" class="label">Name</label>
<input type="text" name="name" class="field" id="name" />
<span class="textfieldRequiredMs
<span id="sprytextfield2">
<label for="email address" class="label">Email Address</label>
<input type="text" name="email address" class="field" id="email address" />
<span class="textfieldInvalidFor
<span id="sprytextfield3">
<label for="phone number" class="label">Phone Number</label>
<input type="text" name="phone number" class="field" id="phone number" />
<span class="textfieldRequiredMs
<span id="sprytextarea1">
<label for="message" class="label">Message</label
<textarea name="message" class="field" id="message" cols="45" rows="5"></textarea>
<span class="textareaRequiredMsg
<p>
<label for="submit"></label>
<input name="submit" type="submit" class="button" id="submit" value="Submit" />
<label for="reset"></label>
<input name="reset" type="submit" class="button" id="reset" value="Reset" />
<br />
</p>
</fieldset>
and it works in ie 7 and 8 no problem