Kentico CMS 6.0 Controls

Appearance and styling

Appearance and styling

Previous topic Next topic Mail us feedback on this topic!  

Appearance and styling

Previous topic Next topic JavaScript is required for the print function Mail us feedback on this topic!  

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).