Floating Box: relative position

Hi,
I have problem fixing the floating box position as relative position.

==== example ===
<style type="text/ccs">
#one {position:absolute; width:126px; height:22px; z-index:10; left:
186px; top: 107px; visibility: hidden" }
</style>

How do I make it relative position instead of abosule/static. I want to
display the
floating box at the mouse location. It means, the box should appear next
to the
mouse pointer when I take the mouse over the hyperlink ( <a href="..."
onMouseOver() >).

Any help???

Thanks in advance.

-J

Received on Thursday, 31 August 2000 15:19:32 UTC