Unstoppable Domains โ€” Expired Auctions

JScript - Onhover make text appear in separate table

SpaceshipSpaceship
Watch

smashin

Established Member
Impact
0
Hey guys, hows the holidays treating you?
I am setting up a web page for a car club meet and where the text says "Where" and "When" etc. I would like to be able to have the details appear in a pane next to or below the 'where', 'when'. Either onhover or onclick whichever is easier. If both are ok in this situation I would much prefer to just hover over and have the details appear.

I am assuming I need js for this but if I can do it with something else let me know- I'm flexible.

No need to write out the whole script if you didnt want. I just need some pointing in the right direction and I should be able to take it from there; Im a beginner.

Let me know if a better explanation is needed. Thank you I appreciate your help.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
0
•••
onmouseover not 'onhover' OPS

Thank you fewski! That site and another one helped me come up with what I need and its working beautifully :)

I cant get the style.cursor=hand code to work though... can you help me with where to place it and the proper syntax?

I know that it should go some where in here but I cant figure it out.
Code:
<table border=0 height= 250px>
<tr width= 220px bgcolor=#e4e4e4 cellpadding=0 cellspacing=0>
<td>
<div class=sidenav onmouseover='over("When: January 16th 2005 @ 1pm")' onmouseout='out()'><u>WHEN?</u></div>
<div class=sidenav onmouseover='over("Where: Springfield, OR")' onmouseout='out()'><u>WHERE?</u></div>
<div class=sidenavactive onmouseover='over("Who: you")' onmouseout='out()'><u>WHO?</u></div>
</td>
<td bgcolor=#ececec cellpadding=0 cellspacing=0 width= 250px valign=middle align=center>
<DIV ID=subnav name=subnav class=result>
 <a onmouseover='overheader()' onmouseout='outheader()'>
Mouse Over The Links to Get The Details</a>
</DIV></td></tr>
</table>

Thanks!

EDIT- I guess I titled this wrong, should be 'onmouseover' not 'onhover' OPS
 
Last edited:
0
•••
Which code did you use? Can you please give me the link so I exactly which one you used?

Thanks *<|
 
0
•••
EDIT- deleted text.
 
Last edited:
0
•••
Dynadot โ€” .com TransferDynadot โ€” .com Transfer
CatchedCatched
Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomDB
NameFit
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back