--
You received this message because you are subscribed to the Google Groups "InterSystems: Zen Community" group.
To post to this group, send email to InterSys...@googlegroups.com
To unsubscribe from this group, send email to InterSystems-Z...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/InterSystems-ZEN?hl=en
Zen Community Terms and Conditions: http://groups.google.com/group/InterSystems-ZEN/web/community-terms-and-conditions
I think it’s just CSS3 you need, which I’m pretty sure works even in regular HTML (not requiring HTML5.) It’s the browser that has to support CSS3.
I’ve used css3generator, which is handy, but you can write your own CSS3. Rounded corners are one of the nice features of CSS3, but the rounded corners (and other CSS3-only features) won’t show up for people who are using browsers that don’t support CSS3.
http://www.w3schools.com/css3/css3_intro.asp
Lori