Hi. My tabbed mini panels look lovely in Safari3 and Firefox and Camino and Ominiweb on the Mac & Firefox on Windows XP
.
You can see them at:
http://www.crsny.org

However, in Internet Explorer 7 (I can only test it so far in Windows XP Service Pack 2), each mini panel that is displayed when a user clicks on one of the tabs is pushed to the right, as if the tabs at the top were in column 1, and then the mini panel to be displayed was in column 2. In all other web browsers that I have tested, the mini panel is displayed directly under the row of tabs.

Attached is a screen grab of the funny appearance in IE7, in case you don't have it.

This problem occurs regardless of what theme I am using, including Garland, so I don't think it is the theme that's causing the problem. Is this a known problem with IE7?

CommentFileSizeAuthor
tabs-in-IE7-screen-grab.jpg19.48 KBcpelham

Comments

merlinofchaos’s picture

Project: Panels » Panels Tabs
Version: 5.x-2.0-alpha9 » 5.x-1.0
wim leers’s picture

I don't have access to a pc with IE7, so I'm afraid I can't fix this. Are you sure this isn't a theming issue though?

amitaibu’s picture

Status: Active » Fixed

Looks like what I had. Try this.
http://drupal.org/node/161514#comment-306652

robloach’s picture

Version: 5.x-1.0 » 5.x-1.1
Status: Fixed » Active

This problem is still persistent, even after changing what you changed in Tabs.css .

amitaibu’s picture

@ROB,
just for the test, change "margin-top:20px;" from 20 to 100px.

robloach’s picture

Both 20px and 100px fix it, but shouldn't this go into a TabsIEFix.css something? Either way, this seems like a hack... And it also should be something that goes into the CVS.

amitaibu’s picture

I agree, although I don't really know how to create this TabsIEFix.css - heck, I'm pretty proud I was able to do the 20px thingy ;)

robloach’s picture

Status: Active » Fixed

Mind reviewing the patch I submitted here? It patches tabs-ie.css, sticking in your .fragment fix, as well as making it reference the CSS in IE correctly.

Anonymous’s picture

Status: Fixed » Closed (fixed)