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 background-
color like this:

$('.roundedimage').corner("cc:#fff");

The only problem I have is that I'm attempting this on an <a> tag and
it's not allowing me to text-indent the text.

So, I am going to wrap this in a div with a background color.

Chris

On Oct 21, 8:30 am, theosoft <ccop...@gmail.com> wrote:
> 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 <paulverh...@gmail.com> wrote:
>
> > Hi there,
>
> > When usingJqueryCornerin Firefox & Safari it works like a charm,
> > but in IE 7 & 8 I only get four ugly black corners... How can I solve
> > this:http://www.cornelisdehoutman.nl/futureisnow

Reply via email to