Resetting CSS in nested Tabs
Hi,
I want to have one vertical tab widget in which another tab widget is nested in.
So I tried to create the outer tabs, than reset all CSS in the inside of it and call the tabs function on the inner.
I reset the css by calling the attr() function for style with following content:
- /*just a extract, because the whole css would be too much for this post*/
- .cssReset td,
- .cssReset tfoot,
- .cssReset th,
- .cssReset thead,
- .cssReset time,
- .cssReset tr,
- .cssReset tt,
- .cssReset u,
- .cssReset ul,
- .cssReset var,
- .cssReset video,
- .cssReset xmp {
- border: 0;
- margin: 0;
- padding: 0;
- font-size: 100%;
- }
So, the inner tabs are still vertical and I can't imagine why.
Thanks, Daniel