views:

1223

answers:

2

Im creating a navigation window with tabs round cornered. im trying to do this but jquery corner produces a white background ar corners. How can we overcome that problem. here is the snapshow of my navigation bar

http://www.flickr.com/photos/41695354@N08/3858299131/

+2  A: 

set the color with cc:

$("myDiv").corner("cc:#fff round 20px");
Will
Sorry, Its Not Working
Rajasekar
You must be using a different plugin, then.
Will
No, Im using Jquery.corners.js
Rajasekar
You might be using an older version.... Get the latest here: http://www.malsup.com/jquery/corner/ There's a demo page with colored corners, so I know this works.
Will
I tried by downloading your updated corners. still its not working @will
Rajasekar
Sorry, Its Working, Thanks +1 Vote
Rajasekar
This doesn't work if you have the div ehind a gradient which changes colors. Colors won't match up.
Jack Marchetti
A: 

it doesnt work in IE, the background colour is always white

Tony Phillips