Problème style.css

Résolu/Fermé
Thomz Messages postés 21 Date d'inscription jeudi 2 avril 2009 Statut Membre Dernière intervention 6 juin 2009 - 2 avril 2009 à 21:22
Thomz Messages postés 21 Date d'inscription jeudi 2 avril 2009 Statut Membre Dernière intervention 6 juin 2009 - 2 avril 2009 à 21:52
Bonjour,

Je suis nouveau ici.

Je visite assez souvent se forum, mais là me m'inscrit car j'ai un petit soucie auquel je ne trouce aucune solution.

Je vous explique, j'ai un site hébergé par Idoo, je veut le changer car il est très lent.

Je me suis donc rabattue sur Olympe-Network, c'est là qu'arrive le soucie, je rentre mon "archive" ou se trouve les image du .css, je rentre bien sur le style.css jusqu'a là tout vas bien.

Je vais sur mon index.html le style n'es pas prit en compte alors que xxx.o-n.fr/style.css y est parfaitement.

Merci d'avance pour vos réponses.

8 réponses

RAD ZONE Messages postés 5230 Date d'inscription samedi 20 janvier 2007 Statut Contributeur Dernière intervention 17 août 2024 1 360
2 avril 2009 à 21:29
tu as un lien ?
0
Thomz Messages postés 21 Date d'inscription jeudi 2 avril 2009 Statut Membre Dernière intervention 6 juin 2009
2 avril 2009 à 21:29
http://thomz.o-n.fr
0
RAD ZONE Messages postés 5230 Date d'inscription samedi 20 janvier 2007 Statut Contributeur Dernière intervention 17 août 2024 1 360
2 avril 2009 à 21:33
ton style est bien pris en compte !!

page noir et tes 2 texte centre !!

vide le cache de ton navigateur !?
0
Thomz Messages postés 21 Date d'inscription jeudi 2 avril 2009 Statut Membre Dernière intervention 6 juin 2009
2 avril 2009 à 21:35
/* CSS par Dig pour http://www.kits-gratuits.net - Tous droits réservés - */

body {
	margin:0;
	background:url('images/interface/fond.png') repeat-x #000;
	font-family:"Trebuchet MS", Verdana, Sans-Serif;
	font-size:75%;
	color:#FFF;
}

p {
	padding:5px;
}

#page {
	margin:0 auto 0 auto;
	width:745px;
}

#header {
	margin:0;
	background:url('images/interface/header.jpg') top no-repeat;
	width:745px;
	height:337px;
}

#header h1 {
	display:none;
	margin:0;
}

#header a {
	color:#FFF;
	text-decoration:none;
}

#header a:hover {
	text-decoration:underline;
}

#header ul {
	list-style-type:none;
	margin:0;
}

#header li {
	display:inline;
	float:right;
	margin:6px;
	width:90px;
	height:17px;
	background:url('images/interface/f_menu.png') no-repeat;
	text-align:center;
}

#contenu {
	text-align:justify;
	width:746px;
	background:url('images/interface/fond_c.jpg') no-repeat;
	padding:0 5px 0 5px;
	color:#000;
}

#contenu h2 {
	font-size:115%;
	border-bottom:1px dotted #FFF;
	width:200px;
	color:#FFF;
	font-weight:normal;
	margin:0 10px 10px 0;
}

.bas_bloc {
	width:730px;
	height:31px;
	background:url('images/interface/foot_b.png') bottom no-repeat;
}

.bloc {
	background:url('images/interface/haut_b.png') #FFF top no-repeat;
	width:730px;
	margin-bottom:30px;
	margin-left:2px;
}

#footer {
	text-align:center;
	font-size:90%;
}

#footer p {
	padding:0;margin:0;
}

#footer a { text-decoration:none;color:#FFF; }
#footer a:hover { text-decoration:underline;color:#FFF; }


Sa devrait donner sa : http://smokeweedz.idoo.com/index.htm
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
RAD ZONE Messages postés 5230 Date d'inscription samedi 20 janvier 2007 Statut Contributeur Dernière intervention 17 août 2024 1 360
2 avril 2009 à 21:42
ce sont tes images qui ne sont pas a leur place !!

http://thomz.olympe-network.com/images/interface/fond.png

RIEN !
0
Thomz Messages postés 21 Date d'inscription jeudi 2 avril 2009 Statut Membre Dernière intervention 6 juin 2009
2 avril 2009 à 21:44
http://thomz.olympe-network.com/archive/images/interface/fond.png

Il y a le dossier archive avant!
0
RAD ZONE Messages postés 5230 Date d'inscription samedi 20 janvier 2007 Statut Contributeur Dernière intervention 17 août 2024 1 360
2 avril 2009 à 21:48
Il y a le dossier archive avant

alors met le dans la CSS ;-))
la tu as ca
body {
	margin:0;
	background:url('images/interface/fond.png') repeat-x #000;
	font-family:"Trebuchet MS", Verdana, Sans-Serif;
	font-size:75%;
	color:#FFF;
}



met comme ca a toutes les images de la CSS
body {
	margin:0;
	background:url('archive/images/interface/fond.png') repeat-x #000;
	font-family:"Trebuchet MS", Verdana, Sans-Serif;
	font-size:75%;
	color:#FFF;
}


0
Thomz Messages postés 21 Date d'inscription jeudi 2 avril 2009 Statut Membre Dernière intervention 6 juin 2009
2 avril 2009 à 21:52
Merci!
0