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 |
Jump to:
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
| Attachment | Size |
|---|---|
| withoutMyComment.jpg | 358.91 KB |
| winXpWithInternetExplorer6.jpg | 163.61 KB |

#1
#2
This is a critical issue for us as well.
#3
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;
}