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
______________________________________________________________________
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/

Reply via email to