Tab CSS framework classes
Using Firebug for Firefox (or another generic DOM explorer) we can see that a variety of class names are added to the different underlying HTML elements that the tabs widget is created from, as shown in the following screenshot:

Let's review these briefly. To the outer container <div> the following class names are added:
|
Class name |
Purpose |
|---|---|
|
|
Allows tab-specific structural CSS to be applied. |
|
|
Sets generic font styles that are inherited by nested elements. |
|
|
Provides theme-specific styles. |
|
|
Applies rounded corners to container. |
The first element within the container is the <ul> element. This element receives the following class names:
|
Class name |
Purpose |
|---|---|
|
|
Allows tab-specific structural CSS to be applied. |
|
|
Neutralizes browser-specific styles applied to |
|
|
Applies the clear-fix as this element has children that are floated. |
|
|