Jump to content

Safari vs Everyone Else...


richrock

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.