Hi, just thought i'd share this as i spent a while trying to work it out, i'm using the corner plugin to create rounded corners on a dropdown menu, but ran into a problem where in all versions of IE it was showing the body background color on the corners of the menu when the menu was displayed over an image, i fixed it by applying filter:progid:DXImageTransform.Microsoft.Chroma(Color='#FFFFFF'); to the element that was having problems.
Cheers, Tim On Oct 22, 7:55 am, Mike Alsup <mal...@gmail.com> wrote: > Image demo: > > http://jquery.malsup.com/corner/image.html > > On Oct 21, 12:34 pm, Dave Methvin <dave.meth...@gmail.com> wrote: > > > Right, you can't "corner" an img element because the img element can't > > have children. Put the img in a div and round that. Better yet, create > > the img src with rounded transparentcorners!