Saturday, December 22, 2012

Curve border of any control Button, textbox, div and many

Curve border of any control Button, textbox, div and many



 .cover
        {
            border: 1px solid #B7C1FF;
         
            -moz-border-radius: 6px;                        // this for  FF
            -webkit-border-radius: 6px;                     // this Chrome
             border-radius: 6px;                                  // this for IE
        }


This Cover All outer Border




This will Curve the Border of Header  as (BANK EXAM)



 .Hiding
        {
            background-color: #b7c1ff;
            height: 25px;
            text-align: center;
            vertical-align: middle;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
        }





No comments:

Post a Comment