Closed (fixed)
Project:
Panels
Version:
6.x-3.7
Component:
Plugins - styles
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Sep 2010 at 12:51 UTC
Updated:
16 Jun 2014 at 16:29 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
apmsooner commentedI noticed that problem too but I don't think there is a solution because IE6/7 don't support transparent pngs which is what that style creates. A nice to have feature for panels might be a selection rule for browser detection so... if not IE6, apply this style. I'd love to see functionality like that built into panels if possible. I would think its possible since Mobile Tools is used in the same way to detect mobile browsers as a selection rule.
Comment #2
arnold_mad commentedwhat about such a solution: http://koivi.com/ie-png-transparency/
Comment #3
merlinofchaos commentedIE7 handles the transparency ok, it's only IE6 that has that problem as far as I can tell. (I'm running IE8 in IE7 mode for testing this as I do not have IE7 anywhere). I don't have IE6 anywhere at all anymore, sadly, so I have no way to test that, but I think there's a way to work with IE6 to have the images run through IE's filter in CSS. I can't remember precisely how to do that.
The other problem is that the top and bottom edges are actually slightly out of position. Well, the top edge is actually 10px out of position, that is more than slightly.
The answer seems to be to add some IE6/7 specific CSS that puts those into the right place. This may also be true for the top right edge. I may need some help doing this.
Comment #4
apmsooner commentedFYI, I use this free application for testing old IE browsers. http://www.my-debugbar.com/wiki/IETester/HomePage
Also, i don't know if this module might be of any help for a possible solution? http://drupal.org/project/pngfix
Comment #5
arnold_mad commentedfor testing different browsers I use this : http://www.spoon.net/browsers/
works pretty well on my pc.
if you need anything else I would like to help to remove this issue ( im developer but a newbie on css)
Comment #6
SweeneyTodd commentedThis has been posted a few times in different forums. This is the fix - see http://drupal.org/node/918038#comment-3473786
Comment #7
SweeneyTodd commentedComment #8
merlinofchaos commentedWell, it's not perfect, but I committed this patch to both D6 and D7 which vastly improves these on IE7. I think it still needs a little help in some situations, though.