HI, first off this is an outstanding theme! This has got to be the most well made drupal theme.

I've got my site all setup and working with this theme in latest firefox, IE 7, Opera even my Nokia 810 browser. I've been amazed at how well it works in all browsers and resolutions.

I have one issue though, it's quite unusable in IE6 for me. If browse to theme garden in IE6 and view this theme it *does* show their site correctly. However not so for my own :/.

For mine the whole page beneath the header is shifted down with two sidebar columns are shifted dramatically to the right. Also the site name and slogan are shifted out of the header down into the page. It looks like somehow everything just needs to go left and back up.

I haven't been able to figure out what the layout issue is ;(. My site is valid xhtml and should be fairly clean. I don't think I'm doing anything especially unusual to break the stock layout...

Any suggestions appreciated

By the way I noticed the alert and info icons had some leftover background pixels where they should be transparent. When placed on a non white backdrop it really shows up. I pixel peeped and removed the excess you're welcoome to use the cleaned up ones if you like.

CommentFileSizeAuthor
icon-info.png4.74 KBstamd
icon-alert.png3.94 KBstamd

Comments

emrsn’s picture

Interesting I have the same issue in IE6. Agree with sentiments on theme very impressive.

Looks like one of the root problems is that the logo breaks the layout. If I disable the logo, then iit moves up and displays correctly at a resolution >= 1152x864 (haven't tried over 1280x1024).

However at <= 1024x768 even with the logo disabled the columns shift right as you mention.

It'd be nice if it worked at 1024x768 and I say too bad for anyone using IE6 in less than that, it's hard enough to support already.

I'm a programmer not a designer so I know enough layout CSS to get buy but by know means what the author knows, been puling my hair out a bit. If I figure anything out I'll post, thanks for the icons btw, much cleaner on the edges.

Just fyi in case it's helpful you can install multiple versions of IE using this it works quite well and just one click install bam done

http://tredosoft.com/Multiple_IE

emrsn’s picture

Category: support » bug

Okay I got this fixed by adding style="position: absolute; z-index: 1" to the img tag in the page.tpl.php file

I'm sure it's better to do this in CSS, and I tried doing

img#logo {
position: absolute;
z-index: 1;
}

but it didn't work so I must be missing something. I changed this to a bug.

stamd’s picture

thanks that did the trick :)

itapplication’s picture

Status: Active » Closed (won't fix)