开发者

how to create a rounded image border?

开发者 https://www.devze.com 2023-04-07 10:16 出处:网络
is it possible to do rounded CSS borders once the user has uploaded the image? I want the css to make a rounded border like the image below:

is it possible to do rounded CSS borders once the user has uploaded the image?

I want the css to make a rounded border like the image below:

I know you can do it with CSS3 but I am us开发者_如何学Going aspdotnetstorefront and it forces IE7 mode.

So any css needs to work with IE7.. :(

how to create a rounded image border?


CSS3PIE would save your life

-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #EEFF99;
behavior: url(/PIE.htc);


You can use CSS3 PIE or CurvyCorners.


Photoshop can help you.

You cannot do any CSS3+ effects with IE7-

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号