imgやテキスト要素を画像に置換(IE8+対応)

.hoge{ display:block; -moz-box-sizing:border-box; box-sizing:border-box; background:url(置換する画像のパス) no-repeat; width:180px; /* 置換する画像の幅 */ height:236px; /* 置換する画像の高さ */ padding-left:180px; /* 置換する画像の幅と同じ値 */ }

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.