IE 6 problem

Bengt - January 26, 2006 - 19:19
Project:Sands
Version:HEAD
Component:Rendering issues
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed
Description

Like many tableless xhtml/css themes, sands seems to have some problems with IE 6, e.g. it is impossible to select just a short string from a node (if you triple click you can select the whole node), or am I doing something wrong?

Bengt

#1

Samat Jain - January 27, 2006 - 01:38

Yes, this does happen, you're not doing anything wrong.

I don't know of any (good) workarounds. My goal with MSIE/Sands is to remain readable and reasonably look good, not necessarily be functional.

If anyone knows of any workaround/fixes, I'd be glad to apply them.

#2

CrowChick - February 8, 2006 - 16:09

I changed:
#leftColumn, #middleColumn, #rightColumn, * html #SOWrap
{
overflow: visible; /* fix for IE italics bug */
position: relative; /* fix some rendering issues */
}

to:
#leftColumn, #rightColumn // #middleColumn, * html #SOWrap
{
overflow: visible; /* fix for IE italics bug */
position: relative; /* fix some rendering issues */
}

#3

Samat Jain - February 16, 2006 - 19:03

CrowChick: Hrm, I made your modification, it did not appear to make a difference...

Regardless, some relevant links so I don't have to find them again:

CSS-bugs with IE6: http://drupal.org/node/44934
Removal of <base> tag: http://drupal.org/node/13148#comment-69225

#4

Samat Jain - May 27, 2006 - 20:35
Status:active» closed

Closing this, as I don't think there's an easy fix.

Workarounds:

  • Use the latest release of Sands, which is now tables-based
  • Upgrade to Drupal 4.7, which no longer uses the <base href=""> tag, and use the new Sands_CSS theme which uses CSS columns as Sands did
 
 

Drupal is a registered trademark of Dries Buytaert.