|
|
|
|
|
This tutorial will explain how you can display text in the status bar on a roll over and have the text dissapear on roll out.
| QUOTE |
1. Add some text.
2. Add the action on rollover to the text.
3. In action, select javascript and insert this code:
window.status='Hi there!'
4. Add On Roll Out action to text.
5. Do same step as 3 and Paste in this code:
window.status=''
6. Your Done!
|
|
|
|