Layout is messed up in IE7. Attached is a screen shot of a portion of the page. Beautiful theme BTW. I hope this gets fixed soon!

CommentFileSizeAuthor
Light Fantastic IE7 Error.png378.69 KBjustinmorris
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

pantherqs’s picture

Having the same issues.

pantherqs’s picture

If it's of any incentive, I'm willing to offer lifetime domain hosting to whoever is able to provide a fix for this.

24240263’s picture

Only an idea but I had a similar issue with Joomla and IE7, the solution was to reduce the column widths slightly and bingo all was back to the expected state. As I say, it may be completely off track but that's the issue and resolution that I had recently in a similar vein.

Mickey

dspodgor’s picture

I think I fixed it!!!!
http://hirenicole.com/home
Try it out and see if you get any errors in IE7.

I just had to add a couple of hacks I can explain if the problems you had were the same as mine.
1. top menu area expanding and contracting when you hovered over it.
2. left menu background color missing or disappear when hovering.
3. bottom sidebar image would disappear when scrolling the page.

blukas’s picture

can you explain us how ca we fix the problem? This is very important for my work. Thanks very much

dspodgor’s picture

Right click and save as to your hard-drive the following files:
http://hirenicole.com/druplefiles/page.tpl.php
http://hirenicole.com/druplefiles/light_fantastic.css

The changes are in these files just replace them in the appropriate theme folders.
Please - Please - Please!!!!! Backup your copies of these files before overlaying (just in-case this causes you problems).

This is offered as-is in the spirit of the open source code of sharing. It worked for me I hope it works for you.

Good luck.

blukas’s picture

The file page.tpl.php is wrong. It only contains this code?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="" lang="">
	<head>
	<title></title>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	
	<meta name="mssmarttagspreventparsing" content="true" />
	<meta http-equiv="imagetoolbar" content="no" />
	
	<link rel="stylesheet" type="text/css" href="<br />
<b>Fatal error</b>:  Call to undefined function base_path() in <b>/home/content/n/i/c/nicolep/html/druplefiles/page.tpl.php</b> on line <b>12</b><br />
dspodgor’s picture

I guess you can't save a PHP file so I created:
http://hirenicole.com/druplefiles/page.tpl.php.zip
When you save it and unzip it should look good.

Sorry about that... I'm a dot net guy.

jbrauer’s picture

Status: Active » Reviewed & tested by the community

In my limited testing this seems to work. Instead of creating a patch I committed similar changes to CVS so if you download a tar from May 17 or later it should have better IE 7 functionality. Thanks dspodgor for your work on this.

blukas’s picture

Version: 6.x-1.x-dev » 6.x-1.0-beta1
Status: Reviewed & tested by the community » Needs work

In IE7 there is another problem with the Primary link in the header.
Look here to better understand: http://img185.imageshack.us/img185/4193/confrontozt5.png

jbrauer’s picture

Version: 6.x-1.0-beta1 » 6.x-1.x-dev
Status: Needs work » Fixed

@blukas - This is fixed in -dev not in the beta1 version.

It seems to have been working with no reports otherwise.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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