English 中文(简体)
B. 国民党在车轮中的失败
原标题:Black outline on PNG fade-in in carousel

我在我的新网站上使用一个特质子,这是一个可怕的试验版本,但可以看一看,你看问题——。 http://tradewinds.blendAgency.co.uk/carousel/

It works fine in Chrome, FF and IE9 - however in IE8 and IE7, on the fade, an ugly black outline is added to the transparent PNG.

是否有任何人知道我如何去除IE8和IE7的黑体提纲。

Thanks!

问题回答

我将问题定在:

www.un.org/Depts/DGACM/index_spanish.htm

<style>
img {  
    background: transparent;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);   /* IE6 & 7 */
    zoom: 1;
}
</style>

并且随后将图像推向四分五裂,在四分五裂而不是在成像上形成不透明。





相关问题
jquery set div width fails in IE7

I have the following code and it works correctly in FF and IE8 but fails in IE 7 anyone have an idea or hack if ($("#midRight:contains( Quick Links )").length == 0) { $("#midCenter").css({ ...

Ie7 float right bug?

I have a div floated right. Inside that div are two other divs. The first div has a background color and when I refresh, it s "bleeding" into the second div. (Sometimes in front of it sometimes ...

IE errors with jQuery & timeout

In a jquery hover event I use the following code to drop down a menu: clearTimeout(hTimeout); $( #lowermenu ).queue( fx , []); $( #menucenter .current ).removeClass( current ); $(this).children( a )....

window.onbeforeunload not firing in child window

I want to bind a function to the beforeunload event of a child window in Javascript. I have the following code: newWind = window.open(settings.url, "Dialog", "width=" + settings.width + ",height=" + ...

My App s email shows up blank in IE7

My app sends out email to users (upon signup, welcome etc.) and they show up blank in IE. Fine in IE8, Firefox. The content-type for the email is set to html. The email has links. Any pointers on how ...

热门标签