I know IE 7 beta 2 is - ahem - a work in progress. But in testing this theme today I discovered it breaks in this latest IE incarnation, and I thought I'd mention it in case the issue persists. It's fine in IE6, and I can't figure out what is causing the problem. I've attached a screenshot for your reference.

Comments

Ken Collins’s picture

Assigned: Unassigned » Ken Collins

Whoa... I cannot reproduce that on my end. I made some changes for IE 6 a while back ago to fix the masthead and I throughly tested it on Beta 2. Can you shoot me a live link?

Ken Collins’s picture

Status: Active » Closed (fixed)
ckclarke’s picture

Status: Closed (fixed) » Active
Amadeus123’s picture

Here is a screenshot from ie 7 beta 2. This is an identical issue. Looks great on all other browsers. Figures!!! Stats show 89% still use IE 5/6 so I gotta make my site compatible to IE.

sepeck’s picture

StatusFileSize
new668.04 KB

view from ie7 different system

Ken Collins’s picture

Can you look at my site with IE 7 and send me a screen shot? I wont have access to my dev pc for a few days. If my site and the drupal theme demo site looks fine, then it must be something with your version. Did you alter the theme? Did you make sure to get the latest version?

ckclarke’s picture

Title: Side of theme breaks in IE 7 beta 2 » Your site too I'm afraid
StatusFileSize
new267.43 KB

Here's the screen shot.

I've not done anything to the theme on my site, apart from install it.

ckclarke’s picture

Title: Your site too I'm afraid » Side of theme breaks in IE 7 beta 2

Sorry, didn't mean to change the issue title.

Ken Collins’s picture

I was just looking at my site in IE7 public beta 2 and it looks great. Is there a newever version of the beta that I need?

Amadeus123’s picture

StatusFileSize
new26.68 KB

That is the version I have and the right side-bar still breaks up. Please let me know even if there is a temporary CSS fix that could be done to avoid the "breakup".

Ken Collins’s picture

Status: Active » Fixed

OK, that was easy once I got to it. We now have the theme working perfectly in the latest IE 7.05346.5 beta 2 and I must say it is looking good. All of the fixes from the previous beta were removed and fixed and now it was just a small issue with width:100% in a few divs that needed to be width:auto for IE. All in all I'm pretty impressed (yea right) and I can even report that the lighbox JS gallery is working great too!

ckclarke’s picture

Status: Fixed » Active
StatusFileSize
new291.96 KB

I'm not sure if anyone else is getting this, but I'm showing problems on the other side now. Here's a screen shot; live link is http://www.culturalcoalitionck.ca/. I tried getting a look/ shot of Metaskills.net, but it wasn't working at 11:38 p.m. EST. Could have been a temporary outage.

Ken Collins’s picture

Status: Active » Fixed

I saw that bug during development and fixing and it should have not made it into the repository. I checked your site with the latest IE 7 and it looks fine. I cannot see that issue popping up, nor on mine. Can you see mine now?

The only thing I can think of is that the anme of the site in the masthead is too long, you could try reducing the font size which should be a moot point because I do not see the issue in your screen shot on your site.

wdrx02’s picture

Priority: Normal » Critical

I have it showing out of proportion (breaked up on the blocks) in IE 6 and my friend is saying it is showing off in his IE7 Beta.

When I reset it seems ok but when I adminster the blocks, it screws it up again.
Firefox always works but IE all NO GO.

Ken Collins’s picture

Could you be more descriptive on exactly what the visual problem is (usually a screenshot helps). Also can you tell me what exact version of the theme your working with? Checking the ID tags in pagestructure.css and pagestyle.css can usually indicate if you are working with the latest version which I was pretty sure fixed this.

wdrx02’s picture

StatusFileSize
new80.57 KB

The ID or code in the page structure is:

Id: pagestructure.css,v 1.3 2006/05/26 03:18:00 kencollins

and I included an attachment to show you what I mean.
The bottom is off by being ovelapped and sometimes just a big blank space before it hits the footer.
The font is not what it should be on the content area and the top is also cut off where the user name is located where the meta tools are.

Ken Collins’s picture

Ahhh, now that helps alot. This is not a bug but "by design" in the way the theme works. Basically because absolute position DIVs do not clear. See this post in the customization documentation for the theme. You will need to adjust the min-height for your 3 DIVs so that they encompass your content in the right colum. If you want to understand more about the problems with clearning AP DIVs, just google it.

http://www.metaskills.net/meta-theme-for-drupal/options-and-customizatio...

Ken Collins’s picture

That URL was mangled, let's see if this works.

Meta Theme Customization - Content Area Height

wdrx02’s picture

Tried it for roughly an hour and still no luck.
It seems to happen when users login but when your not logged in. It shows up fine, thus of course lead to believe like you said... too much content on the left/right panel. I decreased the amount but same thing, only happens when logged in. The user name would be on the header/logo, the bottom of the notebook page would have an empty block and all this can be seen greatly in IE. In FF, its perfectly fine, also the font in IE when this happens. The content's font is just like a regular plain text rather then the set graphic like.

ckclarke’s picture

Just FYI the new Meta and changing the site name font size, as you suggested, makes it behave in iE7 now. Thanks for your help.

Anonymous’s picture

Status: Fixed » Closed (fixed)