Problem:
I have a png image as a jquery dialog title. The image corners are transparent (rounded corners)
When I display the dialog over a 50% opaque overlay I see that the corners are not transparent.
Solution:
The problem was the positioning of the image as a title. The non-transparent corners were not of the image but of the div containing it. It wasn't transparent even tough I set the background-color to transparent in ".ui-dialog .ui-dialog-titlebar"
The solution I found is to set the ".ui-dialog .ui-dialog-titlebar" margin-top property to "-18px" so the png image is positioned outside, hiding the corners of the div
thanks for the help
I have a png with transparent background.and then you saythe png's background stops being opaque.These are two separate images? Also,but when I display it over a gray overlayYou're putting a transparent image over an overlay. ??? – ionFish Sep 6 '12 at 20:02