注册 登录
编程论坛 WEB前端(UI)

如何给图片链接加上文字提示

Summer_hua 发布于 2005-06-24 16:14, 1722 次点击
各位高手:
我想给下面的图片链接加上文字提示,不知如何制作,请指教。
具体代码
<td height="52" width="290"><span class="B-text1">弧形脉</span>
                        <span class="B-text-E">arc venation ...................</span></td>
                      <td height="52" width="80"><a href="javascript:;" onMouseDown="MM_openBrWindow('m-image06htm/m060901a.htm','羽状网脉','scrollbars=yes,width=780,height=516,fullscreen=1')"><img src="m-image06/m060901a.jpg" width="80" height="52" border="0"></a></td>

谢谢!
6 回复
#2
suyongtao2005-06-24 17:18
alt="文字提示"
是这样的效果吗?

[此贴子已经被作者于2005-6-24 17:34:48编辑过]


#3
hxfly2005-06-24 17:29
把图片设置成背景不就可以了?
#4
suyongtao2005-06-24 17:32
[QUOTE]<td height="52" width="290"><span class="B-text1">弧形脉</span>
                        <span class="B-text-E">arc venation ...................</span></td>
                      <td height="52" width="80"><a href="javascript:;" onMouseDown="MM_openBrWindow('m-image06htm/m060901a.htm','羽状网脉','scrollbars=yes,width=780,height=516,fullscreen=1')"><img src="m-image06/m060901a.jpg" width="80" height="52" border="0"></a></td>[/QUOTE]
#5
suyongtao2005-06-24 17:33
[CODE]<td height="52" width="290"><span class="B-text1">弧形脉</span>
                        <span class="B-text-E">arc venation ...................</span></td>
                      <td height="52" width="80"><a href="javascript:;" onMouseDown="MM_openBrWindow('m-image06htm/m060901a.htm','羽状网脉','scrollbars=yes,width=780,height=516,fullscreen=1')"><img src="m-image06/m060901a.jpg" width="80" height="52" border="0"></a></td>[/CODE]
#6
Summer_hua2005-06-26 19:53
回复:(suyongtao)alt="文字提示"是这样的效果吗?...
是这个效果,这个"文字提示"的字的大小可以调整吗?
#7
islet2005-06-27 13:16
估计你得做层 加上脚本才能做到大字 或者你把分辨率调成648*400也能达到效果
1