Forum Moderators: open
I would like to request help from someone, anyone please. I am new at JS and trying to learn.
I have a new navigation scheme that I am going to implement at my site. It already is using JS for rollovers. Right now when you mouse over a hyperlink it pops up an arrow to the left of the hyperlink. I would like to, in the top left cell of the table above it, also have a image come up when the hyperlink is rolled over. The image will be suggestive text in the form of a GIF file (unless their is a better way of getting the message to appear up there using text through JS).
The test is at URL: [goldenwebjewelers.com...] This has an include file called [goldenwebjewelers.com...] It also references, an external JS file which contains:
<!-- Begin
function imgover(imgname){
imgname.src = "goldarrow.gif"
}
function imgout(imgname){
imgname.src = "blank.gif"
}
// End -->
Any help would be great. Been searching for several days, just not finding what I need. Really want to use the second function to help "market" my site.
TIA,
Brian McGrath
Edited by: GWJ
Here's a great resource [bosrup.com] called the "OverLIB" -- a library for all kinds of rollover functions. It includes text boxes of all kinds, static position, sticky to the cursor, etc. Hope it helps.
I reread my earlier post and had to edit that before going into this one. Guess coffee in the a.m. is not enough. I'll have to add Mt. Dew also ;).
Anyway, these are the correct URLs...
Test page
[goldenwebjewelers.com...]
Include page that I am inserting into the above [goldenwebjewelers.com...]
I was more looking to keep the existing event (the arrow) and add the suggestive sell text/GIF in the top table first cell when the mouse goes over the hyperlinks. I remember reading about using secondary images/events or something along that lines but just do not know near enough to do this one.
Any advice is appreciated but can understand as this is specific.
Thanks again,
Brian
Disclaimer: not my site!
uksharenet is not my site
Thanks again,
Brian
P.S. Tried the coffee and Mt Dew combo, bad after taste but I built a server in under 10 minutes.