XHTMLソース
<p id="sticker"> <a href="http://example.com/"> <img src="../img/sticker.gif" alt="ステッカー" width="150" height="150" /> </a> </p>
CSSソース
#sticker {
     position: absolute;
     top: 0;
     left: 0;
}

トップページ > サンプルダウンロード > 法則81 ステッカーを貼ってプロモーション効果を高める
<p id="sticker"> <a href="http://example.com/"> <img src="../img/sticker.gif" alt="ステッカー" width="150" height="150" /> </a> </p>
#sticker {
     position: absolute;
     top: 0;
     left: 0;
}