I ran into a similar issue with how the plugin decided what background to use (i was actually using the modified version found at http://www.malsup.com/jquery/corner/).
If you read Mike's documentation (see "Pick Your Colors (or keep your borders)"), you'll see that you can specify the color that you want to use: corner color: cc:#xxx $(this).corner("cc:#009"); In once place, I had an image for a background and I was able to use the following so that the background image would still show (instead of a solid background color): $(this).corner("cc:transparent"); HTH -Eric On Nov 13, 5:02 am, Giovanni Battista Lenoci <[EMAIL PROTECTED]> wrote: > Hi, I'm trying this plugin: > > http://www.methvin.com/jquery/jq-corner-demo.html > > But I've a little problem. > > If have a background color for my body (for example red), then a > container with background color of white, if I use this plugin in the > backgound of my corners i will see the red background and not the > white one. > > There's a way to solve? > > Thank you.