Applying Styles to asp:button
-
Hi all, I have style as
<style type="text/css">
BUTTON.btn
{
border:groove inset 1px #000000;
background:#84B0DC;
filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#84B0DC',endColorstr='#ffffff', gradientType='0')
progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#8b9b99', Positive='true');
color:#00000;
font-family: Verdana;
font-size: 8pt;
font-weight:bold;
}</style>
I tried apply this to asp:button. But it works well with the Html Button. What could be the issue ? Thanks in Advance Dana
-
Hi all, I have style as
<style type="text/css">
BUTTON.btn
{
border:groove inset 1px #000000;
background:#84B0DC;
filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='#84B0DC',endColorstr='#ffffff', gradientType='0')
progid:DXImageTransform.Microsoft.dropshadow(OffX=2, OffY=2, Color='#8b9b99', Positive='true');
color:#00000;
font-family: Verdana;
font-size: 8pt;
font-weight:bold;
}</style>
I tried apply this to asp:button. But it works well with the Html Button. What could be the issue ? Thanks in Advance Dana
for asp button use the
Best Regards, Trishul Tandel Software Developer
-
for asp button use the
Best Regards, Trishul Tandel Software Developer
Hi Trishul , What I have to use ?
-
Hi Trishul , What I have to use ?
hi... i don't understand what u say
Best Regards, Trishul Tandel Software Developer
-
hi... i don't understand what u say
Best Regards, Trishul Tandel Software Developer
In your previous post you have said this only
for asp button use the
-
In your previous post you have said this only
for asp button use the
use cssclass="cssclassname" property of asp:button
Best Regards, Trishul Tandel Software Developer