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?
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?