ah merci beaucoup de m'aider
donc décalage sous internet explorer 6 et 7 et non sous firefox ou safari.
vous pouvez tester ici pour IE 6 et 7 :
http://ipinfo.info/netrenderer/
et donc voici le code:
code html:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
<head>
<title>test</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" media="screen" type="text/css" title="Design" href="design.css" />
</head>
<body>
<div id="container">
<div id="menu">
<ul>
<li><a class="accueil-icon" href="index.html">accueil</a></li>
<li><a class="prestations-icon" href="#">prestations</a></li>
<li><a class="engagements-icon" href="engagements.html">engagements</a></li>
<li><a class="contact-icon" href="contact.html">contact</a></li>
</ul>
</div>
</div>
</body>
</html>
code css:
/*=================================RESET==================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { border-color: white; border-width: 0px; border-style: none; margin:0; padding:0;}
a:focus,a:active{ outline:0px; }
/*================================/RESET==================================*/
/*=================================LIENS==================================*/
a{ text-decoration:none; font-weight:bold; color:#ffffff;}
a:hover{ text-decoration:none; font-weight:bold; color:#ffffff;}
a:active{ text-decoration:none; font-weight:bold; color:#454646;}
a:visited{ text-decoration:none; font-weight:bold; color:#e3e3e3;}
/*================================/LIENS==================================*/
body{font-family: Helvetica, Verdana, Arial, sans-serif; letter-spacing: normal; font-weight: bold; color: #777777; background:black;}
#container-header{width:1080px; margin: 0 auto;}
#container{width:1000px; margin:0 auto;}
#menu-{border-width: 0px; border-style: none; width:1000px; height:100px; margin-top:4px;}
#menu ul{border-width: 0px; border-style: none; list-style-type:none;}
#menu ul li a{ border-style: none; border-width: 0px; display:inline; width:250px; height:100px; float:left; list-style-type:none; text-transform:uppercase; text-align:center; font-size:10px; line-height:180px; font-family:arial; color:#dbdbdb}
a.contact-icon{border-width: 0px; border-style: none; background:url(images/contact-icon.png) top left no-repeat;}
a:hover.contact-icon{border-width: 0px; border-style: none; background:url(images/contact-icon.png) bottom left no-repeat;}
a.engagements-icon{border-width: 0px; border-style: none; background:url(images/engagements-icon.png) top left no-repeat;}
a:hover.engagements-icon{border-width: 0px; border-style: none; background:url(images/engagements-icon.png) bottom left no-repeat;}
a.prestations-icon{border-width: 0px; border-style: none; background:url(images/prestations-icon.png) top left no-repeat;}
a:hover.prestations-icon{border-width: 0px; border-style: none; background:url(images/prestations-icon.png) bottom left no-repeat;}
a.accueil-icon{border-width: 0px; border-style: none; background:url(images/accueil-icon.png) top left no-repeat;}
a:hover.accueil-icon{border-width: 0px; border-style: none; background:url(images/accueil-icon.png) bottom left no-repeat;}
merci encore, j'attends vos réponses
Modifié par popomme (18 Feb 2010 - 13:28)