Round Borders
Flying Drupalist - April 23, 2008 - 17:59
| Project: | Rounded corners |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Is there some way to get the rounded corners to apply to borders as well as the background? Thanks.

#1
Updating this... also there's no mention in any of the documentation that the module makes borders disappear.
#2
subscribing
#3
See this page under the section called Adornment:
http://www.malsup.com/jquery/corner/
I used the first example with success.
$(this).corner("round 8px").parent().css('padding', '4px').corner("round 10px")#4
I should also note that I updated the jquery.coner.js file in the module to the latest (v2.01) that is linked from that page as well.
#5
youre my hero of the day fred0 :-)