Tabs not working when there's a query string involved

Tabs not working when there's a query string involved

Hey guys,

I've added the most basic implementation of tabs. It's working fine so long as there's not a query string in the url.

i.e. if I load index.php, it works fine. index.php/anystring works fine too even. However, if I try to load something like index.php/anystring1/anystring2, none of the CSS styles for the tabs appear to be applied to the tabs list making all the tabs' contents appear on the same page.

Any idea how I can work around this to ensure I can preserve the query string without breaking the tabs?

Much thanks,

Bardi