ASP制作网页的过程中。。。
我用mic visio做了一个组织结构图。
在副经理那一栏想实现这样一个功能:
当鼠标放在副经理上面的时候,在他下边显示另一个框架图【分三支如:生产副经理,财务副经理,合同副经理】
当鼠标离开上面的时候该框架消失。
能否说的清楚一点啊。。。
多谢。
<body>
<center>
<p> </p>
<p><font size="+3"; color="#000066">结构图</font></p>
<hr>
</center>
<table width="91%" border="0">
<tr>
<td width="12%" height="216"> </td>
<td width="87%"><img src="zzjg1.gif" width="630" height="330" border="0" usemap="#Map"></td>
<td width="1%"> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
<map name="Map">
<area shape="rect" coords="292,283,400,311" href="#">
<area shape="rect" coords="509,194,597,223" href="#">
</map>
</body>
你好,我结构图用的是个图片,让后上面用的是热键。
请问如何把那段显示代码加到里面啊?
还有mouseout后能否让他隔几秒在消失呢?不然点不上下面一栏...
谢谢。。
慕哥6287543