Format -> Behaviors-> onmouseover-> Popup Message

  • Thread starter Thread starter Hazzard
  • Start date Start date
H

Hazzard

I really like the ease of use of this feature in FP 2003.

I would like to however change an unintended behavior which happens when I
move my mouse on the browser page, over any area to the right of the visible
text, and the popup menu appears. I would like to limit the effects of the
mouseover so that it occurs only when directly over visible text, not just
anywhere on the line all the way to the right margin of the page.

Any ideas? Is it about defining the cell or specific 'y' coordinates or
something?

Thank you,

Greg
 
Oh...the single line of html code is;

<li onmouseover=" FP_popUpMsg('An iterative process.');">Design</li>

thanks,
-greg
 
Greg,

If you want to isolate a Behavior to one or more specific words, switch to
Code view and enclose it in a <span> tag. You can then apply the Behavior
to the <span>.

--
Jim Cheshire
Jimco Add-ins
http://www.jimcoaddins.com
===================================
Co-author of Special Edition
Using Microsoft FrontPage 2003
 
Back
Top