Hey all, I hope someone can help me on this.

The container will not extend downward with the content for only the first tab in IE7 (see attachment 1). I first tried optimizing the CSS but that did not do anything. After messing with the CSS for a bit to no avail, I added #quicktabs_container_5 { height: 100%; }. To my surprise, it appeared to have fixed the problem - I was thinking it was problem with clear/float and had been messing with that.

So, now it looks okay when I'm logged out. When I'm logged in, however, it squishes my meta tag until it's completely vertical (see attachment 2). I haven't been able to fix that yet. There are no problems with other browsers.

Are there any other suggestions, better solutions to my problem?

Thanks!

CommentFileSizeAuthor
quicktabs_prob2.gif18.34 KBCourtney.B
quicktabs_prob1.gif15.4 KBCourtney.B

Comments

pasqualle’s picture

would it be a problem to set it to fixed height? like: #quicktabs_container_5 { height: 250px; }

Courtney.B’s picture

I want to make the container grow or shrink with whatever the content editor for that page decides to put there. I would only do the fixed height as a last resort.

pasqualle’s picture

ok,

1. so first thing you should check that the page is valid, as that is the most common browser issue.
use http://validator.w3.org/
or the Firefox plugin: Html Validator

2. try to remove the float, as floated elements do not have height, and browsers may interpret the container height differently

3. try to find the problem with Internet Explorer Developer Toolbar

I can't really give you a better answer as this is not really a QT problem..

pasqualle’s picture

Status: Active » Fixed

no other ideas, no activity, changing status

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.