D
DSISupport
Hi,
I'm using the IE Webctrols in my ASP.Net apps, and I'm trying to use
stylesheet files CSS to apply formatting.
For instance I want to format the tabStrip webcontrol using the an external
CSS file however I don't see how?
The TabStrip has several attributes to manage the formatting like:
- TabSeletectedStyle
- TabDefaultStyle
- TabHoverStyle
All these accespts just inline CSS but what I wantted is to link these
attribute to an external CSS file and have a css class for each attribute
within that external CSS file.
There is a property called cssClass which is used to manage the style for
the whole tabstrip not for each piece so this doesn't help.
Is there a way to solve this issue?
Thanks.
I'm using the IE Webctrols in my ASP.Net apps, and I'm trying to use
stylesheet files CSS to apply formatting.
For instance I want to format the tabStrip webcontrol using the an external
CSS file however I don't see how?
The TabStrip has several attributes to manage the formatting like:
- TabSeletectedStyle
- TabDefaultStyle
- TabHoverStyle
All these accespts just inline CSS but what I wantted is to link these
attribute to an external CSS file and have a css class for each attribute
within that external CSS file.
There is a property called cssClass which is used to manage the style for
the whole tabstrip not for each piece so this doesn't help.
Is there a way to solve this issue?
Thanks.