<html>
<head>
<title>sample</title>
</head>
<body>
<a class="popup" href="http://www.osadasoft.com/software/affilisearch/index.htm" >
<style TYPE="text/css">
<!--
.popup{position: relative;z-index: 0;}
.popup span{position: absolute;visibility: hidden;}
.popup:hover span{visibility: visible;top: -100px;left: 60px;}
-->
</style>
<!-- サムネイル画像 -->
<img src="image_small.jpg" border="0" />
<span>
<!-- ↓拡大画像 -->
<img src="image.jpg" border="0" />
</span>
</a>
</body>
</html>
|