Well, I have a little problem and I can't figure out the solution alone,
so I come to beg the JavaScript community for help.
Thanks in advance.
I've got a weird problem when changing images on the fly with onMouseOver
when those images are in a TABLE.
I use the "document.images[xx].src=file;" technique wich I already used
and works fine elsewhere.
But this time my images are in a TABLE and it seems to be a problem.
When the mouse pointer is over the image I want to change, this image
slips on the left, it loads, and it changes. THE IMAGE MOVES A FEW PIXELS
UP AND THE LEFT BEFORE CHANGING !!!
I don't get it...
Did somebody encounter same kind of weird thing ?
Do I have to do do something special to change one image on the fly when
its in a TABLE ?
Please help, it's driving me crazy.
By the way, I'm using Netscape 3.01 on Macintosh.
Seb.
-----
"Too many hang-overs, I'm addicted to Advil" - Justin Warfield.
--
"so many hang-overs I'm addicted to Advil"
i have my images in a table and i do basically the same thing. it works
fine. do all your images have the same size, which is defined in html?
that might help?