Difference d'espace entre IE et Firefox

Difference d'espace entre IE et Firefox - HTML/CSS - Programmation

Marsh Posté le 29-04-2005 à 21:31:28    

Coucou les gens :hello:  
Mon probleme est que l'espace entre les differents grands regroupements de champs est different selon IE ou Firefox, mon but est que ca soit comme sur Firefox, savez ce que je dois faire pour que ca marche sour IE?
 

Code :
  1. <html>
  2. <head>
  3.     <title>IU Auditorium Front of House Net</title>
  4.     <meta http-equiv="Content-Language" content="en-us" />
  5.     <meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
  6.     <style type="text/css" media="all">
  7. form, label, input { font-size : 1em; }
  8. fieldset { width : 55em; padding : 0.5em 1em; }
  9. label { float: left; position : relative; width : 10em; display : inline; margin : .5em .5em; }
  10. label.long { width : 21em; }
  11. label input { display: inline; left : 100%; top : 0px; width : 10em; }
  12. label.long input { width : 21em; }
  13. input.submit { margin-left : 15em; }
  14. br { clear: both; }
  15. </style>
  16. </head>
  17. <body>
  18.     <table id="table1" style="BORDER-COLLAPSE: collapse" cellpadding="0" width="750" border="0">
  19.         <tbody>
  20.             <tr>
  21.                 <td>
  22.                     <h1 align="center"><img height="83" src="foh_net_header.gif" width="288" border="0" />
  23.                     </h1>
  24.                     <span style="PADDING-LEFT: 10px">
  25.                     <p align="center">
  26.                         <b>Welcome &lt;First Name&gt; &lt;Last Name&gt;, &lt;type&gt;</b>
  27.                     </p>
  28.                     <p align="center">
  29.                         <span><b><font color="#0000ff"><u>Announcements</u></font>&nbsp; |&nbsp; My Contact
  30.                         Information&nbsp; |&nbsp; <font color="#0000ff"><u>My Schedule</u></font>&nbsp; |&nbsp; <font color="#0000ff"><u>Contact
  31.                         the Staff</u></font>&nbsp; |&nbsp; <u><font color="#0000ff">Exit Survey</font></u> </b></span>
  32.                     </p>
  33.                     <form action="--WEBBOT-SELF--" method="post">
  34.                         <!--webbot bot="SaveResults" U-File="C:\Documents and Settings\mmindrum\Desktop\foh_net\_private\form_results.csv" S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
  35.                         <p align="left">
  36.                             <b>Please update your contact information.&nbsp; Please note that all non-editable
  37.                             contact information is pulled from your OneStart account.&nbsp; If you notice incorrect
  38.                             information in these fields, please visit OneStart to make any necessary corrections.&nbsp;
  39.                             All other asterisked fields are required.&nbsp;&nbsp; </b>
  40.                         </p>
  41.                         <fieldset>
  42.                             <legend>Name Information
  43.                             </legend>
  44.                             <label>IU Network ID
  45.                             <input type="text" name="first_name" /></label> <label>University ID&nbsp;
  46.                             <input type="text" name="last_name" /></label>
  47.                             <br />
  48.                             <label>Last Name
  49.                             <input type="text" name="email" /></label> <label>Middle Name/Initial
  50.                             <input type="text" name="tel" /></label> <label>First Name<input type="text" name="tel" /></label>
  51.                         </fieldset>
  52.                         <fieldset>
  53.                             <legend>Campus/Bloomington Address Information
  54.                             </legend>
  55.                             <label class="long">Address 1
  56.                             <input type="text" name="first_name" /></label> <label class="long">Address 2/Apt
  57.                             <input type="text" name="last_name" /></label>
  58.                             <br />
  59.                             <label>City
  60.                             <input type="text" name="email" /></label> <label>State:
  61.                             <input type="text" name="tel" /></label> <label>Zip Code
  62.                             <input type="text" name="tel" /></label>
  63.                         </fieldset>
  64.                     </form>
  65.                     </span></td>
  66.             </tr>
  67.         </tbody>
  68.     </table>
  69. </body>
  70. </html>


 
J'ai pis mis le code entier, si vous avez des questions ou des indices qui permettraient de m'aider, j'en serais ravi.

Reply

Marsh Posté le 29-04-2005 à 21:31:28   

Reply

Marsh Posté le 29-04-2005 à 23:05:06    

commence déja par virer ce tableau...


---------------
Nos estans firs di nosse pitite patreye...
Reply

Marsh Posté le 29-04-2005 à 23:17:06    

oui j'ai vu que vous disiez que les tableaux c'est le mal, mais je voyais pas comment faire bien sans.

Reply

Marsh Posté le 29-04-2005 à 23:28:26    

http://css.alsacreations.com/
http://openweb.eu.org/


---------------
Nos estans firs di nosse pitite patreye...
Reply

Marsh Posté le 02-05-2005 à 04:41:09    

Pour une raison mystérieuse et encore inconnue à ce jour, il prend parfois à IE l'idée saugrenue de doubler la valeur des marges des <div>. Pas de solutions sous la main, mais ça explique peut-être ton problème.

Reply

Marsh Posté le 02-05-2005 à 09:42:37    

Mitternacht a écrit :

Pour une raison mystérieuse et encore inconnue à ce jour, il prend parfois à IE l'idée saugrenue de doubler la valeur des marges des <div>. Pas de solutions sous la main, mais ça explique peut-être ton problème.


 [:mlc]  
 
Toi, faut que t'arrêtes, le fix pour ce bug est connu [:spamafote]  
http://www.positioniseverything.ne [...] argin.html


---------------
Stick a parrot in a Call of Duty lobby, and you're gonna get a racist parrot. — Cody
Reply

Marsh Posté le 02-05-2005 à 11:55:23    

:p oui bon d'accord wakarimashita

Reply

Marsh Posté le 02-05-2005 à 11:56:35    

Notons que théoriquement, ce genre de bug sera corrigé avec IE7

Reply

Marsh Posté le 02-05-2005 à 13:24:45    

[mauvaise foi]
D'ici a quand IE 7 arrive ...
Et puis, vous savez ce que l'on dit, 1 de perdu 10 de retrouve... :D
[/mauvaise foi]

Reply

Marsh Posté le 02-05-2005 à 21:02:40    

merci pour tous vos liens :jap:

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed