Click here to Skip to main content
15,892,537 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am using ajax rounded corners extender for panel to acheive rounded corners. I have done it. But i want the borders to be thick. So how to increase the width of border in rounded corners extender.
Posted
Updated 27-Sep-13 0:16am
v2
Comments
Dholakiya Ankit 27-Sep-13 6:30am    
Put ur code pls

1 solution

Hi,
create a style sheet as :
CSS
<style type="text/css">
        .roundedPanel
        {
            width: 300px;
            background-color: #5377A9;
            color: Black;
        }
    </style>


then call it on your asp panel with property cssclass="roundedPanel"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900