Problème CSS
Dernière réponse : dans Programmation
Bonsoir,
J'ai un un problème avec mon site que je suis en train de réaliser. L'image de mon menu se répète, et je vois pas ou est le problème.
![]()
Code XHTML:
J'ai un un problème avec mon site que je suis en train de réaliser. L'image de mon menu se répète, et je vois pas ou est le problème.

Code XHTML:
<html> <head> <title>Gestion des savoirs</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link rel="stylesheet" type="text/css" media="screen" href="images/style.css" /> </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table style="text-align: left; width: 100%; height: 100%;" border="0" cellpadding="0" cellspacing="0"> <tbody> <tr> <td class="head"> <ul> <li><a href="diffuseur.php">Diffuseur</a></li> <li><a href="contact.php">Contact</a></li> <li><a href="acces.php">Accès</a></li> <li><a href="region_et_activites.php">Région et activités</a></li> <li><a href="hebergement.php">Hébergement</a></li> <li><a href="index.php">Gestion des connaissances</a></li> </ul> </td> </tr> <tr> <td class="menu"><span class="menu_t">Menu</span></td> <td class="corps"> <h1>Bienvenue !</h1><p>Bienvenue sur le site <i>Gestion des connaissances</i>. Vous trouverez sur ce site...</p><hr/> <h1>Quezaquo ?</h1><p>Pour plus d'infos...</p><hr/> </td> </tr> <tr> <td colspan="2" rowspan="1" class="foot">Gestion des connaissances © Tous droits réservés | Design par <a href="<a href="http://kommunauty.fr" target="_blank">http://kommunauty.fr</a>" target="_blank">SiMax</a></td> </tr> </tbody> </table> </body> </html> </code> Code source: <code> * { color:#00c0ff; font-family:verdana; } .body { backgound:#a6e9ff; } .head { background-image:url(images/head.png); background-repeat:no-repeat; width:1024px; height:175px; vertical-align:bottom; padding-bottom:7px; } .head ul { list-style:none; } .head li { float:right; padding-right:20px; } .head li a { text-decoration: none; color:#fff; font-weight:bold; } .menu { background:url('images/menu.png'); width:200px; vertical-align:top; } .menu * { margin-left:10px; } .foot { background:url('images/foot.png'); height:59px; color:#888; font-size:14px; text-align:center; padding-top:5px; } .foot a { color:#888; text-decoration:none; } .corps { background:#a6e9ff; vertical-align:top; padding:10px; } h1 { margin-bottom:-15px; font-variant:small-caps; color:#fff; } hr { color:#fff; background-color:#e7e7e7; height: 2px; border: 0; }
Autres pages sur : probleme css
Lassé par la pub ? Créez un compte
Lassé par la pub ? Créez un compte
- Contenus similaires :
Tags :