Home All Groups Group Topic Archive Search About
Author
7 Apr 2005 7:07 PM
Jon Delano
Hello

I an using the webcontrol button on my webform (go figure).
In IE6 they have a nice rounded and silver look to them.

I want to change the backcolor of the button to indicate what section of
data the user is looking at.
When I do this, the button becomes square. Is there anyway to keep the IE6
style ?

I am just using btnName.BackColor = color.blue to change the color.

Thanks for any help

Jon

Author
7 Apr 2005 8:48 PM
Chuck Yeager via DotNetMonster.com
You can put this in your style sheetm, then reference it in your input tag
as a class="colormebad"


input.colormebad
{
font-family : verdana,arial,helvetica,tahoma;
font-style : normal;
font-size: 8pt;
color: 808080;
}

--
Message posted via http://www.dotnetmonster.com
Author
7 Apr 2005 9:18 PM
Jon Delano
Thank you very much.

Show quoteHide quote
"Chuck Yeager via DotNetMonster.com" <fo***@DotNetMonster.com> wrote in
message news:a7e5b7ed025449a2b34c4655932454fc@DotNetMonster.com...
> You can put this in your style sheetm, then reference it in your input tag
> as a class="colormebad"
>
>
> input.colormebad
> {
> font-family : verdana,arial,helvetica,tahoma;
> font-style : normal;
> font-size: 8pt;
> color: 808080;
> }
>
> --
> Message posted via http://www.dotnetmonster.com
Author
8 Apr 2005 2:01 PM
Chuck Yeager via DotNetMonster.com
Anytime my .NET jedi

--
Message posted via http://www.dotnetmonster.com