Programatorul de la A la ZI Programatorul de la A la ZI V1.2 Beta - In curand se va face lansare.
 
 
 First, solve the problem. Then, write the code.John Johnson 
 
 
Link cu efect de button - Cod Sursa
Descriere
Cum poti transforma un link intr-un buton "3D"

<style type="text/css">
a{
    color:#f20;
    text-decoration:none;       
    }
a:hover{
    color:#333;
    }
a.button{
    float:left;
    font-size:110%;
    font-weight:bold;               
    border-top:1px solid #999;
    border-left:1px solid #999;
    border-right:1px solid #333;
    border-bottom:1px solid #333;
    color:#333;       
    width:auto;
    }   
a.button:hover{   
    border-top:1px solid #333;
    border-left:1px solid #333;
    border-right:1px solid #999;
    border-bottom:1px solid #999;   
    color:#333;                   
    }   
a.button span{
    background:#d4d0c8 url(images/bg_btn.gif) repeat-x;           
    float:left;
    line-height:24px;
    height:24px;   
    padding:0 10px;                           
    border-right:1px solid #777;
    border-bottom:1px solid #777;                   
    }       
a.button:hover span{
    border:none;                       
    border-top:1px solid #777;
    border-left:1px solid #777;       
    background:#d4d0c8 url(images/bg_btnOver.gif) repeat-x;   
    cursor:pointer;   
    }   
</style>

<a href="#" class="button"><span>Roll over here</span></a>

Cod      - Testeaza 

Roll over here

V1.2 Beta - In curand se va face lansare.

Copyright 2007 © . Toate drepturile rezervate .