April 30 2007

图片自动加圆角的两种方法

Filed under: xhtml/css - ferry @ 19:29 pm

准备:4个圆角GIF/PNG透明图
第一种方法:图片做背景

* { background:red; } .pic { background:url("http://www.douban.com/mpic/s1818356.jpg"); width:660px; height:300px; } .tl { background:url("http://hiphotos.baidu.com/ferryboat401/abpic/ item/a78762d0aea88b8ca1ec9c2b.jpg") no-repeat top left; } .tr { background:url("http://hiphotos.baidu.com/ferryboat401/abpic/ item/4eb363273a7bed00908f9d2b.jpg") no-repeat top right; width:660px; height:300px; } .bl { background:url("http://hiphotos.baidu.com/ferryboat401/abpic/item/ 6d4c8a13348c78d3f6039e2b.jpg") no-repeat bottom left; } .br { background:url(http://hiphotos.baidu.com/ferryboat401/abpic/ item/702f8c545445ea1c3b29352b.jpg) no-repeat bottom right; width:660px; height:300px; }

第二种方法:图片被插入
* { background:red; } .tl { background:url("http://hiphotos.baidu.com/ferryboat401/abpic/ item/a78762d0aea88b8ca1ec9c2b.jpg") no-repeat; width:10px; height:10px; position:absolute; top:15px; left:10px; } .tr { background:url("http://hiphotos.baidu.com/ferryboat401/abpic/ item/4eb363273a7bed00908f9d2b.jpg") no-repeat; width:10px; height:10px; position:absolute; top:15px; left:206px; } .bl { background:url("http://hiphotos.baidu.com/ferryboat401/abpic/ item/6d4c8a13348c78d3f6039e2b.gif") no-repeat; width:10px; height:10px; position:absolute; top:38px; left:10px; } .br { background:url("http://hiphotos.baidu.com/ferryboat401/abpic/ item/702f8c545445ea1c3b29352b.jpg") no-repeat; width:10px; height:10px; position:absolute; top:38px; left:206px; }
over

Comments »

The URI to TrackBack this entry is: http://ferrychu.blogsome.com/2007/04/30/p4/trackback/

No comments yet.

RSS feed for comments on this post.

Write here

Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>



Anti-spam measure: please retype the above text into the box provided.

Get free blog up and running in minutes with Blogsome
Theme designed by Ferry Chu
Website Hit Tracking
Copyright © 2007 Chuyujiang