Bonjour,
Alors, il faudrait te donner un exemple, mais nous, on ne peut pas voir ce que tu fais pour t'indiquer où ça cloche. Dommage. Ça serait plus pratique (-:
Essaye quand-même ça :
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Des liens</title>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<style type="text/css">
html, body {
margin: 0;
padding: 0;
text-align: center;
background-color: #b0c4de;
}
#conteneur {
position: relative;
margin: 0 auto;
padding : 2em;
width: 760px;
text-align: left;
border : 1px solid #fff;
background-color: #00008b;
font-family: 'Trebuchet MS', Verdana, sans-serif;
color : #0ff;
}
a {
text-decoration : none;
color : #fff;
font-weight : bold;
}
a:hover {
text-decoration : overline underline;
color : #ff8c00;
}
a.lien_different {
padding : 0 10px;
font-family : Georgia, sans-serif;
font-size : 1.5em;
text-decoration : overline underline;
color : #ffd700;
font-weight : bold;
}
a.lien_different:hover {
padding : 0 0 0 180px;
text-decoration : none;
color : #00008b;
}
</style>
</head>
<body>
<div id="conteneur">
<p>Des liens pour toute la page<br>
<a href="#">Lien#1</a><br>
<a href="#">Lien#2</a><br>
<a href="#">Lien#3</a><br><br>
</p>
<p>Ce lien-là uniquement
<a class="lien_different" href="#">Lien particulier</a><br><br>
</p>
<p>Vas-y, celui-là aussi
<a class="lien_different" href="#">Autre lien particulier</a><br><br>
</p>
<p>Des liens pour toute la page<br>
<a href="#">Lien#6</a><br>
<a href="#">Lien#7</a><br>
<a href="#">Lien#8</a><br>
</p>
</div>
</body>
</html>Pour voir.
À toi de le faire réapparaître (-;
Viens nous dire comment tu as fait.
Merci.
++
Des couleurs ?
--