首段首字下沉效果的CSS代码
CSS代码如下:
.parent_class>p:first-child:first-letter{ padding:5px 5px 0 0; float:left; font-weight:bold; font-size:2.5em;
font-family:楷体,楷体_GB2312;
color:#E6192C; line-height:1.2em; }
其中.parentClass是p标签的父级元素,指定行高为兼容IE,字体在xp下用的是“楷体_GB2312”,win7下正常。其它内容可按需要更改为你想要的效果。
赞 (0)