Import Image

B

Bill

I want to import an image from my image editor and have 3 rollover states.
Hover, active, and focus. Can Fp 2003 do this? Do I have to design and
import on image per page or can the Fp automate this for all pages somehow?
By automate I mean make copies using the Link Bars. Thanks.
 
S

Steve Easton

Yes, it's in Behaviors and DHTML.



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

Bill

Hi Steve,

I'm new ro Behaviors and DHTML in FP 2003. If I want the 3 states can I just
import the image(s) to FP and go from there? Do you have any steps? Thanks.
 
A

Andrew Murray

Use Interactive Buttons.

You can use Frontpage's selection of buttons, or make your own - your
choice.

The three states are "hover" (onMouseover) "Clicked" (OnMousedown) (click
the mouse) and "normal" (onMouseOut).

Otherwise you'd need to code your own. The interactive buttons have no
bearing on Frontpages link bars - the link bars I don't think can have dhtml
appliedto them. Using themes, and using "dynamic" buttons (or whatever
they're called) can do this to some degree.

But Interactive buttons or the 'hover' buttons are your best bet on achieve
what you want.
 
Top