28173 sujets

CSS et mise en forme, CSS3

bonjour j'ai un menu en css et je n'arrive pas à mettre les liens visité d'une autre couleur voici le code :

</style>
<body><table width="184" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="184" height="15"></td>
</tr>
<tr>
<td height="955" valign="top"><style type="text/css">

#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 185px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 169px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #2175bc;
border-bottom: 1px solid #90bade;
border-left: 7px solid #00000;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

</style>
<style type="text/css">

#ddblueblockmenu{
border: 1px solid black;
border-bottom-width: 0;
width: 185px;
}

#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 169px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #E86218;
border-bottom: 1px solid #CC3333;
border-left: 7px solid #CC3333;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #CC3333;
border-left-color: #CC3333;
}

#ddblueblockmenu div.menutitle{
color: white;
border-bottom: 1px solid black;
padding: 1px 0;
padding-left: 5px;
background-color: black;
font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

</style>


Ce menu est visible à cette adresse http://www.ventes-privees-zidi.fr/

Merci beaucoup pour votre aide
C'est le a:visited qui te pose problème ? Je ne comprends pas...

Mais je me permet un petit conseil : si tu veux inspirer confiance, fais un effort sur l'orthographe de ton site... Smiley cligne
Modifié par Dreo (30 Nov 2007 - 23:51)
Merci pour le conseille, c'est vrai que j'ai un peu négligé l'orthographe.

Pour le a:visited je ne comprend pas je dois faire une erreur de code ou mal le placer, cela ne fonctionne pas.