Black backgrounds, Transparent PNGs in IE

Permalink Browser Info Environment
If you get black backgrounds while in IE and are using transparent PNGs then you need to insert this into your CSS:
.nivo-slice {
   background: transparent;
   -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)" !important;/* IE8 */   
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF) !important;/* IE6 & 7 */      
   zoom: 1;
}


That fixes the problem for the "slice-up" transition. You might need to change the selector name for other transitions.

Type: Discussion
Status: New
WebStudioEast
View Replies:

concrete5 Environment Information

Browser User-Agent String

Hide Post Content

This will replace the post content with the message: "Content has been removed by an Administrator"

Hide Content

Request Refund

You have not specified a license for this support ticket. You must have a valid license assigned to a support ticket to request a refund.