mouse over to inline frame

  • Thread starter Thread starter Ron McIntire
  • Start date Start date
R

Ron McIntire

First off FP2002 Win 2000 Pro.
I have a picture with hot spots in it that link to other
pages. On the same page as the picture I have put an
inline frame and am hopeing that I can create a mouse over
of the hot spots that will open a picture of the product
in the inline frame.
Can this be done?
You can see what I have so far at.
www.yourcrafts.com/CrossCreations.htm

Thank you for all of your help in the past.
Ron McIntire
 
You have to create a link to load a page into the IFRAME with the image.
Mouse over script can only handle items that are on the same page, and
IFRAME is a container, containing another page.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
I don't know of anyway to have JavaScript functions on one page dynamically
adjust the content on another page. Get rid of the IFRAME, then you can do
what you want.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Ron,

Your hyperlink would link to a specific page when clicked, however moving
your mouse over the same hyperlink would swap the current image with another
image.

Example of the concept:
http://www.ToddlerWatch.com/
See top left image (logo) and move your mouse over the links below it.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Back
Top