]]> 3D CSS buttons ~ 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.

3D CSS buttons





3D boutons CSS



En utilisant border-style d'un élément d'attributs CSS départ,
 vous pouvez 
facilement créer un bouton 3D regarder. 
Un pas de plus sur le
 bouton peut aussi apparaître déprimé si désiré, en passant
d'une valeur border-style de départ pour en médaillon. 
Les exemples ci-dessous sont 100% CSS basée, 
pour ne pas mentionner léger:


RSS

XML

Dynamic Drive
Le code css


<style type="text/css">

.rssbutton{
background-color: #ff6600;
border: 1px #ff6600 outset;
padding: 0 2px;
color: white;
text-decoration: none;
font: bold 10px Verdana;
}

.rssbutton:visited, .rssbutton:hover, .rssbutton:active{
color: white;
}

.cssbutton{
background-color: #d1ec4c;
border: 2px #d1ec4c outset;
padding: 1px 4px;
color: black;
text-decoration: none;
font: bold 90% "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
}

.cssbutton:visited{
color: black;
}

.cssbutton:hover{
border-style: inset;
background-color: #e3f48e;
padding: 2px 3px 0 5px; /*shift text 1px to the right and down*/
}

.cssbutton:active{
color: black;
}

</style>





Le code html

<p>
<a href="votre lien ici"class="rssbutton">RSS</a> 
<a href="votre lien ici" class="rssbutton">XML</a>
</p>

<p><a href="votre lien ici" class="cssbutton">Dynamic Drive</a></p>




0 commentaires:

 
nnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnnn