You are here: irt.org | About | Feedback | 828 [ previous next ]
Feedback on:
Dynamic Floating Tool Tips
Sent by
Tasha on February 17, 2000 at 12:08:37:
Worth:
Worth reading
Comments:
I'm having a problem implementing this code. I'm running Windows NT. I followed the tutorial for Dynamic Floating Tool Tips and everything worked perfectly, until I got to Embedding Table Cell in a Layer part. I have NN4.7 and IE5.0. Here's the deal--I copied the code exactly as written. When viewed in IE, it works exactly as it does in the example. I get the red box with text just under my link in the table. However, in NN, I get balck text, about twice as far under the link, and no red box. What I don't understand is that I'm copying it from your page while viewed in NN, and your example works fine in NN. I don't understand why mine doesn't. It even previews correctly in Adobe GoLive's preview function. I've copied my source code for the file below. If you can, PLEASE let me know what in the world is wrong, as this is the exact feature I want to implement on my site.
Thanks!
Tasha
========================>
source:
========================>
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 4">
<title>Welcome to Adobe GoLive 4</title>
<script language="JavaScript">
</style>
</head>
<body bgcolor="white">
<hr>
<table width="100%" border="1"><tr><td width="50%"> </td><td width="50%">
<center>
<p>
blah blah
<br>
blah blah
<a href="nextpage.htm" onMouseover="showByEvent('myLayer14',0,15,event)" onMouseout="hide('myLayer14')">example 14</a>
blah blah
<br>
blah blah
</p>
</center>
</td></tr></table>
<span id="myLayer14" class="absolute">
<table class="redtable"><tr><td><div class="color:#ffffff">Some text within a layer</div></td></tr></table>
</span>
<hr>
</body>
</html>
Other feedback on 'Dynamic Floating Tool Tips' - show all