Bonjour à tous et à toutes,
voilà, j'ai un pitit problème avec la couleur de mes liens. pour commencer, je vous met ma page de code :
sur le menu de gauche aucun problème. Les liens sont blancs à l'origine, bleus en passant dessus et verts en cliquant. Cependant, j'ai un pitit problème avec les liens du milieu. Je les souhaiterais bleus (le même bleu que le mot "GALERIE" de gauche, par exemple), blanc en passant dessus, et vert en cliquant. Je pense que les attributs
j'espère avoir été clair^^
Merci d'avance à qui pourront m'aider. Bonne après midi
ps : vous trouverez un aperçu ici http://nahaur.host-dream.com/galerie.htm (pour le violet de certains liens de gauche, c'est pas grave)
Modifié par Majbryce (25 Mar 2005 - 14:04)
voilà, j'ai un pitit problème avec la couleur de mes liens. pour commencer, je vous met ma page de code :
<!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" lang="fr">
<head>
<title>**Nahaur Portfolio - Galerie**</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
html, body {
width: 100%;
height: 100%;
}
body {
margin: 0;
padding: 0;
font-family:Arial;
font-size:12px;
background-color: #3985AD;
}
.conteneur {
width: 100%;
height: 100%;
position: absolute;
background-color: #3985AD;
}
.header {
background-image:url(images/header2.gif);
background-repeat:no-repeat;
margin-top:5px;
margin-left:25px;
height: 100px;
background-color: #3985AD;
}
.menu {
position: absolute;
left:0;
width: 200px;
height: 400px;
background-color:#3985ad;
border-right-color:#76bfed;
border-right-style:dotted;
border-right-width:2px;
}
.frame {
background-color:#3985AD;
background-position:center;
background-repeat:no-repeat;
margin-left: 200px;
width: auto;
height: 400px;
background-color:#3985AD;
overflow: auto;
}
p {
margin: 0 0 10px 0;
}
.menugauche {
list-style-type: none;
text-align:left;
margin-left: 60px;
padding:0;
}
.menugauche li {
margin-bottom: 5px;
}
.menugauche a {
margin: 0 2px;
color: #fff;
font-weight:bold;
font-size:14px;
text-decoration: none;
}
.menugauche a:hover {
text-decoration: none;
color:#79BFED;
}
.footer {
margin:0;
padding:0;
width:100%;
}
.Style1 {
font-size: 14px;
font-weight: bold;
color: #76BFED;
}
.Style2 {
font-size:14px;
color: #FFFFFF;
font-weight:bold;
margin-left:30px;
}
a:link {
text-decoration: none;
color: #FFFFFF;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #76BFED;
}
a:active {
text-decoration: none;
color:#00CC99;
}
.Style3 {
font-size: 14px;
font-weight: bold;
color: #FFFFFF;
}
.Style8 {
font-size: 12px;
font-weight: normal;
color:#FFFFFF;
}
.Style22 {
color: #76BFED;
}
</style>
</head>
<body>
<div class="conteneur">
<div class="header">
<p> </p>
<p> </p>
<p> </p>
<p> </p>
<p align="center" class="Style3">.2d - .3d - .programmation</p>
</div>
<div class="menu Style1">
<div align="center">
<p>GALERIE</p>
<p> </p>
<p> </p>
<blockquote>
<p align="left" class="Style2"><a href="accueil.htm">.accueil</a></p>
<p align="left" class="Style2"><a href="galerie.htm">.galerie</a></p>
<p align="left" class="Style2"><a href="cv.htm">.c.v.</a></p>
<p align="left" class="Style2"><a href="liens.htm">.liens</a></p>
<p align="left" class="Style2"><a href="">.contact</a></p>
<p align="left" class="Style2"><a href="plan.htm">.plan du site</a></p>
</blockquote>
</div>
</div>
<div class="frame">
<p> </p>
<p> </p>
<p> </p>
<blockquote>
<p align="center"> </p>
<blockquote>
<blockquote>
<blockquote>
<blockquote>
<blockquote class="Style1">
<p align="left"><a href="wall.htm" class="Style22">.<span class="Style22">wallpapers</span></a></p>
<p align="left"><a href="wall.htm">.<span class="Style22">prints</span></a></p>
<p align="left"><a href="wall.htm">.<span class="Style22">webdesign</span></a></p>
<p align="left"><a href="wall.htm">.<span class="Style22">illustration - vecto</span></a></p>
<p align="left"><a href="wall.htm">.<span class="Style22">digital</span></a></p>
<p align="left"><a href="wall.htm">.<span class="Style22">3d</span></a></p>
<p align="left"><a href="wall.htm">.<span class="Style22">divers</span></a></p>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
</blockquote>
<div align="center"></div>
</div>
<div class="footer">
<p align="center"> </p>
<p align="center"> </p>
<p align="center"><span class="Style8">Nahaur Portfolio - Tous Droits Réservés © 2005</span> </p>
</div>
</div>
</body>
</html>
sur le menu de gauche aucun problème. Les liens sont blancs à l'origine, bleus en passant dessus et verts en cliquant. Cependant, j'ai un pitit problème avec les liens du milieu. Je les souhaiterais bleus (le même bleu que le mot "GALERIE" de gauche, par exemple), blanc en passant dessus, et vert en cliquant. Je pense que les attributs
a:link {
text-decoration: none;
color: #FFFFFF;
}
a:visited {
text-decoration: none;
}
a:hover {
text-decoration: none;
color: #76BFED;
}
a:active {
text-decoration: none;
color:#00CC99;
}
s'appliquent à tous les liens. Me trompe-je?j'espère avoir été clair^^
Merci d'avance à qui pourront m'aider. Bonne après midi

ps : vous trouverez un aperçu ici http://nahaur.host-dream.com/galerie.htm (pour le violet de certains liens de gauche, c'est pas grave)
Modifié par Majbryce (25 Mar 2005 - 14:04)