How do I...

B

Bennett

Hello,

I want a mouseover on a word of text in a frame to change
the visibility of a layer on the parent page of that frame.

The frame and the layer are on the same page.

How do I accomplish this?

Thanks,
Bennett
 
J

Jim Buyens

-----Original Message-----
Hello,
Howdy.

I want a mouseover on a word of text in a frame to
change the visibility of a layer on the parent page of
that frame.

The frame and the layer are on the same page.

If the name of your layer is mylayer, then:

<a
onmouseout="parent.mylayer.style.visibility='hidden'"
onmouseover="parent.mylayer.style.visibility='visible'"
word of text</a>

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 

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