Sunday 8 September 2013

Css Hover And Border-Radius .....

Css Hover And Border-Radius .....



.textbox

{
   height:30px;
   width:150px;
  
  
 }
 .textbox:hover

{
   height:30px;
   width:150px;
   border:2px solid;
   border-radius:25px;
  
 }

 .button

 {
   height:40px;
   width:120px;
   color:#999933;
   background:#CCCCFF;
}

 .button:hover

 {
   height:40px;
   width:120px;
   color:#00CCFF;
   background:#FFFF00;
   border:2px solid;
   border-radius:25px;
  

}

No comments:

Post a Comment

Thanks for your feedback