[jQuery] Re: Jquery Corner IE issues [Solution]

2009-11-11 Thread TimP
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

[jQuery] Re: Jquery Corner IE issues [Solution]

2009-10-21 Thread Mike Alsup
Image demo: http://jquery.malsup.com/corner/image.html On Oct 21, 12:34 pm, Dave Methvin 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 transparent corners!

[jQuery] Re: Jquery Corner IE issues [Solution]

2009-10-21 Thread Dave Methvin
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 transparent corners!

[jQuery] Re: Jquery Corner IE issues [Solution]

2009-10-21 Thread theosoft
What the corners do is get the background-color of the parent element. If there is none set on the parent element, it keeps going up until it finds a background-color. You can do one of two things. Set a background-color on the parent element or in the javascript, it allows you to change the back

[jQuery] Re: Jquery Corner IE issues

2009-10-21 Thread theosoft
I'm having the same issue. On another note, I'm curious as to a better way to use this on images. Currently I'm having to put it as the background image on an element, but this is no good for resizing. Thanks. Chris Coppenbarger On Oct 14, 8:43 am, Paul wrote: > Hi there, > > When using Jquer