<title>超简洁CSS代码感应鼠标放大图片</title>

<style>

div#resize a:hover{position: absolute;}

div#resize a:hover img{width: 480px;}

</style>

<div id="resize">

<a href="#"><img  src="/p_w_picpaths/m01.jpg" border=0 width=180px></a>

</div>