screenshots of Pro version
|
I hope the page does
not take too long to download, I felt it preferable to keep everything on
the one page rather than split it into two. Screenshot of the Mouse Over Programme |
|
Explanation of
Terms Mouse Over Image Source
- this is
the image that will show when the mouse hovers over the first image. NOTE: if you use the code in a shared border or in an "include" component page, then you may find the code will not work on all pages using relative file paths - in which case use the absolute path for image buttons and links. Also, the code that goes into the head of the document, put just under the Body tag of the document of the "include" or shared border page. Front page only reads code within the body tags of those pages, not anything in the Head tags. Normally Front Page would update links to images and files within your own web, but because it did not create this code in the first place, and because it is not HTML but Javascript, this does not always happen. Sometimes Front Page will update javascript links .... other times it wont !!!
If you are doing more
than one mouse-over DO NOT
click on the finish button, but click on the
NEXT button.
Code for all your buttons will be produced at the end. Note that the
screenshot above says BUTTON NUMBER
1.
As you have noticed, the screenshot above says BUTTON NUMBER 2 on the top of it. Let's assume that you have now finished. Click on the finish button and the code for both buttons will now be produced, as shown below.
For identification purposes I have coloured part of the code red and the "copy text" in a yukky blue, they will not appear coloured in the programme itself. Look at the code on the right under the heading of BODY. If you had done your two buttons individually, then both would be called <!--Button Number 1--> and the mouse overs would not work. Each mouse over must be given a different name in the code. Notice also in the code for the second button that ('name0') has been replaced with ('name1'). If you find, that having created all your buttons, you need to add one more, then create the code for the button, but change those references to a number not already in use. Alternatively, you can save your project. It is an idea to do this, even if you think you have finished it. Any later additions or alterations can then just be added and the altered code will be produced. Copy code Head Code Body Code Hey presto - all finished. If you go back to the start page, right click and "view source" you can see the actual code in action for a two-state mouse over (no extra image on click-down). |