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] Link to comment https://forums.phpfreaks.com/topic/140174-safari-vs-everyone-else/ Share on other sites More sharing options...
newb Posted January 9, 2009 Share Posted January 9, 2009 ur code is flawed. tables are outdated Link to comment https://forums.phpfreaks.com/topic/140174-safari-vs-everyone-else/#findComment-733495 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 ? Link to comment https://forums.phpfreaks.com/topic/140174-safari-vs-everyone-else/#findComment-733757 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.