|
||
The appearance of the BasicTabControl control is determined by the CSS classes it uses and by some of its properties.
You can use the following CSS classes to modify the design of the control:
Class Name |
Description |
TabControlTable |
Table that contains the tabs (<TABLE> tag). |
TabControlRow |
Table row (<TR> tag). |
TabControl |
Tab item (<TD> tag). |
TabControlSelected |
Selected tab item (<TD> tag). |
TabControlLink |
Tab item link - if a URL is specified (<A> tag). |
TabControlLinkSelected |
Selected tab item link - if a URL is specified (<A> tag). |
TabControlLeft |
Left side of the tab item (<TD> tag). |
TabControlRight |
Right side of the tab item (<TD> tag). |
TabControlSelectedLeft |
Left side of the selected tab item (<TD> tag). |
TabControlSelectedRight |
Right side of the selected tab item (<TD> tag). |