| Issue 148: | Implement iePngFix or other solution for closeBut | |
| 2 people starred this issue and may be notified of changes. | Back to list |
|
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
Feb 16, 2009
any news about this issue?
May 14, 2009
(No comment was entered for this change.)
Status:
Invalid
|
||||||||