None-graphic rounded corners
Posted on Thursday, July 20, 2006 at 10:40 AM
On many web sites you will see blocks of information surrounded by
rounded corners - a most pleasing effect.
Whilst this is fairly
easy to implement using graphics, there are other ways. Recently I have
been investigating a system called Nifty Corners
See HERE
for a very full and recently updated explanation of how to achieve this
effect.
BAsically, it's all done with DIVs, CSS sytles and a little bit of JavaScript magic. The interaction of the various JavaScript and CSS elements is a bit daunting at first, but is quite logical. I have posted a test web page using this system HERE.
