Couleur de cadres dans Firefox
demarches
Messages postés
3
Statut
Membre
-
demarches -
demarches -
Bonjour,
Sous IE j'ai des chouettes couleurs pour les cadres que j'ai programmé dans la CSS.
Sous Firefox, les cadres sont noirs, on dirait des faire-parts de décès. J'ai essayé toutes les grilles et toutes les notations de CSS, sans effet.
Où trouve-t-on une grille identique pour les 2 navigateurs ?
Sous IE j'ai des chouettes couleurs pour les cadres que j'ai programmé dans la CSS.
Sous Firefox, les cadres sont noirs, on dirait des faire-parts de décès. J'ai essayé toutes les grilles et toutes les notations de CSS, sans effet.
Où trouve-t-on une grille identique pour les 2 navigateurs ?
A voir également:
- Couleur de cadres dans Firefox
- Downloadhelper firefox - Télécharger - Outils pour navigateurs
- Boite a couleur - Télécharger - Divers Photo & Graphisme
- Exporter favoris firefox - Guide
- Mozilla firefox - Télécharger - Navigateurs
- Excel cellule couleur si condition texte - Guide
6 réponses
Peut-on voir cette feuille de style (css) et cette page (html) ... ?
Je ne pense pas que ce soit un problème de grille... Je pense qu'il y a une erreur dans le css, ou dans ta page...
Mais comme Ie7 corrige automatiquement des bugs qui ne sont pas dans les règles du W3C (norme du web), tu obtient un meilleur résultats de temps en temps...
On ne peux pas répondre à une question sans données...
P.S.: J'utilise Ie7 ^^
Je ne pense pas que ce soit un problème de grille... Je pense qu'il y a une erreur dans le css, ou dans ta page...
Mais comme Ie7 corrige automatiquement des bugs qui ne sont pas dans les règles du W3C (norme du web), tu obtient un meilleur résultats de temps en temps...
On ne peux pas répondre à une question sans données...
P.S.: J'utilise Ie7 ^^
XD
Ben en fait je t'ai corrigé toutes les erreurs que la vérif de W3C m'avais montré...
Ensuite je ne vois qu'une seule solution à ce problème... Il doit y avoir un bug dans la page html...
Ben en fait je t'ai corrigé toutes les erreurs que la vérif de W3C m'avais montré...
Ensuite je ne vois qu'une seule solution à ce problème... Il doit y avoir un bug dans la page html...
Je vais voir et je te dit si je trouve quelquechose, sinon il va faloir demander à quelqu'un d'autre...
Désolé, mais je ne trouve pas d'autres mots que bordel pour caractériser le contenu de ton (masculin) css et de ta page... Franchement passe au php, déjà... ensuite enlève le problème des liens (causé par le target="main")... Puis tu reprend ton site DEPUIS LE DEBUT
Je suis désolé, mais ton site n'est pas réparable sans un petit rangement... (peut-être qu'après ça marchera mieu ... ?) Il est possible que le problème soit lié à une superposition de plusieurs couleurs résultantes en du noir pour firefox...
P.S.: Je n'obtient même pas la même couleur de cadres avec Ie7 quand je regarde ton site directement et quand je le lis sur mon ordinateur après l'avoir pompé...
Désolé de ne pas être d'une plus grande utilité...
Je suis désolé, mais ton site n'est pas réparable sans un petit rangement... (peut-être qu'après ça marchera mieu ... ?) Il est possible que le problème soit lié à une superposition de plusieurs couleurs résultantes en du noir pour firefox...
P.S.: Je n'obtient même pas la même couleur de cadres avec Ie7 quand je regarde ton site directement et quand je le lis sur mon ordinateur après l'avoir pompé...
Désolé de ne pas être d'une plus grande utilité...
Vous n’avez pas trouvé la réponse que vous recherchez ?
Posez votre question
Comme je l'ai dit, j'abanonne. Et je quitte définitivement ce sujet.
Bonne chance encore une fois.
Bonne chance encore une fois.
Bon voila.
Grâce à toi, j'ai compris que ce n'étais pas un problème de codage des couleurs pour Firefox mais un probleme dans le CSS.
Dans le td il y avait "3pt solid", visiblement Firefox veut que l'on précise aussi la couleur, sinon, c'est du noir, même si c'est défini dans l'élément table supérieur.
Il fallait le savoir.
Merci donc.
Grâce à toi, j'ai compris que ce n'étais pas un problème de codage des couleurs pour Firefox mais un probleme dans le CSS.
Dans le td il y avait "3pt solid", visiblement Firefox veut que l'on précise aussi la couleur, sinon, c'est du noir, même si c'est défini dans l'élément table supérieur.
Il fallait le savoir.
Merci donc.
Bon voila.
Grâce à toi, j'ai compris que ce n'étais pas un problème de codage des couleurs pour Firefox mais un probleme dans le CSS.
Dans le td il y avait "3pt solid", visiblement Firefox veut que l'on précise aussi la couleur, sinon, c'est du noir, même si c'est défini dans l'élément table supérieur.
Il fallait le savoir.
Merci donc.
Grâce à toi, j'ai compris que ce n'étais pas un problème de codage des couleurs pour Firefox mais un probleme dans le CSS.
Dans le td il y avait "3pt solid", visiblement Firefox veut que l'on précise aussi la couleur, sinon, c'est du noir, même si c'est défini dans l'élément table supérieur.
Il fallait le savoir.
Merci donc.
La page la plus moche c'est celle là
https://www.guidedesdemarches.com/INFO/XI200804.htm
Voila la CSS, format "Guerre et Paix" :
==>
<!--
/* Style Definitions */
body
{font-size:10.0pt;
line-height:normal;
font-family:Verdana, Helvetica;
text-align:justify;
}
body.Fiches
{text-align:justify;
font-size:8.0pt;
margin-top:0.0pt;
background-color:rgb(246,246,205);
}
body.News
{text-align:justify;
font-size:8.0pt;
margin-top:0.0pt;
background-color:rgb(256,256,256);
}
body.Dossiers
{text-align:justify;
font-size:8.0pt;
margin-top:0.0pt;
background-color:rgb(246,246,205);
}
body.Alphabet
{text-align:justify;
font-size:8.0pt;
margin-top:0.0pt;
background-color:rgb(246,246,205);
}
body.TDM
{font-size:8.0pt;
line-height:normal;
font-family:Verdana;
text-align:left;
margin-top:0.0pt;
background-color:rgb(246,246,205);
}
body.Liens
{font-size:8.0pt;
line-height:normal;
font-family:Verdana;
text-align:left;
margin-top:0.0pt;
background-color:rgb(246,246,205);
}
body.Livres
{text-align:justify;
font-size:7.0pt;
margin-top:0.0pt;
background-color:rgb(246,246,205);
}
body.Intro
{text-align:justify;
font-size:8.0pt;
margin-top:0.0pt;
background-color:rgb(246,246,205);
}
/* DIV Definitions */
div.Photo
{margin-left:0.0pt;
margin-right:0.0pt;
font-size:8.0pt;
}
div.copyright
{font-family:Times New Roman;
text-align:right;
font-size:7.0pt;
}
div.TexteFiche
{margin-left:50.0pt;
margin-right:10.0pt;
font-size:8.0pt;
}
div.IndexDico
{font-size:8.0pt;
}
div.MenuDico
{font-size:8.0pt;
font-family:Verdana, Helvetica;
background-color:rgb(246,246,205);
}
div.MenuTheme
{font-size:8.0pt;
font-family:Verdana, Helvetica;
background-color:rgb(246,246,205);
}
div.Liens
{background-color:inherit;
}
div.TDM
{background-color:white;
}
div.TDMNews
{background-color:rgb(246,246,205);
}
div.Intro
{background-color:white;
}
div.LIENS
{background-color:rgb(246,246,205);
}
span.Dev
{font-size:90%;
}
span.LetDico
{font-size:48.0pt;
text-align:center;
line-height:48.0pt;
font-family:Arial Black, Helvetica;
}
span.LivTitr
{font-size:10.0pt;
text-align:center;
font-family:Verdana, Helvetica;
font-weight:bold;
}
span.Contact
{font-size:10.0pt;
text-align:left;
font-family:Verdana, Helvetica;
font-weight:bold;
}
span.LivSTitr
{font-size:9.0pt;
text-align:center;
font-family:Verdana, Helvetica;
font-weight:bold;
font-style:italic;
}
span.LivCom
{font-size:7.0pt;
text-align:justify;
font-family:Verdana, Helvetica;
}
span.LivStar
{font-size:10.0pt;
font-family:Wingdings, ZapfDingbats;
color: #DAA520;
}
span.LivDispo
{font-family:Verdana, Helvetica;
font-size:8.0pt;
font-style:italic;
}
span.DateTitre
{font-size:10.0pt;
text-align:left;
font-family:Verdana, Helvetica;
font-weight:bold;
}
span.NVMois
{font-size:16.0pt;
text-align:left;
font-family:Verdana, Helvetica;
font-weight:bold;
}
span.NVLegend
{font-size:7.0pt;
text-align:justify;
font-family:Verdana, Helvetica;
}
span.AgURL
{text-align:right;
}
span.AgSitu
{font-size:7.0pt;
text-align:left;
font-family:Verdana, Helvetica;
}
span.AnTitre
{font-size:12.0pt;
text-align:left;
font-family:Verdana, Helvetica;
font-weight:bold;
}
span.LSTitre
{font-size:9.0pt;
text-align:left;
font-family:Verdana;
font-weight:bold;
}
span.AnCom
{font-size:8.0pt;
text-align:right;
font-family:Verdana, Helvetica;
font-weight:bold;
}
span.SITE
{font-size:10.0pt;
text-align:center;
vertical-align:bottom;
font-weight:bold;
}
span.Nouveau
{font-family:Times New Roman;
font-size:16.0pt;
text-align:center;
vertical-align:middle;
font-weight:bold;
color:red;
}
span.N
{font-family:Arial;
font-weight:bold;
font-size:110%;
color:red;
}
span.copyright
{font-family:Times New Roman;
text-align:right;
font-size:8.0pt;
}
span.Foot
{font-family:Arial;
font-size:8.0pt;
text-align:center;
vertical-align:middle;
}
span.Legend
{font-family:Arial;
font-size:8.0pt;
text-align:justify;
vertical-align:middle;
}
/* Table Definitions */
table
{width:100%;
font-family:Verdana, Helvetica;
font-size:8.0pt;
vertical-align:text-top;
border:solid 2.0pt;
border-spacing:5.0pt;
border-collapse:collapse;
border-color :rgb(256,256,256);
}
table.Intro
{top:0.0pt;
width:100%;
height:100%;
font-family:Verdana, Helvetica;
font-size:8.0pt;
line-height:normal;
border:2.0pt;
}
table.Rub
{top:0.0pt;
width:100%;
height:100%;
font-family:Verdana, Helvetica;
font-size:9.0pt;
line-height:normal;
border:none;
}
table.Dossiers
{top:0.0pt;
width:100%;
height:100%;
font-family:Verdana, Helvetica;
font-size:8.0pt;
line-height:normal;
}
table.Alphabet
{top:0.0pt;
width:100%;
font-family:Verdana, Helvetica;
font-size:8.0pt;
line-height:normal;
border:none;
}
table.Pub
{top:0.0pt;
font-family:Verdana, Helvetica;
font-size:8.0pt;
line-height:normal;
border-width:1.0pt;
}
table.Liens
{top:0.0pt;
width:100%;
font-family:Verdana, Helvetica;
font-size:9.0pt;
line-height:normal;
border:none;
background-color:rgb(246,246,205);
}
table.Fiches
{top:0.0pt;
width:100%;
font-family:Verdana;
font-size:9.0pt;
line-height:normal;
border:none;
border-spacing:0.0pt;
}
table.Advert
{top:0.0pt;
font-family:Verdana;
font-size:9.0pt;
line-height:normal;
border:solid 2.0pt;
border-spacing:5.0pt;
border-collapse:collapse;
border-color:#556B2F;
}
table.BoutonsB
{top:0.0pt;
width:750;
font-family:Verdana;
font-size:9.0pt;
line-height:normal;
border:none;
background-color:rgb(246,246,205);
}
table.Livres
{top:0.0pt;
width:100%;
font-family:Verdana, Helvetica;
font-size:9.0pt;
line-height:normal;
border-collapse:collapse;
border:none;
}
table.Extrait
{width:100%;
font-family:Verdana, Helvetica;
font-size:8.0pt;
vertical-align:text-top;
border:solid 1.2pt;
border-spacing:5.0pt;
border-collapse:collapse;
border-color:#556B2F;
background-color : white;
}
table.Livre
{width:100%;
font-family:Verdana, Helvetica;
font-size:8.0pt;
vertical-align:text-top;
border:solid 2.0pt;
border-spacing:5.0pt;
border-collapse:collapse;
border-color:#556B2F;
}
table.Annonce
{top:0.0pt;
width:100%;
font-family:Verdana, Helvetica;
font-size:8.0pt;
line-height:normal;
border-collapse:collapse;
border:none;
}
body.Dossiers table
{top:0.0pt;
width:100%;
font-family:Verdana, Helvetica;
font-size:8.0pt;
line-height:normal;
border:none;
}
table.TDM
{top:0.0pt;
width:100%;
font-family:Verdana, Helvetica;
font-size:9.0pt;
line-height:normal;
border-color:rgb(158,150,30);
background-color : inherit;
}
table.TDMNews
{top:0.0pt;
width:100%;
font-family:Verdana, Helvetica;
font-size:9.0pt;
line-height:normal;
border-spacing:0.0pt;
border-color:#dbdbaa;
border-collapse:collapse;
}
table.BANDO
{top:0.0pt;
width:100%;
font-family:Verdana, Helvetica;
line-height:normal;
border-spacing:0.0pt;
border-color:#666600;
border-collapse:collapse;
background-color :rgb(246,246,235);
}
div.BTQ table
{width:90%;
font-family:Verdana, Helvetica;
font-size:8.0pt;
vertical-align:text-top;
border:none;
}
div.Photo table
{top:0.0pt;
width:100%;
background-color:inherit;
margin-top:10.0pt;
border:none;
}
div.Dico table
{top:0.0pt;
width:100%;
background-color:inherit;
margin-top:0.0pt;
border:none;
}
div.MenuDico table
{top:0.0pt;
width:100%;
background-color :rgb(246,246,205);
margin-top:0.0pt;
border:none;
font-family:Times New Roman;
font-size:12.0pt;
color:blue;
border-spacing:0.0pt;
border-collapse:separate;
}
div.MenuTheme table
{top:0.0pt;
width:100%;
background-color :rgb(246,246,205);
margin-top:0.0pt;
border:none;
font-family:Times New Roman;
font-size:8.0pt;
border-spacing:0.0pt;
border-collapse:separate;
}
div.IndexDico table
{top:0.0pt;
width:100%;
background-color:inherit;
margin-top:0.0pt;
border:none;
}
table.tableX
{width:90%;
font-family:Verdana, Helvetica;
font-size:7.0pt;
margin-left:0cm;
vertical-align:text-top;
text-align:center;
border:solid 2.0pt;
border-spacing:0.0pt;
border-collapse:collapse;
border-color: #556B2F;
}
table.tableY
{width:95%;
font-family:Verdana, Helvetica;
font-size:7.0pt;
margin-left:0cm;
vertical-align:text-top;
text-align:left;
border:solid 2.0pt;
border-spacing:0.0pt;
border-collapse:collapse;
border-color:#556B2F;
}
table.BTQ
{border-color:#DAA520;
text-align:center;
}
table.NV
{top:20.0pt;
width:100%;
font-family:Verdana, Helvetica;
line-height:normal;
border-collapse:collapse;
border:none;
padding:10.0pt;
text-align:justify;
}
table.Intro
{top:0.0pt;
width:100%;
font-family:Verdana, Helvetica;
font-size:9.0pt;
line-height:normal;
border-width:thin;
border-color:white;
}
tr
{vertical-align:text-top;
}
tr.Rub
{border:none;
vertical-align:text-top;
}
tr.NV
{border:none;
margin-top:10.0pt;
padding-top:10.0pt;
}
table.Photo tr
{border:none;
width:100%;
vertical-align:bottom;
}
table.Dico tr
{border:none;
width:100%;
vertical-align:bottom;
}
table.Liens tr
{border:none;
width:100%;
}
table.Fiche tr
{border:none;
width:100%;
}
tr.Tet_Col
{font-weight:bold;
font-size:7.0pt;
font-family:Times;
}
div.MenuDico tr
{font-weight:bold;
font-size:10.0pt;
font-family:Verdana, Helvetica;
color:blue;
text-align:center;
width:100%;
background-color:white;
}
div.MenuTheme tr
{
font-family:Verdana, Helvetica;
text-align:center;
width:100%;
background-color:white;
}
td
{border:solid 1.0pt;
border-spacing:5.0pt;
}
td.Rub
{border:none;
}
td.Alphabet
{border:none;
}
td.Pub
{border:none;
text-align:center;
}
td.FOND
{
background-color:rgb(246,246,205);
border:solid 3.0pt;
border-spacing:0.0pt;
}
div.BTQBarre td
{
background-color:none;
}
div.Photo td
{border:none;
vertical-align:bottom;
font-size:8.0pt;
}
div.Dico td
{border:none;
vertical-align:top;
font-size:8.0pt;
}
div.MenuDICO td
{border:solid 1.0pt;
vertical-align:middle;
border-collapse:separate;
border-top-color:white;
border-left-color:white;
}
div.MenuTheme td
{border:solid 1.0pt;
vertical-align:middle;
border-collapse:separate;
border-top-color:white;
border-left-color:white;
}
span.MenuDicoS
{border:solid 1.0pt;
vertical-align:bottom;
font-style:italic;
font-weight:bold;
color:black;
background-color:rgb(246,246,205);
}
div.BTQ td
{border:solid 1.0pt;
border-color : rgb(246,246,205);
}
table.Liens td
{border:none;
}
table.Fiches td
{border:none;
}
table.Annonce td
{border:none;
}
table.TableX td
{border:solid 1.0pt;
border-spacing:10.0pt;
}
table.TableY td
{border:solid 1.0pt;
border-spacing:5.0pt;
}
table.Livres td
{border-color : white;
border:solid 2.0pt;
border-spacing:5.0pt;
}
table.BANDO td
{
border:solid 3.0pt;
border-spacing:0.0pt;
padding:0.5em;
}
table.BTQ td
{border:none;
}
body.Dossiers td
{border:none;
}
td.cadre
{border-width:1.0pt;
border-color:black;
border-spacing:5.0pt;
color:red;
vertical-align:top;
}
p
{margin:0cm;
line-height:normal;
font-family:Verdana, Helvetica;
}
div.Photo p
{text-align:justify;
margin:10pt;
}
div.Dico p
{text-align:justify;
}
div.Intro p
{font-size:8.0pt;
}
div.TexteFiche p
{text-align:justify;
}
div.Info p
{text-align:justify;
}
p.Normal
{margin:0cm;
font-size:10.0pt;
font-family:Verdana, Helvetica;
}
p.TDM1
{font-size:7.0pt;
margin-top:0pt;
margin-bottom:0pt;
}
div.TDM p.TDM1
{font-size:7.0pt;
margin-top:0pt;
margin-bottom:0pt;
font-style:bold;
color:rgb(225,20,90);
}
body.Dossiers p.TDM1
{list-style-type:none;
text-decoration:none !important;
font-size:8.0pt;
margin-top:2.0pt;
margin-bottom:0pt;
}
body.News p
{list-style-type:none;
text-decoration:none !important;
font-size:8.0pt;
margin-top:0.0pt;
margin-bottom:0pt;
}
p.Lire
{margin:0cm;
font-size:15.0pt;
font-family:Verdana, Helvetica;
font-style:bold;
text-align:center;
}
ul
{margin-top:1.0pt;
margin-bottom:5.0pt;
line-height:normal;
}
h1
{margin-top:0.0pt;
margin-right:0cm;
margin-bottom:3.0pt;
margin-left:0cm;
text-align:center;
page-break-after:avoid;
font-size:16.0pt;
font-family:Arial;
color:rgb(225,10,80);
}
div.MenuDico h1
{color:black;
} h2
{margin-top:12.0pt;
margin-right:0cm;
margin-bottom:3.0pt;
margin-left:0cm;
page-break-after:avoid;
font-size:12.0pt;
font-style:italic;
font-weight:bolder;
}
div.TexteFiche h2
{font-size:12.0pt;
margin-left:-30.0pt;
}
div.Photo h2
{margin-right:0.0pt;
margin-bottom:0.0pt;
margin-left:0.0pt;
page-break-after:avoid;
font-size:12.0pt;
font-style:italic;
font-weight:bolder;
}
h3
{margin-top:12.0pt;
margin-right:0cm;
margin-bottom:3.0pt;
margin-left:0cm;
page-break-after:avoid;
font-size:10.0pt;
}
/* List Definitions */
ol.N1
{list-style-type:circle;
list-style-position:outside;
font-family:Verdana, Helvetica;
font-size:10.0pt;
margin-bottom:0cm;}
ol.N2
{list-style-type:square;
list-style-position:outside;
font-family:Verdana, Helvetica;
font-size:10.0pt;}
ol.N3
{list-style-type:disc;
list-style-position:outside;
}
ul.L1
{list-style-type:circle;
list-style-position:outside;
}
body.News ul.L1
{list-style-type:circle;
list-style-position:outside;
font-size:8.0pt;
}
ul.L2
{list-style-type:square;
list-style-position:outside;
}
ul.L3
{list-style-type:disc;
list-style-position:outside;
font-family:Verdana, Helvetica;
}
ul.TDM1
{list-style-type:square;
list-style-position:outside;
text-indent:-2.0pt;
margin-top:0.0pt;
margin-bottom:-1.0pt;
font-size:8.0pt;
}
ul.TDM2
{list-style-type:square;
list-style-position:outside;
text-indent:-2.0pt;
margin-top:0.0pt;
margin-bottom:-1.0pt;
font-size:7.0pt;
}
ul.TDM4
{list-style-type:square;
list-style-position:outside;
text-indent:-2.0pt;
margin-top:0.0pt;
margin-bottom:-1.0pt;
font-size:7.0pt;
}
ul.TDM3
{list-style-type:disc;
list-style-position:outside;
font-family:Verdana, Helvetica;
}
/* Link Definitions */
a:link
{color:rgb(33,75,52);
text-decoration:none;
font-weight:bolder;
}
div.Intro a:link
{text-decoration:none;
color:rgb(33,75,52);
}
div.TexteFiche a:link
{text-decoration:underline;
color:rgb(33,75,52);
}
div.tdm a:link
{color:rgb(33,75,52);
text-decoration:none;
}
div.IndexDICO a:link
{color:rgb(33,75,52);
text-decoration:none;
}
body.Liens a:link
{color:rgb(33,75,52);
text-decoration:none;
}
div.MenuDico a:link
{color:rgb(33,75,52);
text-decoration:none;
}
body.Dossiers a:link
{text-decoration:none;
color:rgb(33,75,52);
}
div.BTQBarre a:link
{display:block;
padding:1px 1px 1px 1px;
border-left:2px solid white;
border-right:2px solid white;
border-bottom:2px rgb(246,246,205);
border:10px solid rgb(246,246,205);
background-color:rgb(246,246,205);
high:100%;
}
a:visited
{color:rgb(33,75,52);
text-decoration:none;
font-weight:bolder;
}
div.BTQBarre a:visited
{display:block;
padding:1px 1px 1px 1px;
border-left:2px solid white;
border-right:2px solid white;
border-bottom:2px rgb(246,246,205);
border:10px solid rgb(246,246,205);
background-color:rgb(246,246,205);
hight:100%;
}
body.Dossiers a:visited
{text-decoration:none;
color:rgb(33,75,52);
}
div.MenuDico a:visited
{color:rgb(33,75,52);
text-decoration:none;
}
div.tdm a:visited
{color:rgb(33,75,52);
text-decoration:none;
}
div.IndexDICO a:visited
{color:rgb(33,75,52);
text-decoration:none;
}
body.Liens a:visited
{color:rgb(33,75,52);
text-decoration:none;
}
div.RenvDos a:visited
{color:rgb(33,75,52);
text-decoration:none;
}
div.Intro a:visited
{color:rgb(33,75,52);
text-decoration:none;
}
a:hover
{color:rgb(33,75,52);
text-decoration:underline;
}
div.TexteFiche a:hover
{text-decoration:none;
color:rgb(33,75,52);
}
div.tdm a:hover
{color:rgb(33,75,52);
text-decoration:underline;
}
div.Intro a:hover
{color:rgb(33,75,52);
text-decoration:underline;
}
body.Liens a:hover
{color:rgb(33,75,52);
text-decoration:underline;
}
body.Dossiers a:hover
{color:rgb(33,75,52);
text-decoration:underline;
}
div.MenuDICO a:hover
{color:rgb(33,75,52);
background-color:rgb(246,246,205);
text-decoration:underline;
border-top-color:#FF0000;
border-left-color:red;
}
fieldset {
border: 3px solid #dbdbaa;;
margin: 1em 0.5em 1em 0em;
padding: 0em 0em 1em 0.5em;
font-size:12px;
color:black;
font-family:arial;
font-weight:bold;
line-height: 1.3em;
width: 100%;
}
legend {
background: transparent;
padding: 0.5em;
font-size:12px;
font-family:verdana;
font-size: 13px;
font-weight:bolder
}
-->
div.BTQBarre td
{
background-color:none;
}
Il faut le remplacer par... rien du tout ! Tu enlève tout simplement cette fontion ;).
2) Remplace DANS TOUT TON DOCUMENT CSS "high" par "height"
3) Je ne connais pas la fontion font-style, mais il parait que tu ne peux pas mettre en gras en faisant font-style:bold;... Par contre tu êux utiliser la fontion que je connais pour ça : font-weight:bold; ou font-weight:bolder;
4) Dans plusieurs fonctions, tu utilise des valeurs de couleurs qui dépassent la limite (qui est 255 et tu utilise du 256...) ==> Le problème vient surement de là ^^
Remplace toutes les valeurs 256 par 255.
5) Dans la propriété "font-family" il faut mettre des espaces pour les famille qui font plus d'un seul mot, ex.: au lieu de il faut mettre
Voila ! Et j'espère que le problème et résolu... N'oublie pas de me prévenir si il est résolu, s'il te plais ;).
Bonne chance, encore ;).