Page 1 sur 1

css sous firefox

Posté : 15 sept. 2006, 09:23
par Tintin
Bonjour,

Voila, j'ai un probleme j'ai créé une feuille de style css, je n'ai aucun souci sous internet explorer mais sous firefox elle n'est pas du tout prise en compte.

Y a t il quelque chose a faire de spécial ?

merci d'avance

Posté : 15 sept. 2006, 09:25
par charabia
Du code ;) Appel à la CSS...etc

Posté : 15 sept. 2006, 09:43
par Tintin
je n'ai pas compris se que tu voulais dire

Posté : 15 sept. 2006, 09:44
par charabia
On comprend ton problème mais il nous est impossible de t'aider si on a pas de ressources, du code. Comment fais-tu appel à la CSS ? Montres nous ta CSS.

Posté : 15 sept. 2006, 10:24
par Tintin
ok, je fais appel a ma css de cette manière :
<link rel="stylesheet" type="text/css" href="..\..\..\style.css">

et ma css est :
 body { background:#FFFFFF; color:#000000; font-size:14px; font-family:Tahoma; }
a:link { color:#000066; text-decoration:none; font-weight:normal; }
a:visited { color:#006633; text-decoration:none; font-weight:normal; }
h1 { font-family:Tahoma; font-size:30px; color:#000000; text-decoration:none; font-weight:bold; text-align:center; }
h2 { font-family:Tahoma; font-size:24px; color:#000000; text-decoration:none; font-weight:bold; text-align:center;}
th { background-color:#CCCCCC; font-size:14px; color:#000000; font-weight:bold; text-align:center; font-family:Tahoma; }
td { font-size:12px; color:#000000; text-align:center; font-family:Tahoma; }
LABEL { DISPLAY: inline ; FLOAT:left ; WIDTH: 170px ; margin-left: 75px ; font-family:Tahoma; font-size:14px; }
merci d'avance

Posté : 15 sept. 2006, 10:26
par charabia

Code : Tout sélectionner

<link rel="stylesheet" type="text/css" href="..\..\..\style.css">
..\ --> pas bon

../ --> bon ;)

Posté : 15 sept. 2006, 10:48
par Tintin
Merci bcp, je n'aurai vraiment pas penser a ça etant donnée que sa marchais sur IE