richrock Posted January 9, 2009 Share Posted January 9, 2009 Hi, Just finished coding a site, and noticed that on the contact form, Safari makes it run off the edge of the <div>, yet every other browser doesn't... ??? Here's the <table width="100%" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="79" align="left" valign="top">Your name</td> <td><input name="your_name" type="text" class="form-box" id="name" size="34" /></td> </tr> <tr> <td width="79" align="left" valign="top">Email address</td> <td><input name="email_address" type="text" class="form-box" id="email_address" size="34" /></td> </tr> <tr> <td width="79" align="left" valign="top">Telephone</td> <td><input name="telephone" type="text" class="form-box2" id="phone_number" size="34" /></td> </tr> </table> [code] and some screengrabs: [attachment deleted by admin] Quote Link to comment Share on other sites More sharing options...
newb Posted January 9, 2009 Share Posted January 9, 2009 ur code is flawed. tables are outdated Quote Link to comment Share on other sites More sharing options...
DarkSuperHero Posted January 10, 2009 Share Posted January 10, 2009 try making specific class, with attributes for your cells ? what does the css for this table look like ? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.