On Mon, 30 Jul 2007 02:39:08 +0100, Aaron Gray wrote: > I have a three column example with expandable center column :- > > http://www.aarongray.org/Examples/CSS/ThreeColumnExample.html > > Is there any way to add "modern" rounded style corners to this ? > > I can see how to do it to the fixed width div's but not the header and center > div's. > > Many thanks in advance, > You may get some ideas here:
<http://home.tiscali.nl/developerscorner/liquidcorners/liquidcorners.htm> Alternatively, you could use "-moz-border-radius" for Firefox, and "-webkit-border-radius" for Safari 3. Opera will shortly support "border-radius". I have resorted to JavaScript to give most IE users CSS borders (using lots of extra elements added by the script): <http://www.cssplay.co.uk/boxes/snazzy.html> Cordially, David -- ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
