PDA

View Full Version : Hover Window Question


azucker1
11-08-2002, 06:03 PM
I'm triyng to duplicate a hovering window like there is on this Kenwood site, but, I'm having trouble doing it. Maybe someone can help.

Site Example, Hover over any link to see window appear
http://www.kenwoodusa.com/product/product.jsp?productId=2378#

I tried to compy the javascript function from the source, but had difficulty. Any ideas?

Thanks for the assist,
Adam

azucker1
11-08-2002, 06:28 PM
I found a really good one that I got working. Thanks anyways...

-Adam

Membie
11-08-2002, 07:17 PM
Originally posted by azucker1
I found a really good one that I got working.

:cool: ....and the url winner is / was????

azucker1
11-08-2002, 08:07 PM
Drumroll please..... <piter pater piter pater> http://javascript.internet.com/navigation/pop-up-link-with-description.html

requestcode
11-08-2002, 08:34 PM
This site has one that is even better:
http://www.bosrup.com/web/overlib/

azucker1
11-08-2002, 10:52 PM
Much better! Thanks!

tom4stir
11-09-2002, 04:34 PM
I am trying to put that on my site, but I can't figure out how to change the text stlye. I am very new with java, and I would greatly appriciate any help you can gave me.

Here is the script:

<a href="index.html" onmouseover="return overlib('Home.');" onmouseout="return nd();">here</a>
____________________________________________________
Thanks :)