Issue 148: Implement iePngFix or other solution for closeBut
Status:  Invalid
Owner: ----
Closed:  May 2009
Reported by doug.bonneville@gmail.com, Jan 17, 2009
I noticed the default close graphic is a gif, and it falls outside the box a little. I put in a 
transparent gif instead but it doesn't work in IE, by default. It shows the gray area of the png that 
should be transparent.

I know how to make iePngfix, or other solutions, work in IE6, but I can't figure out how to apply 
it here, since the image doesn't exist on the screen until you call the popup. When it's up on the 
screen, I can firebug it and find it's class. I tried this, but it doesn't work:

div#nyroModalFull div#nyroModalWrapper a#closeBut {
	position: absolute;
	display: block;
	top: -12px;
	right: -12px;
	width: 25px;
	height: 29px;
	text-indent: -9999em;
	background: url(../images/close.png) no-repeat;
	outline: 0;
	z-index: 999;
	filter: 
progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/close.png',sizingMethod
='scale');
}

The z-index did at the last move it to the top. It's also positioned right. It's just not transparent 
for IE6.

I'm using jQuery 1.3. How can this be solved?

Feb 5, 2009
Project Member #1 nyro...@gmail.com
Is there a js function to call to apply the png fix?
If so, simply call it by using the endShowContent callback
Feb 16, 2009
Project Member #2 nyro...@gmail.com
any news about this issue?
May 14, 2009
Project Member #3 nyro...@gmail.com
(No comment was entered for this change.)
Status: Invalid