FORUM Tom's Hardware » Programmation » Autre » Problème Bordures : IE - Mozilla Firefox
 

Problème Bordures : IE - Mozilla Firefox

Il y a 378 utilisateurs connus et inconnus. Pour voir la liste des connectés connus, cliquez ici
Ajouter une réponse



 Mot :   Pseudo :  
 
Bas de page
Auteur
 Sujet : Problème Bordures : IE - Mozilla Firefox
 
Plus d'informations

Bonjour/bonsoir à tous ! :)  
Voilà, pendant la conception de mon site je me suis heurté a un problème.
Les bordures de mon site ne sont pas identiques sous Internet Explorer et sous Mozilla Firefox !
 
Cela donne ceci :
http://img448.imageshack.us/img448/349/iemf7xc.gif
 
Dans ma feuille de style, au point de vue des bordures/tableaux j'ai ceci :

Code :
  1. td {
  2. font-family:verdana, sans-serif;
  3. font-size:10px;
  4. color:black;
  5. text-align:left;
  6. background-color:transparent;
  7. border-color:transparent;
  8. border-style:solid;
  9. border-width:1px;
  10. }
  11. div.download {
  12. padding: 0;
  13. width: 40%;
  14. }
  15. div.download select {
  16.     width: 50%
  17. }
  18. div.download h3 {
  19. margin-top: 0;
  20. }
  21. div.downloadlinks {
  22. margin-top: 3ex;
  23. margin-bottom: 1em;
  24. background: #f7f6fb;
  25. color: inherit;
  26. float: right;
  27. padding: 1ex;
  28. width: 55%;
  29. border: #9999cc 1px solid;
  30. }
  31. div.downloadlinks h4 {
  32. margin: 0 0 -1ex 0;
  33. }
  34. div.downloadlinks p {
  35. text-align: justify;
  36. margin-top: 1.2ex;
  37. margin-bottom: 0.6ex;
  38. }
  39. div.recommendedbuild {
  40.     margin-top: 1ex;
  41.     background: #ffd;
  42.     color: inherit;
  43.     border: gray 1px dashed;
  44.     padding: 0ex 1ex 0ex 1ex;
  45. }


 
Et je voudrais que les bordures d'Internet Explorer soit les mêmes que sous Mozilla Firefox (et éventuellement avec le plus de navigateurs possible.)
 
Que dois-je ajouter/retirer sur ma feuille de style?  Ou cela vient d'autre part?
 
Merci pour vos réponses futures !  ;)


Message édité par Luank le 22-10-2005 à 18:11:34

Profil : Pointeur
Plus d'informations

tu as pas un code html pour aller avec le css ?

Plus d'informations

Pour le cadre, j'ai simplement ça :

Code :
  1. <table border="2" cellspacing="4" height="59" width="383">
  2.     <tr>
  3.       <td height="59">
  4.         <center>
  5.         Ici le contenu!
  6.          </center>
  7.       </td>
  8.     </tr>
  9.   </table>


Mais je sais pas si ça peu aider. O_o


Message édité par Luank le 23-10-2005 à 12:19:27
Profil : Pointeur
Plus d'informations

a quoi ca sert de mettre attribut dans l'html si tu as un css ??


---------------
Da Bidz Triad©®™: Bidz Interceptor
.:: Smileyz version 4.2 [050625]::. -- Code source disponible sous licence GPL.
[u

Aller à :
Ajouter une réponse
  FORUM Tom's Hardware » Programmation » Autre » Problème Bordures : IE - Mozilla Firefox
 

Annonces Google
Publicité