R
Richard Brooks
Does anyone know of what I need to do to make an onMouseover event work in
Firefox when it used to work in IE ?
This is part of the client-side map code in the Web page 'town2.htm' , the
image used in the map is of a 3D town. At the moment it references itself
(town2.htm) as I'm testing the onMouseover event. The single and double
quotes below have been spaced for readability. There are two text box areas
labeled 'Title' and 'AboutUs' which fills with text to explain to the user
what goes on in that area of the map and if the mouse pointer moves outside
the area, both 'Title' and 'AboutUs' clears.
......
<area shape="poly"
coords="347,223,349,200,362,194,377,202,362,210,361,228,347,223"
href="town2.htm" onMouseover=" Title.innerHTML=' 3D Studio Gallery ' :
AboutUs.innerHTML=' The authors past works on display here.' " onMouseout= "
Title.innerHTML=' ' : AboutUs.innerHTML=' ' " >
........
[Title] section referenced from the above line.
<table WIDTH=140 HEIGHT=30 BORDER=2>
<tr><td BGCOLOR="#fafafa" ID="Title"></td></tr></table>
Now that I'm porting over my stuff to Firefox and I think wisely having to
follow the proper set of W3C spec's I now need to rework the above.
Many thanks for any reply,
Richard Brooks.
Firefox when it used to work in IE ?
This is part of the client-side map code in the Web page 'town2.htm' , the
image used in the map is of a 3D town. At the moment it references itself
(town2.htm) as I'm testing the onMouseover event. The single and double
quotes below have been spaced for readability. There are two text box areas
labeled 'Title' and 'AboutUs' which fills with text to explain to the user
what goes on in that area of the map and if the mouse pointer moves outside
the area, both 'Title' and 'AboutUs' clears.
......
<area shape="poly"
coords="347,223,349,200,362,194,377,202,362,210,361,228,347,223"
href="town2.htm" onMouseover=" Title.innerHTML=' 3D Studio Gallery ' :
AboutUs.innerHTML=' The authors past works on display here.' " onMouseout= "
Title.innerHTML=' ' : AboutUs.innerHTML=' ' " >
........
[Title] section referenced from the above line.
<table WIDTH=140 HEIGHT=30 BORDER=2>
<tr><td BGCOLOR="#fafafa" ID="Title"></td></tr></table>
Now that I'm porting over my stuff to Firefox and I think wisely having to
follow the proper set of W3C spec's I now need to rework the above.
Many thanks for any reply,
Richard Brooks.