Using IE5 at 1024 x 768 the left menu frame moves right and overlaps the middle frame. Works OK at higher resolutions. Firefox works at all resolutions. Tried using IE6 and now rightmost frame overlays the leftmost frame.

Not sure what version I am using but the changelog shows bluebreeze-1.1 (2006-12-22)

CommentFileSizeAuthor
#2 squish.png201.11 KBshadyman@erroraccessdenied.com

Comments

The Tinker’s picture

This problem is also in IE 7

shadyman@erroraccessdenied.com’s picture

StatusFileSize
new201.11 KB

can confirm with ie6.

shadyman@erroraccessdenied.com’s picture

Version: 5.x-1.1 » 5.x-1.2

Still exists with 5.x-1.2

higql’s picture

I have the same problem(drupal5.1 and bluebreeze-5.x-1.2).

bomarmonk’s picture

shadyman@erroraccessdenied.com’s picture

This is more than on settings and admin pages though.

bomarmonk’s picture

Yes, but I get them elsewhere-- more of a full overlap when editing a node.

Pierre Lannoy’s picture

Has somebody found a solution for this issue ?

Thanks in advance.

JamoSmith’s picture

This one seems pretty critical. Can someone more knowledgeable of CSS take a look and share their thoughts?

samlogan’s picture

Any progress by someone?

mlncn’s picture

From http://www.alistapart.com/articles/holygrail

Of course, no layout technique would be complete without requiring some sort of workaround in Internet Explorer. The negative margin pulls the left column too far to the left in IE6 (the full width of the browser window). We need to push it back to the right the full width of the right column—using the star-html hack to mask it from other browsers—and we’re ready to go.

* html #left {
left: 150px; /* RC width */
}

The reason we need to use the width of the /right/ column involves a bit of algebra. I won’t bore you with the details; you can work it out for yourself or just consider it another one of IE’s many charms.

Seems a similar issue

But if it doesn't work, there's always implementing the whole holy grail from that article...

mlncn’s picture

The IE trick above did not work, and rather than trying to replace bluebreeze with the holy grail technique, we chose to use the holy hand grenade instead...

http://agaricdesign.com/note/serving-different-pagetplphp-different-brow...

itapplication’s picture

Status: Active » Closed (won't fix)