onMouseOver

Hi. I am trying to embed Java within my HTML page so that when someone rolls over some text with their mouse an image will appear. For example:

Text 1......................_

Text 2.....................|...................................................|

Text 3.....................|...................Image.....................|

Text 4.....................|.....................here......................|

Text 5.....................|...................................................|

................................|_|

*the dots are just so the diagram displays correctly

So when someone rolls over 'text 1' then the image that goes with that text appears, then when they roll over 'text 2" the image to go with that appear, and so on......

Can anyone help? I am new to this so putting it simply would be truly appreciated.

James

[905 byte] By [inthepicturedesigna] at [2007-11-27 9:10:32]
# 1
What you're looking for is javascript, not java. They aren't the same thing. Here's a tutorial covering what you describe: http://www.w3schools.com/js/js_events.asp
hunter9000a at 2007-7-12 21:52:07 > top of Java-index,Java Essentials,New To Java...
# 2
Yeah you need javascript, which is different to java (for newbies it can be a little confusing to understand).Here is something that may help you : http://www.designplace.org/scripts.php?page=1&c_id=21
nippysaurusa at 2007-7-12 21:52:07 > top of Java-index,Java Essentials,New To Java...