Hello Everyone:
I'm a total newbie at javascript stuff and I was wondering if someone could direct me towards a proper solution to my problem. I run a language learning website that uses simple text dialogs (no frames or tables). I want to be able to make some words in the text appear in a certain color (say green) and when the learning passes the cursor over these words (say "typewriter") then a picture of the object appears in that exact spot (or say 100 pixels to the right). My pics have various sizes, but I could fix them to a single dimension if that would be best. Also, I've seen several scripts that do similar things, but not exactly what I need for the following reasons:
Image in a popup window: dont want popup windows (just instant popup image!)
Image appears in another cell of the table: not using tables
Graphic magnifying scripts: there's initially NO graphics on the page to serve as thumbnails.
Mouseover changes standard picture: this would be ok, but the picture stays in the same place, so once the user has scolled down the page to read the rest of the dialogue, the original (changing) image has already scrolled off the top and is no longer visible.
(Image pre-loading would be a plus!)
Sorry that message was so long, but I didn't want you guys to think I hadn't done any homework on this issue!
Any help appreciated!