Closed (fixed)
Project:
Rounded corners
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
27 Nov 2007 at 01:41 UTC
Updated:
14 Dec 2007 at 14:12 UTC
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
Comment #1
muaddib1 commentedI was able to figure this out by just typing in $("#primary a").corner("round top 10px");
Comment #2
JStarcher commented