鼠标在图片上提示放大镜效果
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN" dir="ltr"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <title>test</title><style type="text/css">img.magplus {cursor: url(http://www.iteye.com/images/magplus.gif), pointer;}</style> </head> <body> <a href="http://dl.iteye.com/upload/attachment/0080/6716/c4d228ca-6a6d-3ff9-9792-624624f8cb3f.png" target="_blank"><img src="http://dl.iteye.com/upload/attachment/0080/6716/c4d228ca-6a6d-3ff9-9792-624624f8cb3f-thumb.png" title="点击查看原始大小图片"></a> </body></html>
?