|
La Communauté Webmaster 
| Pages: [1] |
 |
|
|
|
Auteur |
Sujet: Problème d'interpration (Lu 1751 fois) |
|
 |
Problème d'interpration
« sur: le 21-10-2012 a 23:03:26 » |
|
chipkill
Membre récent

Hors-Ligne
Messages: 7

|
Bonjour, Je suis en train de creer un site internet depuis quelques jour. Aujourd'hui un problème majeur s'est présenté à moi : l’interprétation de mon code diffère sérieusement d'un navigateur à l'autre. Chrome, le bon élève, ne me pause aucun souci. Explorer, le cancre, fait tout de travers : Type de police, taille de police, couleur de texte, alignement, tout y passe.. Visiblement, c'est le CSS qu'il digère mal. Bref, je sais pas du tout quoi faire pour mettre tout les navigateurs d'accord. Si quelqu'un pouvait m'aider ce serait cool. Merci par avance
| <a href="index.html"><div id="entete"><h1>Titre</h1></div></a> |
|
body { font-family: arial; background: url(background.jpg); } h1 { text-align: left; font-size: 100; font-family: segoe print; color: 4BB5C1; } a { color: black; text-decoration: none } #entete { width: 100%; height: 200;
}
|
| |
|
|
|
|
|
|
 |
Re:Problème d'interpration
« Répondre #1 sur: le 21-10-2012 a 23:13:13 » |
|
|
|
|
 |
Re:Problème d'interpration
« Répondre #2 sur: le 21-10-2012 a 23:31:32 » |
|
|
|
|
 |
Re:Problème d'interpration
« Répondre #3 sur: le 21-10-2012 a 23:55:28 » |
|
|
|
|
 |
Re:Problème d'interpration
« Répondre #4 sur: le 22-10-2012 a 00:06:12 » |
|
|
|
|
 |
Re:Problème d'interpration
« Répondre #5 sur: le 22-10-2012 a 07:24:24 » |
|
|
|
|
 |
Re:Problème d'interpration
« Répondre #6 sur: le 22-10-2012 a 08:19:57 » |
|
|
|
|
 |
Re:Problème d'interpration
« Répondre #7 sur: le 22-10-2012 a 08:25:24 » |
|
chipkill
Membre récent

Hors-Ligne
Messages: 7

|
voici mon code
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; vertical-align: baseline; } /* HTML5 display-role reset for older browsers */ article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }
/*fin reset Eric Meyer*/
body { font-family: arial; background: url(background.jpg); } h1 { text-align: left; font-size: 70; font-family: segoe print; color: 4BB5C1; } a { color: black; text-decoration: none } } #menu { text-align: center; font-size: 30;
} #entete { width: 100%; height: 300;
}
|
| |
|
|
|
|
 |
Re:Problème d'interpration
« Répondre #8 sur: le 22-10-2012 a 08:36:21 » |
|
|
|
|
 |
Re:Problème d'interpration
« Répondre #9 sur: le 22-10-2012 a 16:24:11 » |
|
|
|
|
 |
Re:Problème d'interpration
« Répondre #10 sur: le 22-10-2012 a 16:28:00 » |
|
|
|
|
| Pages:
[1] |
|
|
|
| |