Adding text below the rollover menu
Let's see how this was done using the "west view." (The others follow the same pattern).
The first version of the Central Office example used a standard text link to load westview.htm into the "main" frame:
West View
We could have substituted a button that said "West View" on it in the above example
But we went further and added two images, a starting image and a second one that is displayed when the mouse is over the button. Note that the img tag now has a name attribute, which allows us to refer to it in the JavaScript statements. When the mouse moves over the image, the value of the status attribute of the window object is changed and the value of the src attribute of the image called m1 is changed:
In the final version, we not only swap the button images, we swap the explanation images in the area below the buttons. The image below the buttons has the name rolloverimage:
(The the Rolloverimage image is below the West, East and Introduction menu images)