Click to See Complete Forum and Search --> : onMouseOver...


stmasi
05-22-2003, 02:52 PM
I have a web page set up into a table (see table below).

I currently have links in the NAV section of the page which when clicked, display a new page in the BOD section.

I need to know how to do the aforementioned AND be able to change a picture in the TOP section when I mouseover said links.

Thank you.



Here's the table:
--------------------------------
| picture picture picture picture | TOP
| picture picture picture picture |
--------------------------------
| link link link link link link link link | NAV
--------------------------------
| info info info info info info info | BOD
| info info info info info info info |
| info info info info info info info |
| info info info info info info info |
| info info info info info info info |
| info info info info info info info |
| info info info info info info info |
| info info info info info info info |
--------------------------------
| (c) info (c) info (c) info (c) in | BOT
--------------------------------

khalidali63
05-22-2003, 03:10 PM
try this link,it should help...to poin in the right direction

http://68.145.35.86/skills/javascripts/DisplayTwoImagesClickOver.html

stmasi
05-22-2003, 03:15 PM
That's pretty cool, but what about making two different events occur in two different cells within a table?

Thanx.

khalidali63
05-22-2003, 03:30 PM
read the specs that whichevents can be triggered from a table cell,

These are the one that I know of

onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup

stmasi
05-22-2003, 04:16 PM
Damn.

Just can't seem to find any specifics on this particular situation.

Bummer.