Ruby on Rails
JavaScript, XHTML, CSS
Java, Distributed Systems
<you_name_it>
Specific Borders
I am trying to apply a border to the Top Right, Bottom Left, Bottom Right...so I can have it sitting beside a smaller box that has it's top left and bottom left...
the end result would look something like this:
........................
. .
...... .
. .
. .
. .
. .
...................
I've been able to do this with Nifty Corners and I'm wondering if this is just something I'm missing that ShadeBorders does, or if in fact I discovered a limitation?
No matter what the order I place the corner selections in, it doesn't limit them. For example: "trblr" does not just do top right, bottom left & right. It does all four corners.
Thanks,
Frank Walsh

specific corners
I made a mod to allow you to specify individual corners.
I emailed it, but I'm not sure he ever did anything with it.
you can get it here:
http://www.freeformit.com/downloads/shadedborder-0.6.1.freedman.zip
the corners are numbered, instead of using tl, tr, tlr, etc.
use 1234
Limited Rounded Corners
So Keith, I downloaded your mod file and I'm now trying to apply rounded corners to select corners and not all. Do I just write this out,
RUZEE.ShadedBorder.create({ corner: 5, edges: "12", shadow: 14, border: 0 });
with 'edges: "12", only applying rounded corners to corners 1 & 2? If not, then how do I do it? Thanks,
Kyle
Thank You!
Keith,
That is great.... I was about to do the same thing myself. I was working my way through the js but you just saved me a lot of time :)
Thanks so much.
Frank Walsh