Glycerin | Hello les gens, je dois réaliser un site avec un bandeau à 5 onglets. Il marche nickel sous Mozilla mais je coince avec IE. Des idées ? Code :
- <!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>Le site de la liste "Les Temps d'Art"</title>
- <style type="text/css">
- <!--
- body {
- margin: 0;
- padding: 0;
- background-color:#e8ff93;
- }
- #container {
- width: 65%;
- margin: 0 auto;
- background-color: #CCFF00;
- border: 1px solid #000000;
- }
- #header {
- background-color: #FFFFFF;
- }
- #menu {
- height:auto;
- margin:none;
- }
- #content {
- background-color:#99CC66;
- margin: 0 auto;
- padding: 0 auto;
- padding-top:none;
- height:100%;
- overflow:auto;
- height:400px;
- }
- #footer {
- clear: both;
- }
- body,td,th {
- font-family: Verdana, Geneva, sans-serif;
- font-size:12px;
- }
- #nav {
- list-style: none ;
- margin: 0 ;
- padding: 0 ;
- overflow: hidden ;
- width:100%;
- }
- #nav li {
- float: left ;
- width: 19.75% ; /*A changer*/
- border: 1px solid #600 ;
- /*margin-right: 1px ;*/
- color: #fff ;
- background: #e8ff93 ;
-
- }
- #nav li a {
- display: block ;
- background: #e8ff93 ;
- color: #fff ;
- font: 1em "Trebuchet MS",Arial,sans-serif ;
- line-height: 1em ;
- padding: 4px 0 ;
- text-align: center ;
- text-decoration: none ;
- }
- #nav li a:hover, #nav li a:focus, #nav li a:active {
- background: #99cc66 ;
- text-decoration: underline ;
- }
- --></style>
- <!--[if lt IE 7]>
- <style type="text/css">
- #nav {
- overflow: visible ;
- height: 1% ;
- }
- </style>
- <![endif]-->
- </style>
- <body>
- <div id="container">
- <div id="header">
- <img src="header.jpg" alt="Les temps d'art"/>
- </div>
- <div id="menu" align="center">
- <ul id="nav">
- <li><a href="index.html">Accueil</a></li>
- <li><a href="presentation.html">Présentation</a></li>
- <li><a href="projets.html">Nos projets</a></li>
- <li><a href="team.html">L'équipe</a></li>
- <li><a href="contact.html">Nous contacter</a></li>
- </ul>
- </div>
- <div id="content">
- <p><h2>Bienvenue sur le site de la liste BDA "Les Temps d'Art"</h2></p>
- <p>Sur ce site vous trouverez toutes les informations nous concernant : notre vidéo de promotion, une présentation de l'équipe, nos projets et enfin comment nous contacter.</p>
- </div>
- <div id="footer" align="center">© Les temps d'art 2009
- </div>
- </div>
- </body>
- </html>
|
Message édité par Glycerin le 08-02-2009 à 19:13:20
|