摘要: 在网上找了个CSS案例,效果如如下:CSS如下: 1 blockquote { 2 font: 1.2em/1.6em Georgia, "Times New Roman", Times, serif; 3 width: 400px; 4 background: url(images/close-quote.gif) no-repeat right bottom #CCCCFF; 5 padding-left: 18px; 6 text-indent: -18px; 7 } 8 blockquote:first-letter { 9 backgr... 阅读全文
posted @ 2011-11-25 23:04 January 阅读(4376) 评论(0) 推荐(0)