您的位置:首页 > Web前端 > CSS

html css 标题背景 折边凸显效果,有点意思,记录下

2011-02-16 10:04 363 查看
实现这样的效果,标题背景 超出所在的box


下面是代码,标题是 <h2> 标签

#exp-detail .exp-content h2 {
background-position: 0 -82px;
font-size: 14px;
font-weight: bold;
height: 48px;
line-height: 40px;
margin: 15px -24px 0 -31px;
padding-left: 27px;
position: relative;
}

http://jingyan.baidu.com/article/851fbc370943643e1f15abf9.html 地址在这里
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: