Hello all,
I need to change the appearance of radio buttons that I used on my web forms. Instead of using a circle with a dot inside, I need them to look like regular (push) buttons that look pressed when the option is selected, and unpressed when the user deselects the option.
In Visual Studio 6.0, radion buttons have a property that does exactly that.
How would I go about getting my radio buttons to behave that way?
And, they don't really need to be radio buttons. I was thinking, for instance, about having images that are toggled when clicked. I would keep track of the selected item using javascript and I'm done.
Can anyone suggest how I should accomplish this?
Thanks.
JC
_________________________________
I think, therefore I am. [Rene Descartes]
I need to change the appearance of radio buttons that I used on my web forms. Instead of using a circle with a dot inside, I need them to look like regular (push) buttons that look pressed when the option is selected, and unpressed when the user deselects the option.
In Visual Studio 6.0, radion buttons have a property that does exactly that.
How would I go about getting my radio buttons to behave that way?
And, they don't really need to be radio buttons. I was thinking, for instance, about having images that are toggled when clicked. I would keep track of the selected item using javascript and I'm done.
Can anyone suggest how I should accomplish this?
Thanks.
JC
_________________________________
I think, therefore I am. [Rene Descartes]