]]> Bouton MENU vertical ~ aw ! web LE PARTAGE

What is JavaScript?

JavaScript is a scripting language originally developed by Netscape to add interactivity and power to web documents. It is purely client side, and runs completely on the client's browser and computer.

Difference betwen Java & JavaScript?

Java is completely different from JavaScript- the former is a compiled language while the later is a scripting language.

What is DHTML?

DHTML is the embodiment of a combination of technologies- JavaScript, CSS, and HTML. Through them a new level of interactivity is possible for the end user experience.

Bouton MENU vertical

Bouton MENU vertical
En donnant à chaque lien du menu une crête frontalière contrastant avec les couleurs de fond en haut / gauche et droite / bas, le résultat est un menu du bouton légèrement biseautés.

/*noter :vous pouvez traduire les commentaires de votre css, le modifier et le traduire a votre langue via ce lien http://translate.google.com */

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

.buttonmenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px;
}

.buttonmenu li a{
color: white;
display: block;
width: 100%;
padding: 2px 4px;
text-decoration: none;
font-weight: bold;
border: 1px solid;
border-color:#D5BFD0 #5A3A54 #5A3A54 #D5BFD0; /*light dark dark light*/
background-color: #704968;
text-decoration:none;
}


.buttonmenu li a:visited{
color: white;
}

.buttonmenu li a:hover, .buttonmenu li a:active{
color: black;
background-color: #CDB4C8;
}

</style>




Le code html


<ul class="buttonmenu">
<li><a href="votre lien ici">votre page ici</a></li>
<li><a href="votre lien ici">votre page ici</a></li>
<li><a href="votre lien ici">votre page ici</a></li>
<li><a href="votre lien ici">votre page ici</a></li>
<li><a href="votre lien ici">votre page ici</a></li>
<li><a href="votre lien ici">votre page ici</a></li>
</ul>



0 commentaires:

 
nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn