Site qui fonctionne mal sous IE

Fermé
bohemian1986 - 15 févr. 2011 à 20:10
 bohemian1986 - 16 févr. 2011 à 19:59
Bonjour,

Encore un problème d'interprétation de code sur IE !
Rassurez vous, j'ai bien vérifié si un sujet ne traitait pas déja de mon problème, et si un sujet le traitait, j'ai essayé les modifications recommandés, sans succès.

Donc me voila:
Je viens de réaliser mon premier site internet pour quelqu'un de ma famille, ce dernier fonctionne parfaitement sur Chrome et Safari, un peu moins bien sur IE, pas très bien sur IE8 et très mal sur IE7.

FF: Les liens ne sous pas soulignés, 1 fois sur 2 !
IE8: La galerie photo en flash s'affiche correctement 1 fois sur 2 également, et les sous menus se déroulent à gauche de l'écran, plutot que sous le menu-parent.
IE7: c'est la cata, la mise en page est complètement foutue, la galerie photo ne s'affiche qu'une fois sur 2, ...


Je serais ravi si quelqu'un pouvait me donner une/des solutions ou une/des pistes à explorer pour résoudre ces facheux problèmes !!!

Voici le code de la page de la galerie photo (qui marche une fois sur deux sur IE)

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ACM Assistance et Conseils en Merchandising</title>
<link href="styles/ac-merchandising.css" rel="stylesheet" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="styles/acm_menu.css" rel="stylesheet" type="text/css" />
<style> 
a{ 
text-decoration:none;
color:black;
} 
a:hover{
	text-decoration:underline;
}
</style>
</head>

<body	style="background:black;">
<div id="container">
  <div id="banner"><a href="index.html"><img src="logo_acm.png" width="968" height="150" alt="ACM" /></a>
  
				<div id="definition">
    			  <p>Assistance et Conseils en Merchandising</p>
    			</div>
                
  		<div id="main_image">
        
  			<div id="bande_menu">
  			  <ul id="acm_menu" class="MenuBarHorizontal">
  			    <li><a class="MenuBarItemSubmenu" href="index.html">ACM</a>
  			      <ul>
<li><a href="index.html">Accueil</a></li>
<li><a href="valeurs.html">Inspirations</a></li>
                  </ul>
		        </li>
  			    <li><a href="#" class="MenuBarItemSubmenu">Prestations</a>
  			      <ul>
                    <li><a href="merchandising.html">Merchandising</a></li>
                    <li><a href="vitrines.html">Vitrines</a></li>
  			      </ul>
  			    </li>
  			    <li><a href="galerie.html">Galerie photos</a>		        </li>
                <li><a href="#" class="MenuBarItemSubmenu">Tarifs</a>
                  <ul>
                    <li><a href="tarif_m.html">Merchandising</a></li>
                    <li><a href="tarif_v.html">Vitrines</a></li>
                  </ul>
                </li>
                <li><a href="contact.html">Contact</a></li>
  			  </ul>
  			</div>
            
           
			
            
           <div id="flip_container3">
         <p> <script type="text/javascript" src="js/swfobject.js"></script>
         <script type="text/javascript" >
			var flashvars = {};
			flashvars.xmlPath = "xml/data.xml";
			flashvars.backgroundColor = "0x000000";
			flashvars.labelColor = "0xFFFFFF"
			var params = {};
			params.loop = "false";
			params.menu = "false";
			params.quality = "best";
			params.scale = "noscale";
			params.salign = "t1";
			var attributes = {};
			swfobject.embedSWF("swf/Main.swf", "myAlternativeContent", "590", "350", "10.0.0", "swf/expressInstall.swf", flashvars, params, attributes);
		</script> </p>
        
         <div id="myAlternativeContent">
         <p>Cette animation requiert Adobe Flash Player 10.0 (ou plus). JavaScript doit être activé dans votre navigateur.</p>
			<a href="https://get.adobe.com/flashplayer/">
				<img src="https://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
			</a>
            
		</div>
         
         
        </div><div id="liens_leg">
<a href="mention.html" class="style2">Mentions légales</a> - <a href="sitemap.html" class="style2">Plan du site</a></div>
          
        
        
        
        
        
    </div>
    
  </div>
</div>



 <script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("acm_menu", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
</html>


Le code de la feuille de style:

@charset "utf-8";
/* CSS Document */

#body {
	margin:0px;
	background:black;
}

#container {
	width: auto;
	height: 1000px;
	background: black;
	margin: 0 auto;
	/*padding-left: 0px;
    padding-right: 0px;*/
    overflow: hidden;
}
#bande_menu {
}


#banner {
	position: relative;
	height: 150px;
	width: 968px;
	margin:0 auto;
	
}
#acm_menu {
	position: absolute;
	top: 10px;
	left: 0px;
	bottom: 0px;
}


#definition {
	background-color: #000;
	width: 400px;
	height: 25px;
	position: absolute;
	top: 16px;
	right: 20px;
}

#definition p{
	font-size:22px;
	color: #FFF;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
	margin-top: 0px;
}

#bande_menu {
	width:964px;
	height: 40px;
	margin:0 auto;
	background: black;
	position: relative;
}

#main_image {
	background:white;
	height: 600px;
	width: 968px;
	margin:0 auto;

	padding-top:2px;
}

#flip_container2 {
	margin-left:204px;	
	width:600px;
	background:white;
	margin-bottom:210px;
}

#flip_container3 {
	/*width: 3000px;*/
	/*height:1000px;*/
	margin:2px;
	padding-left:192px;
	background:black;
	height: 456px;
	padding-top:100px;

}



#fond_valeur {
	background-color: white;
	width: 968px;
	height: 580px;
	margin-top: 2px;
	padding-left: auto;
	padding-right: auto;
}
#valeurs {
	padding-top:50px;
	margin-left:200px;	
}

#texte {
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	/*background:blue;*/
	width:620px;
}

#texte_ml {
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	/*background:blue;*/
	width:620px;
}

#texte_ml p{
	font-size:10px;
	line-height:12px;
	margin-top:0px;
	text-align:justify;
}

#texte_sm {
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;
	/*background:blue;*/
	width:620px;
}

#texte_sm h1{
	font-size:14px;
	line-height:12px;
	margin-top:0px;
	text-align:left;
	font-weight:0;
}

#texte_sm h2{
	font-size:12px;
	line-height:12px;
	margin-top:0px;
	text-align:left;
	padding-left:30px;
	font-weight:100;
}

/*#texte h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:justify;
	
}*/

#texte p{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
}

#texte h2{
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:grey;
	text-align:justify;
}

#photo_merch {
	
	margin-right:30px;
	/*margin-left:auto;*/
	
	
	
}

#titre_tarif {
	width:968px;
	height:80px;
	/*margin-left:95px;*/
	
}

#titre_tarif h1{
color:grey;
font-size:16px;
font-weight:bold;
font-family:Arial, Helvetica, sans-serif;
text-align:center;
	
	
}




#merchandising {
	margin-top:30px;
	padding-left:15px;
	padding-bottom:15px;
	padding-right:15px;
}

#photo_vitr {
	/*height:500px;*/
	margin-right:30px;
	
	
	
}

#vitrines {
	margin-top:30px;
	padding-left:15px;
	padding-bottom:15px;
	padding-right:15px;
}
	

	#legende_contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:center;
}



#tarif_form {
	width:200px;
	/*background:red;*/
	float:left;
	margin-left:10px;
	text-align:center;
	padding-top:50px;
	height:73px;
	line-height:2px;
	
	
}

#tarif_desc {
	width:200px;
	height:83px;
	/*background:blue;*/
	float:left;
	padding-top:40px;
	text-align:center;
}

#tarif_text {
	width:380px;
	height:83px;
	/*background:green;*/
	float:left;
	padding-top:40px;
	text-align:justify;
	padding-left:25px;
}

#tarif_tarif {
	width:113px;
	/*background:pink;*/
	float:left;
	text-align:center;
	padding-top:50px;
	height:73px;
	
		
}

#tarif_form, #tarif_desc, #tarif_text, #tarif_tarif p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	
}

#tarif_form, #tarif_tarif {
	/*height:130px;*/
	/*text-align:justify;*/
}

#tarif_form p{
	font-weight:bold;
	font-size:14px;
	
}



#liens_leg {
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:4px;

}

a.style2:link {
	color:white;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}

a.style2:visited {
	color:white;	
}

a.style3:link {
	text-decoration:underline;
}

a.style3:hover {
	text-decoration:none;
}

#myAlternativeContent p{
	color:white;
	
}



Le css du menu:
@charset "UTF-8";

/* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: 964px;
	text-transform: none;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal li
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: center;
	cursor: pointer;
	width: 12em;
	float: left;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
}
/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin-top: 14px;
	padding: 5px;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 10em;
	background:black;
	position: absolute;
	left: -1000em;
	font-family: "Myriad Pro", Helvetica, Arial, sans-serif;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: 10px;
	float: left;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 10em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
	float: left;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	border: 1px solid #CCC;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
{
	background-color: #000;
	color: #C3C;
}
/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
	background-color: #000;
	color: #F3C;
}

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	background-image: url(../SpryAssets/SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarDownHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	background-image: url(../SpryAssets/SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position:absolute;
	float:left;
	z-index: 1010;
	filter:alpha(opacity:0.1);
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display:inline;
		f\loat: left;
		background: #FFF;
	}
}



Voila, le site a été fait à l'aide de dreamweaver.

Je n'ait aucune formation d'html donc le code est certainement pas très beau, ni "à la norme" mais le site fonctionne bien sous Chrome, donc le code est fonctionnel au moins.


Je vous remercie de votre aide, je suis vraiment paumé ...






A voir également:

4 réponses

Zaki_N. Messages postés 107 Date d'inscription dimanche 2 mai 2010 Statut Membre Dernière intervention 8 décembre 2012 49
Modifié par Zaki_N. le 16/02/2011 à 08:51
Bonjour/bonsoir,

Le site est assez mal codé :-(

Pour le problème des liens : Il faut mettre dans le CSS proprement, et non dans le fichier HTML comme dans le tien, un truc comme :
a:link (même chose pour a:focus, a:visited, a:hover, a:active)
{
text-decoration: underline;
color: rgb(255, 0, 0);
font-style: italic;
font-weight: bold;
}


Fais aussi attention à tes balise "meta" stp.

2
Je suis désolé pour le code qui apparait tout d'un bloc !

l'adresse du site : http://www.ac-merchandising.com/index.html

Merci
0
J'ai vraiment honte pour la méta...

Bon, j'ai suivi ton conseil et fais du ménage dans le html. J'ai mis le style des liens dans la feuille css, et effectivement maintenant ça marche sur FF.

En fait, maintenant, je n'ai plus que deux soucis:

Sur IE, la galerie photo s'affiche correctement que une fois sur deux, et les sous menus qui s'affiche en dessous du menu de gauche seulement.

En tout cas je te remercie vraiment pour ton retour ;)

rappel de l'url: http://www.ac-merchandising.com/index.html
0
Je viens de trouver pour le problème de sous menu sur IE !!

Le problème était ces ligne dans le javascript automatiquement créé par dreamweaver:

if(Spry.is.ie)
			{
				this.addClassName(items[i], this.isieClass);
				items[i].style.position = "static";
			}
0