display issue with internet explorer 6

KingDavid - May 7, 2009 - 14:59
Project:Multiflex-3
Version:6.x-1.5
Component:User interface
Category:bug report
Priority:critical
Assigned:Unassigned
Status:needs work
Description

I attach the pictures of how you see the issue with internet explorer 6,

  • in the first picture you can see the problem
  • in the second image I have highlighted the problems
AttachmentSize
withoutMyComment.jpg358.91 KB
winXpWithInternetExplorer6.jpg163.61 KB

#1

KingDavid - May 7, 2009 - 18:07
Status:active» needs work

#2

bouton - October 27, 2009 - 10:20

This is a critical issue for us as well.

#3

bouton - October 27, 2009 - 10:31

the following change to css worked for me

/* We ensure the sidebars are still clickable using z-index */
#wrapper #container .sidebar {
  width: 229px; /* changed from 230px for IE6 */
  float: left;
  padding: 0;
  z-index: 2;
  position: relative;
}

 
 

Drupal is a registered trademark of Dries Buytaert.