jQuery png issues in IE 8 -
i'm loving jquery cycle plugin having serious trouble getting behave appropriately in ie8. in of cycles i'm using png files transparencies (no differently other modern site on web). in every browser ie ugly black shadowing around edges of gradients , black background behind 1 of slideshows. i'm using 'cleartype: true, cleartypenobg: true,' fix in of slideshows following css fix:
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; } in main slideshow have 2 overlapping - http://microstrain.com
and in bottom 3 column section have cycle running in 'news update' section.
any appreciated here!!! - scott
i know set zoom & transparency, try setting them on div encompassing encompasses image tag.
i ran on site of mine , found 'img' tag did not work setting on '[container] img' did.
Comments
Post a Comment