how to apply configuration options
muaddib1 - November 27, 2007 - 01:41
| Project: | Rounded corners |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | JStarcher |
| Status: | closed |
Jump to:
Description
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?

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