

new!








|
[ Forums >> JavaScript >> Problèmes avec un script de l'éditeur JavaScript ? >> http://www.editeurjavascript.com/scripts/scripts_navigation_3_806.php ]
| > http://www.editeurjavascript.com/scripts/scripts_navigation_3_806.php |
[ Posté par jvasse ] [ Détails ] [ Contact ] [ Citer ]
[ Posté le 31-03-2008 à 14:39 | 5 messages ]
  liens par boutons avec effet rollover
bonjour
je trouve ce script parfait sauf que je voudrais mettre les boutons à l'horizontale
j'ai foiré dans la copie du titre du script
je suis franchement nul
veuillez m'excuser
[Message édité par jvasse le 31-03-2008 à 14:48]
 
|
|
|
[ Posté par rf92 ] [ Détails ] [ Contact ] [ Citer ]
[ Posté le 31-03-2008 à 21:01 | 578 messages ]
  bonsoir,
essaie ce code :
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Nouvelle page 1</title>
<style type="text/css">
a.bouton
{
width:200px;
text-align:center;
/* display:block;*/
border-width: 5px;
font-weight:bold;
text-decoration:none;
background:#B9B9B9;
border-top:3px #DBDBDB solid;
border-left:3px #DBDBDB solid;
border-bottom:3px #868686 solid;
border-right:3px #868686 solid;
}
a.bouton:hover
{
background-color: #FF6600;
border-top:4px #FFCC00 solid;
border-left:4px #FFCC00 solid;
border-bottom:2px #CC0000 solid;
border-right:2px #CC0000 solid;
}
</style></head>
<body>
<a href="http://www.editeurjavascript.com" class="bouton">Editeur Javascript</a>
<a href="http://www.vacanceo.com" class="bouton">Vacanceo</a>
<a href="http://www.webmastravel.net" class="bouton">Webmastravel</a>
</body>
</html>
|
|
a+
________________ rf92
A Begwalewe, près de Serule au Botswana, Galetwaselwe Mossi a volé une vache à Sir Seretse Khama. On vous fait grâce du nom de la vache.
Pierre Desproges
|
|
Services email :
  Vous devez vous identifier pour profiter des services par email du forum.
|

|