PDA

View Full Version : need a mouseover script


HELLSS
04-30-2000, 04:01 PM
I'm not sure if this is dhtml java, or what, but I am looking for a script that when your mouse is brougt over it, or you clic on a link (oneor the other) a window shows up like the alt="" thing, except it has links inside of it. A new layout i'm making for my site depends on this!!! And if possible , is there one that does this that you can include images with?

Jason
04-30-2000, 05:29 PM
I'm assuming that you're talking about the status text on the bottom of the window. if so, this script will work:
http://www.a1javascripts.com/mouseover_scripts/mouseovertext.html


Otherwise, let me know what you're looking for, and I'm sure I can come up with something for you.


------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jason M. DesRoches, Co-Founder, BigResources Network
jason@123webmaster.com
http://www.bigresources.com
ICQ: 17947522
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

HELLSS
05-01-2000, 03:20 PM
blek! no hehe, i mean it is like a small navigation window that pops up. Ok, put your mouse over the "see profile" link above this post, and see the thing that pops up, thats the alt="" thing. I need a dhtml script that does this except it is able to use links in that pop up window. I found one that does it, but i don't think i can edit it to do what i need.

Jason
05-01-2000, 11:11 PM
oh, that's actually an easy one. It is a simple tag:

<A HREF="http://www.123webmaster.com"> <ACRONYM TITLE="This part prints out in a box on mouseover.">123webmaster</ACRONYM></A>

Let me know if you have any problems with it.



------------------
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Jason M. DesRoches, Co-Founder, BigResources Network
jason@123webmaster.com
http://www.bigresources.com
ICQ: 17947522
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

HELLSS
05-02-2000, 06:41 PM
Yes very nice..... although i already clearly showed i know how to do that (that is what the alt="" thing does you know, much smaller code) What i CLEARLY said in the above message is that i wanted something hat did that, but the window was able to have links inside of it. I found a dhtml code that does this, thanks fr tryin ta help.