S
shapper
Hello,
I have an Asp.Net 2.0 page with various section. Each section is
defined by an Asp.Net Panel.
I need to:
1. Define a common style to all child controls inside each Panel.
However the styles will be different from Panel to Panel (Section
to Section)
2. Change the styles of some of the controls, inside a Panel, when a
button is pressed.
And example would be:
(a) When the button "bRed" is pressed all the buttons inside
Panel1 will change their style.
(b) When the button "bGreen" is pressed all the buttons inside
Panel1 will go back to their original style.
How would be the best way to organize my CSS and Skins to accomplish
this?
I have been having problems with CSS and Skins all the time!
Thanks,
Miguel
I have an Asp.Net 2.0 page with various section. Each section is
defined by an Asp.Net Panel.
I need to:
1. Define a common style to all child controls inside each Panel.
However the styles will be different from Panel to Panel (Section
to Section)
2. Change the styles of some of the controls, inside a Panel, when a
button is pressed.
And example would be:
(a) When the button "bRed" is pressed all the buttons inside
Panel1 will change their style.
(b) When the button "bGreen" is pressed all the buttons inside
Panel1 will go back to their original style.
How would be the best way to organize my CSS and Skins to accomplish
this?
I have been having problems with CSS and Skins all the time!
Thanks,
Miguel