Layers and behaviors

G

Guest

Can I get a general description of what layers and behaviors do.
I am trying to hover over a hotspot on a graphic and have a smal picture pop
up.

Thank you,
 
G

Guest

<div style="position: absolute; width: 100px; height: 100px; z-index: 1;
visibility: hidden" id="layer1">
This is the Pastor of Highlands Church - Mark Hornby.</div>
Here is coding I used to do what you wanted to do. It is used on
highlandspresbyterian.org with our pastors picture on the index page.

<p align="center">
<b >
<map name="FPMap18">
<area href="javascript:none" shape="circle" coords="187, 96,
96" onmouseout="FP_changePropRestore()"
onmouseover="FP_changeProp(/*id*/'layer1',1,'style.visibility','visible')">
</map>
<img border="0" src="images/UsedinProgram/Home/index.1.jpg"
width="340" height="248" usemap="#FPMap18"></b></p>
 
A

Andrew Murray

In frontpage 2003 behaviours are snippets of code that are commonly used.
Eg image rollovers or a drop-down (form element) menu. (along with many
others).
 

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

Similar Threads

Behaviors for layers 10
Layers in Front Page 12
Help with layers and behaviors 21
Jump menu greyed out 1
Layers/Behaviors....Positions 4
behaviors ?? 2
activating behaviors 1
behaviors and secondary rollovers 1

Top