Most CSS3 features can be made to work in "all modern browsers" including IE 7+. If you can bear to have square corners in IE6 and below, there is a javascript library you can add that will give the right functionality to IE7+. (same with HTML5 functionality)
Otherwise, border radius works on the other browsers as long as they are reasonably up to date. The border-radius property is supported in IE9+, Firefox 4+, Chrome, Safari 5+, and Opera. There is a 5 minute video presentation on setting border radius for webkit and mozilla browsers here: http://teamtreehouse.com/library/design-foundations/css3/borders/border-radius-part-1/play Some CSS3 features are really not viable yet because they arent very cross-browser, but my understanding is that border-radius is pretty widespread now, except for IE6. Unless you REALLY have to have rounded corners in IE6, I wouldn't use any technique other than CSS3 any more - as people move to more and more modern browsers they'll just work. Cheers Mike Kear Windsor, NSW, Australia Adobe Certified Advanced ColdFusion Developer AFP Webworks http://afpwebworks.com ColdFusion 9 Enterprise, PHP, ASP, ASP.NET hosting from AUD$15/month On Wed, Nov 30, 2011 at 9:52 AM, <> wrote: > > I have designed a custom tag able to create all sub images from one gif image > and manages all frame parts. > See : CF_EasyFrame <http://www.cftagstore.com/tags/cfxeasyframe.cfm> > -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Order the Adobe Coldfusion Anthology now! http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:348922 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

