The problem is, the PNG fix doesnt seem to like background-position, and i end up with both (transparent) arrows pointing backwards in IE6! (Have a look at this screenshot to see what i mean).
Here is the CSS:
/* Transparent PNG Fix */
div.nivo-directionNav a, a.nivo-nextNav, a.nivo-prevNav {
behavior: url('/js/iepngfix.htc')
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
display:block;
width:30px;
height:30px;
background:url(../images/slider/arrows.png) no-repeat;
text-indent:-9999px;
border:0;
position:absolute;
top:40%;
z-index:99;
cursor:pointer;
}
a.nivo-nextNav {
background-position:-30px 0;
right:10px;
}
a.nivo-prevNav {
left:10px;
}
AI Labs and specially it's investors, might be super happy to see that government it's impeding them to sell their own stuff worldwide and make more money.
Hi everyone.
Here is the background. A home user who has nothing to do overtly with AI in any way and pretty much is the non gamer, stereotypical FB and cats user.
If I was looking at a new laptop would this be succifient in your expert opinions?
Ryzen 7-7730U/16GB/256GB SSD
Question
Bollard
Hey all,
Im having some troubles with my website (see here). Im using the Nivo Slider and the iepngfix.htc.
The problem is, the PNG fix doesnt seem to like background-position, and i end up with both (transparent) arrows pointing backwards in IE6! (Have a look at this screenshot to see what i mean).
Here is the CSS:
/* Transparent PNG Fix */ div.nivo-directionNav a, a.nivo-nextNav, a.nivo-prevNav { behavior: url('/js/iepngfix.htc') } /* Direction nav styles (e.g. Next & Prev) */ .nivo-directionNav a { display:block; width:30px; height:30px; background:url(../images/slider/arrows.png) no-repeat; text-indent:-9999px; border:0; position:absolute; top:40%; z-index:99; cursor:pointer; } a.nivo-nextNav { background-position:-30px 0; right:10px; } a.nivo-prevNav { left:10px; }Any ideas?
Thanks
Link to comment
https://www.neowin.net/forum/topic/929684-ie6-png-transparency-issue-with-image-slider-controls/Share on other sites
4 answers to this question
Recommended Posts