Images non lues

balthazar bux -  
 Profil bloqué -
Bonjour à tous,

j'ai soucis avec mon site :
http://rina bacch.com/

en bas du site il devrait y avoir 4 drapeaux, or là je n'ai que le francais et l'espagnol. Il me manque l'italien et l'anglais (images non lues, mais liens existants).
Pourtant mon site enregistré dans mon bureau (donc hors ligne) fonctionne très bien.

J'ai essayé (en ligne) de ne conserver que les drapeaux italien et anglais; mais les images continuent d'etre non visibles. jE PENSE donc qu'il s'agit d'un problème d'image, mais je ne comprends pas comment rétablir le problème .

Auriez vous une solution s'il vous plais ?

je vous remercie

#footer {
border-top:1px #423e33 solid;
	height:38px;

	position:fixed;	
	bottom:0;
	z-index:30;
	margin:0 auto;
	background-color:#12120A;
	width:100%; /* 100% de tout l'écran */
	text-align:center;
}

#footer div {
		width:100%;
		margin:0 auto;
		color:#342a1e;
		padding:3px 0 0;
		height:35px;}
		

	#footer div p {
		float:left;
		height:25px;
		border-right:0px #423e33 solid;
		padding:5px 10px 5px 0;
		margin:0 0 0 10px;
		}
			
#footer div p a{
color:#dba;font-size:11px;
-moz-transition: color 0.3s linear;
-webkit-transition: color 0.3s linear;}
					
#footer div p a:hover {color:#fed;text-decoration:none;}
		
#footer div p a:visited {color:#dba;text-decoration:none;}	
				
#footer div p.bouton {line-height:25px;text-align:center;}

#footer div p.bouton a {
			text-transform:none;
			text-decoration:none;
			color:#dba;
			font-size:14px;
		}
		
#footer div p.bouton a:hover {color:#fed;text-decoration:none;}

#footer div p a img{
	margin-top:-12px;
	}


<div id="footer">
	<div>
    
       <p class="bouton">
			> <a href="index.html"><img src="imgs/drapeaux/bienvenue.png"/></a>
            <a href="index.html"><img src="imgs/drapeaux/welcome.png"/></a>
            <a href="index.html"><img src="imgs/drapeaux/Bienvenidos.png"/></a>
            <a href="index.html"><img src="imgs/drapeaux/benvenuti.png"/></a>
	</p> 

		<p class="bouton">
			> <a href="http://www.facebook.com/fabien.dannabacchillone" target="_blank">Webmaster : Fabien D'anna</a>
		</p>
        
        w
    <!--  FOOTER A RAJOUTER PLUS TARD
		<p class="bouton">
			> <a href="http://www.">CONDITIONS</a>
		</p>

	<p class="bouton">
			> <a href="http://www.">VENTE</a>
		</p>
-->



                
	</div>
</div>


1 réponse

Profil bloqué
 
ce n'est pas un prob de CSS
tu es sur que ces fichiers sont bien présents sur ton serveur ? (et dans les bons dossiers) ?

imgs/drapeaux/benvenuti.png

et

<img src="imgs/drapeaux/welcome.png">

vérifie aussi que le nom de l'image n'ait pas de majuscules
0
Profil bloqué
 
En fait je viens d'essayer avec des majuscules ca marche
<img src="imgs/drapeaux/Benvenuti.png">

<img src="imgs/drapeaux/Welcome.png">

donc changer le chemin sur ta page ou renommer tes images

a+
0
balthazar bux
 
wow magnifique/ .Bien vu wael , en effet la majuscule faisait dérailler la machine. Merci !
0
Profil bloqué
 
oui c'est magnifique : ))
0