I want to have a table with has 4 cells in each corner. When the mouse is over one of these cells I want an image in a cell in the centre of the table to change. But I want to have a different image for each outer cell appear in the centre when the mouse is over it.
Is there anyway to do this
I have tried and tried to find something but had no luck.
You should be able to do this quite easily depending what is in the four corner cells. If it is text or images there should be no problem, however if you are wanting empty cells, you can probably use transparent images in each one and use the mouseover function on each one the same as if you were using a normal image.
Does this answer your question?
I know how to do a rollover. I just dont know how to have 4 TDs that when you roll the mouseover them they each change an image that is in the same place.
If you rollover text in TD_1 then an image in TD_5 changes;
If you rollover text in TD_2 then an image in TD_5 changes;
If you rollover text in TD_3 then an image in TD_5 changes;
If you rollover text in TD_4 then an image in TD_5 changes;
I can do this with show/hide layers but I would REALLY love to avoid using them!
Bookmarks