Dave M G wrote: > In keeping with my goal that the PHP system generate uniform HTML and > that *all* formatting be done with CSS, it seems there are only two > choices. One is to add some extra HTML markup which would enable > stylized, fluid corners, but be useless to CSS layouts that didn't > need such corners. The other choice is to have tighter HTML, but > concede to not having certain effects, like special corners. > > Am I right that this is the only set of choices?
Not quite, as CSS can carry it alone... <http://virtuelvis.com/gallery/css/rounded/> ...but a certain series of browsers doesn't support CSS that well. Javascript can solve some... <http://www.gunlaug.no/tos/wd_demo_shapes_03.html> ...but there are limitations. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ 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/
