Ajax圆角扩展程序边框宽度 [英] ajax rounded corners extender border width

查看:97
本文介绍了Ajax圆角扩展程序边框宽度的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我正在使用ajax圆角扩展器来使面板达到圆角.我已经做了.但是我希望边界要厚.那么如何在圆角扩展器中增加边框的宽度.

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.

推荐答案


将样式表创建为:
Hi,
create a style sheet as :
<style type="text/css">
        .roundedPanel
        {
            width: 300px;
            background-color: #5377A9;
            color: Black;
        }
    </style>



然后在您的asp面板上使用属性cssclass ="roundedPanel"



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


这篇关于Ajax圆角扩展程序边框宽度的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆