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?

Re: Include Pages by Ronx

Ronx
Wed Dec 21 03:31:28 CST 2005

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/
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/


"Workinghard" <Workinghard@discussions.microsoft.com> wrote in message
news:1257121F-FC76-4749-BC6F-4223F74FFE9F@microsoft.com...
> 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','#13
85BB');
>
FP_changeProp(/*id*/'ApparelFashion',0,'style.visibility','visible','v
isibility','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?
>