At 4:30 PM +0100 9/9/09, Rob Crowther wrote: >Daniel Gerep wrote: >> My client will upload images and I'd like to put rounded corners on it...is >> there a way to do so? >> >Using CSS you would use the border-radius property, currently >implemented as -moz-border-radius and -webkit-border-radius in Firefox >and Safari/Chrome respectively but it's currently not supported in IE. > >If your client is uploading the images to a server anyway it might be >less hassle to do it on the backend: > >http://www.assemblysys.com/dataServices/php_roundedCorners.php > >Rob
Rob: Very nice! http://www.webbytedd.com/bbbb/rounded-corners/ I did something similar with watermarks (code shown). http://webbytedd.com/b/watermark/ Thanks, tedd -- ------- http://sperling.com http://ancientstones.com http://earthstones.com ______________________________________________________________________ css-discuss [[email protected]] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
