IE problems

mikemet - February 19, 2007 - 16:15
Project:bluebreeze
Version:5.x-1.2
Component:CSS
Category:bug report
Priority:critical
Assigned:Unassigned
Status:active
Description

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)

#1

The Tinker - March 5, 2007 - 08:20

This problem is also in IE 7

#2

shadyman@errora... - March 14, 2007 - 06:44

can confirm with ie6.

AttachmentSize
squish.png201.11 KB

#3

shadyman@errora... - March 14, 2007 - 06:45
Version:5.x-1.1» 5.x-1.2

Still exists with 5.x-1.2

#4

higql - March 16, 2007 - 05:41

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

#5

bomarmonk - March 16, 2007 - 18:12

#6

shadyman@errora... - March 17, 2007 - 01:18

This is more than on settings and admin pages though.

#7

bomarmonk - March 17, 2007 - 04:43

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

#8

Pierre Lannoy - September 3, 2007 - 07:53

Has somebody found a solution for this issue ?

Thanks in advance.

#9

JamoSmith - December 15, 2007 - 04:54

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

#10

samlogan - December 24, 2007 - 21:06

Any progress by someone?

#11

Benjamin Melançon - January 1, 2008 - 00:24

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...

#12

Benjamin Melançon - January 3, 2008 - 12:10

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...

 
 

Drupal is a registered trademark of Dries Buytaert.