Thomas
Tue Dec 20 16:36:42 CST 2005
Is everything needed for the menu located between the opening and closing body tags, if not then yes
you will have problems.
--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
"Workinghard" <Workinghard@discussions.microsoft.com> wrote in message
news:4A394A28-31A7-4B40-89FB-95DF5FE78187@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','#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?
>
>
>
> "Thomas A. Rowe" wrote:
>
>> Include pages are design time components, therefore they have no bearing on the browser being
>> used
>> to view the site. If you are using JavaScript DHTML Menus, then the Menu script may only work in
>> IE
>> browsers. For a better help, you will need to post a URL of your site here, so that someone can
>> see
>> it they can see a problem.
>>
>> --
>> ==============================================
>> Thomas A. Rowe (Microsoft MVP - FrontPage)
>> ==============================================
>> If you feel your current issue is a results of installing
>> a Service Pack or security update, please contact
>> Microsoft Product Support Services:
>>
http://support.microsoft.com
>> If the problem can be shown to have been caused by a
>> security update, then there is usually no charge for the call.
>> ==============================================
>>
>> "Workinghard" <Workinghard@discussions.microsoft.com> wrote in message
>> news:E7275639-5DEC-4572-B813-7F9185A0BE69@microsoft.com...
>> >I got an email from someone who visited my frontpage 2003 webpages. This
>> > visitor says that he is unable to use my menus which are created using
>> > frontpage include pages. He says that using Firefox the menus with include
>> > pages don't function properly. Are any of you aware of any problems with
>> > using FP include pages and Firefox or any other web browsers that I should be
>> > aware of? Are Include pages only functional using Internet Explorer?
>> >
>>
>>
>>