CSS代码<blockquote cite="http://www.vevb.com/">
<p>引用块(Blockquote)CSS效果.本文从最基本的CSS给你详细说明blockquote标签的使用.</p>
</blockquote>
如果你也想在z-blog中让blockquote变得更有型,不妨试试上面的CSS代码blockquote{
font: 14px italic Times, serif;
padding-left: 70px;
padding-top: 18px;
padding-bottom: 18px;
padding-right: 10px;
background-color: #dadada;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin: 5px;
background-image: url(images/openquote4.gif);
background-position: middle left;
background-repeat: no-repeat;
text-indent: 23px;
}
新闻热点
疑难解答