I'm not a javascript guru, so, I'm probably doing this wrong, but after installing the rounded_corners module, I tried to configure it so that it would round the top corners of my primary links but I'm not sure what code to use to apply it. I see in the documentation to use $(".block").corner("round top 10px"); if you want it to apply to a block. But what about the primary links instead?

Comments

muaddib1’s picture

I was able to figure this out by just typing in $("#primary a").corner("round top 10px");

JStarcher’s picture

Assigned: Unassigned » JStarcher
Status: Active » Closed (fixed)