Check out the fiddle.
I've included some CSS to position the tab on the right side.
My goal was to have those tabs in the lower right corner of the container.
If I use absolute positioning for the div, it messes up the tab content width. I tried adjusting with margin-right, but it's not flexible enough when the tab headers are wider than the defined margin-right.
Is there another way to move the tabs to the lower right corner of the tab-container
?
Any assistance would be greatly appreciated.
Thanks in advance.