Include Pages

W

Workinghard

I am basically using div to create my menus. And then with frontpage hover
behaviors when the mouse hovers over a menu item, the div unhides. The hover
behavior is stated as follows:
onmouseover="FP_changeProp(/*id*/'id27',0,'style.backgroundColor','#1385BB');
FP_changeProp(/*id*/'ApparelFashion',0,'style.visibility','visible','visibility','show')

Within the div i have the include page identified as follows:

<div style="position: absolute; top: 257px; left: 290px; z-index: 27;
visibility: hidden" id="CrossPens">
<!--webbot bot="Include" U-Include="Writing_Instruments_Table.htm"
TAG="BODY" --><p> </div>

The include page is simply an .htm page with a simple table of links that
allow the user to navigate to different pages.

With this type of menu, should I expect problems with other browser like
FireFox?
 
R

Ronx

I use a very similar menu structure at www.rxs-enterprises.org/ as
you described, with no problems in any browser (except NN4). All my
menu leafs are include files.
However, you have missed a considerable amount of detail, such as
which HTML element triggers the property change behaviours?

My menu is loosely based on the tutorial at
http://www.interlacken.com/winnt/tips/tipshow.aspx?tip=28

You may also wish to look at
http://myweb.tiscali.co.uk/jonspivey/menus/index.html
and
http://www.seoconsultants.com/css/menus/tutorial/
 

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