Odd Mouse-over Behavior

B

Brian

I created a behavior in which I change the text color property on mouse-over,
then restore the property on mouse-out. This works fine.

I created a behavior in which I change the background color of the cell the
text is in on mouse-over, then restore the property on mouse-out. This also
works fine.

When I combine the two behaviors, however, there is a problem. On mouse-out,
my text does not return to its original color. Any thoughts?
 
S

Steve Easton

Did you combine the behaviors for both the mouseover and mousout
events??

It sounds as if the mouseout does not contain the scripting necessary
for the font color.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
B

Brian

From the Behaviors task pane, I inserted a Change Property. On the Change
Property dialogue box, I indicated the text color change to the Current
(span) Element. I clicked the "Restore on mouseout event" checkbox.

I went through the same steps to change the background color of the cell the
text is in. That's what I did.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top