Not working in IE6
RWWood - September 2, 2009 - 02:09
| Project: | Collapsiblock |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I have collapsiblock working fine with my theme in FireFox, but there are no icons showing in IE6. Is there some way to trouble shoot this issue?
Thanks

#1
Further testing showed that the link is where it should be, but the icon is not. In other words if I hover the cursor where the link should be, it turns to a hand, and if I click there, the block either collapses or expands.
Is there a work around for bug number 3217 with IE6 that keeps it from displaying the background image associated with that div?
#2
Well, I found half the problem. Adding the following to the collapsiblock.css resultied in the image for the expanded block being shown, but it doesn't change, regardless of the expanded/collapsed state of the block.
overflow: auto;
zoom: 1;