Hey Guys,
I'm displaying tabs on a page and they work great in FF. But, in IE the content area displays to the right as well as behind the tabs. The content area does not line up the same way it does in FF.
Any ideas?
Kind regards,
JIm
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | tabs.module.patch | 798 bytes | kehan |
| #5 | tabs_ie_bug.png | 169.95 KB | kehan |
Comments
Comment #1
imp_squared commentedThis problem is happening for me as well.
It occurs when "Clean Urls" are enabled for drupal.
If "Clean Urls" are disabled, and drupal is using ?q=node the tabs work fine in both FF & IE
Comment #2
alvin commentedI added "base_path()" to line 70 of modules\jstools\tabs\tabs.module and it works.
tabs.module Line 70:
Comment #3
imp_squared commentedWow perfect thank you Alvin!!!
Fast reply too. Great Trouble shooting!!
Comment #4
yngens commentedsubscribe
Comment #5
kehan commentedThis fix worked for me too using 5.x.-08 one minor problem though - one of the tabs occasionally jumps around on clicking on the link - not every time the tab is loaded though. Probably another one to be resigned to the mystery of IE!
Comment #6
kehan commentedpatch attached - hope it works
Comment #7
nedjoThanks, applied to HEAD and 5.x dev.
Comment #8
peregrine commentedNice fix for IE7. IE6 now also displays the content in the correct position. However initially the tab titles are in the upper left corner of the page, in my case on top of the logo. As you mouse over each, it pops down to where it is supposed to be and they work fine. Refreshing the page puts them back on the header.
Comment #9
(not verified) commentedComment #10
TC44 commentedTabs shift heavily in Firefox and Safari on OSX when clicked, with or without patch applied. Can anyone else confirm this? And are there any suggestions on a possible fix?
Comment #11
pembeci commentedI am also experiencing shifting tabs both on Firefox and IE even after the patch applied. When there are too many tabs to fit in a single line, the second line of tabs shifts like crazy.
Comment #12
stevryn commentedI have this happeneing as well using fieldgroup tabs. In Firefox 3 they work perfectly, in IE they start at teh top and then when hovering over them they drop to the correct position. Has anyone figured out how to fix this?