CSS教程之图象篇-----图象替换技术
<h2><span></span>Hollow word</h2>
h2{
width:500px;
height:400px;
position:relative;
}
h2 span{
background:url("xx.jpg") no-repeat;
position:absolute;
width:100%;
height:100%;
}
<h2><span></span>Hollow word</h2>
h2{
width:500px;
height:400px;
position:relative;
}
h2 span{
background:url("xx.jpg") no-repeat;
position:absolute;
width:100%;
height:100%;
}