テキスト非表示 Image replacement
背景画像を指定した要素のテキストを非表示にするtext-hideクラス。
サンプル
見出し
ソースコード
HTML
<h1 id="sampleH1" class="text-hide">見出し</h1>
CSS
<style>
#sampleH1 {
width: 468px;
height: 40px;
background-image: url("img/sampleH1-468x40.png");
background-repeat: no-repeat;
}
</style>