Marth Roy
C´est bon fais pas le lèche-bottes non plus ! Lol.
zemwa
T´en fais pas ? M´étonne pas que tu dise ça alors. C´est pas facile de créer un site ! T´as un genre de code comme ça :
XHTML :
< !DOCTYPE html PUBLIC " -//W3C//DTD XHTML 1.1//EN" " http://www.w3.org/TR/xhtmml11/DTD/xhtml11.dtd">
< html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
< head>
< title>""</title>
< link rel="stylesheet" media="screen" type="text/css" title="Style" href="style.css" / >
< /head>
< body>
<div id="gauche">
<ul class="menugauche">
< li><a href="">""</a></li>
< li><a href="">""</a></li>
< li><a href="">""</a></li>
< li><a href="">""</a></li>
< li><a href="">""</a></li>
< li><a href="">""</a></li>
< li><a href="">""</a></li>
</ul>
</div>
<div id="centre">
<div id="droite">
< /body>
< /html>
CSS :
body
{
background-image: url(fond-general.jpg);
font-family: Verdana, Arial, " Arial Black", sans-serif;
font-size: 16px;
margin: 0;
}
- gauche
{
position: absolute;
width: 20%;
}
- center
{
position: absolute;
width: 60%;
}
- droite
{
position: absolute;
width: 20%;
}
. menugauche, . menudroite
{
list-style-type: none;
list-style-position: outside;
background-image: url("back-menu.png");
text-align: left;
float: left;
}
. menugauche a, . menudroite a
{
text-decoration: none;
color: rgb(255,30,30);
}
. menugauche a:hover, . menugdroite a:hover, . menugauche a:active, . menugdroite a:active, . menugauche a:focus, . menugdroite a:focus
{
text-decoration: overline underline;
color: rgb(255,125,30);
}
. a
{
text-decoration: none;
color: red;
font-style: italic;
}
. a:hover, . a:active, . a:focus
{
text-decoration: underline;
color: red;
font-style: italic;
}
. a:visited
{
text-decoration: none;
color: orange;
font-style: italic;
}
Et avec ça t´as encore que dalle...
Alors déjà ce qu´il a fait c´est pas mal...