]]> Menu Aura fil de cadre ~ 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.

Menu Aura fil de cadre

Menu Aura fil de cadre
C'est un menu CSS propre recherche avec simplement une bordure grise décrivant ses bords. Pour ajouter une fusée à peu, une «aura» l'effet est ajoutée lorsque la souris passe sur les éléments du menu, réalisé en utilisant une image ellipse dégradé. Ce menu soutient alignement facile autre que la «gauche», comme «centre» ou «droit» à la place.



<style type="text/css">

.wireframeauramenu{
font-weight: bold;
font-size: 90%;
width: 100%;
}

.wireframeauramenu ul{
border: 1px solid #BBB;
padding: 5px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
overflow: hidden;
}

.wireframeauramenu ul li{
display: inline;
}

.wireframeauramenu ul li a{
color: #494949;
padding: 6px 12px 6px 6px;
margin: 0;
text-decoration: none;
border-right: 1px dashed #BBB; /*right border between menu items*/
}

.wireframeauramenu ul li a:hover{
color: black;
background: transparent url(media/lightyellow.gif) center center no-repeat; /*background of menu item onMouseover*/
}

</style>





Le code html










<div class="wireframeauramenu">


<ul>
<li><a href="VOTRE LIEN ICI">CSS Library</a></li>
<li><a href="VOTRE LIEN ICI">CSS Drive</a></li>
<li><a href="VOTRE LIEN ICI">Gif Optimizer</a></li>
<li><a href="VOTRE LIEN ICI">Favicon Creator</a></li>
<li><a href="VOTRE LIEN ICI">Button Maker</a></li>
</ul>
</div>



0 commentaires:

 
nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn