Closed (fixed)
Project:
Rounded corners
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2008 at 17:59 UTC
Updated:
22 Mar 2010 at 01:06 UTC
Is there some way to get the rounded corners to apply to borders as well as the background? Thanks.
Comments
Comment #1
adam_b commentedUpdating this... also there's no mention in any of the documentation that the module makes borders disappear.
Comment #2
Andrew Schulman commentedsubscribing
Comment #3
fred0 commentedSee 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")Comment #4
fred0 commentedI 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.
Comment #5
minus commentedyoure my hero of the day fred0 :-)
Comment #6
ron williams commentedThe 2.x version of the module now uses the latest version of jquery corner.