views:

1028

answers:

1

I have this site (http://techlipse.net/test/agb) with a css layout. The PNGs with transparent backgrounds (they are saved as is from Fireworks as FW png) cycle with fade effect while theres another div behind it with clouds moving (telerik rad rotator) .. Transparent images create this black outline around them. If anyone explains me what happens here I will deeply appreciate it. Thx in advance

+2  A: 

From what I've read, if you put the image in a container and fade the container instead of the image itself the problem won't present itself. Haven't tried this myself.

Karim
i tried it .. wrapped the Repeater (asp.net comp) with a div tag .. did not work .. then eve gave the div an id and even a css class :)