Tabbed menu style does not work in IE
Permalink
Hi,
I am using a tabbed panel that works fine in Firefox, but for some reason the tabs lose their style in IE ...
You can check here elhoster.com/jujuy/index.php?cID=121 and should see a difference between Firefox and IE ... not sure why this is happening ... thanks
I am using a tabbed panel that works fine in Firefox, but for some reason the tabs lose their style in IE ...
You can check here elhoster.com/jujuy/index.php?cID=121 and should see a difference between Firefox and IE ... not sure why this is happening ... thanks
IE7 or less prefixes the whole url before the #id of the tab in the href. So you need to add code to clean out before the # to get the correct tab ID.
Failing that, you can use IE conditional comments to show simple headings rather than tabs for old versions of IE.
(Or you could use Magic Tabs
http://www.concrete5.org/marketplace/addons/magic-tabs/... )
There is more about this in the support/form pages for Magic Tabs.