cssで画像をポップアップ css(※win)記述例

@charset "shift_jis";

* html .pop img.pop {
top:-5000px;
left:-5000px;
position:absolute;
}

* html .pop a:hover {
position:relative;
background-color: #fff;
}

* html .pop a:hover img.pop {
top:-10px;
left:90px;
}

■こちらはiframe内になっています。css + xhtml + seo のtopページ(http://cssxhtmlseo.web.fc2.com/)よりご覧ください■

inserted by FC2 system