Rollover Confusion in 2003

  • Thread starter Thread starter Mary S.
  • Start date Start date
M

Mary S.

Is it possible to add a rollover effect to an interactive button using a
behavior? If not can it be done using .js? Thank you!
 
Interactive buttons already have 3 slates: normal, hover, and pressed(active)
Hover is the state for when your mouse moves over it (what you are calling rollover?)
To create your own Interactive buttons see
http://support.microsoft.com/default.aspx?scid=kb;en-us;555010

You can also add Behaviors to your Interactive buttons using Form Behaviors, but watch out for conflicts w/ your Interactive button
states
--




| Is it possible to add a rollover effect to an interactive button using a
| behavior? If not can it be done using .js? Thank you!
|
|
 
PS - Should have said Format Behaviors (not form Behaviors)

--




| Interactive buttons already have 3 slates: normal, hover, and pressed(active)
| Hover is the state for when your mouse moves over it (what you are calling rollover?)
| To create your own Interactive buttons see
| http://support.microsoft.com/default.aspx?scid=kb;en-us;555010
|
| You can also add Behaviors to your Interactive buttons using Form Behaviors, but watch out for conflicts w/ your Interactive
button
| states
| --
|
| _____________________________________________
| SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
| "Warning - Using the F1 Key will not break anything!" (-;
| To find the best Newsgroup for FrontPage support see:
| http://www.net-sites.com/sitebuilder/newsgroups.asp
| _____________________________________________
|
|
| | Is it possible to add a rollover effect to an interactive button using a
| | behavior? If not can it be done using .js? Thank you!
| |
| |
|
|
 
Back
Top