Nested Tabs
pinTab
Nested Tabs
GlobalArchitect
08-10-2006, 12:33
I am trying to nest a set of tabs as is found in your cascading tabs sample. In all of the examples, it appears that you use absolute positioning - and I need to use relative positioning.
When I remove the absolute positioning, I get a margin along the top and left side of the nested tab control - how can I remove those margins?
Re: Nested Tabs
Pintexx Support
08-10-2006, 4:55
Hi,
you can remove margins by setting:
<body style="margin:0"
in the nested pages
Regards,
Hans-Peter