posted by 오리밭 2010. 9. 22. 09:56











<html>
<head>
<style type="text/css">
a.rollover img { border-width:0px; display:block; }
a.rollover img.rollover { display:none; }
a.rollover:hover { position:relative; }
a.rollover:hover img { display:none; }
a.rollover:hover img.rollover { display:block; }
</style>

</head>
<body>


<a href="#" class="rollover"><img class="rollover" src="http://haxim.kr/new/img/sample/001.gif "><img src="http://haxim.kr/new/img/sample/002.gif"></a>

</body>
</html>




<html>
<head>
<style type="text/css">
a.rollover img { border-width:0px; display:block; }
a.rollover img.rollover { display:none; }
a.rollover:hover { position:relative; }
a.rollover:hover img { display:none; }
a.rollover:hover img.rollover { display:block; }
</style>

</head>
<body>


<a href="#" class="rollover"><img class="rollover" src="http://haxim.kr/new/img/sample/001.gif "><img src="http://haxim.kr/new/img/sample/002.gif"></a>

</body>
</html>