您的位置:首页 > 编程语言

Tooltip 显示大图的代码(show an enlarge image in the tooltip of the image)

2008-05-27 11:10 411 查看
Hi friend
try to use the following code, I think this is the best solution, easy and cool<html>

<head>

<title>Lance</title>

</script>

</head>

<body>

<div id="Layer1" style="display:none;position:absolute;z-index:1;"></div>

<img src="http://forums.asp.net/Themes/FAN/style/i/logo.png" onmouseout="hiddenPic();" onmousemove="showPic(this.src);"/>

<p></p>

</body>

</html>

[/code]
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐