I have a template which is a 2x2 table with the editable region in the lower
right cell. In the lower left I have a vertical menu with submenus on
layers. The submenus extend into the content area. This is fine if the
content is text but if I have a form then form fields, like dropdowns,
appear on top of the submenu leaf.

Anyone have any ideas?

Roger

Re: Form field-menu layer conflict by Murray

Murray
Wed Aug 30 20:56:04 CDT 2006

Redesign the page, or use custom javascript to hide the form element when
the menu opens.

All Active content on a page will always rise to the top, so to speak,
including Flash, certain form elements, Java applets, and Active X controls.
This means that each of these will poke through layers.
--
Murray
--------------
MVP FrontPage


"Roger" <x@y> wrote in message news:eo4A8RHzGHA.4796@TK2MSFTNGP06.phx.gbl...
>I have a template which is a 2x2 table with the editable region in the
>lower right cell. In the lower left I have a vertical menu with submenus
>on layers. The submenus extend into the content area. This is fine if the
>content is text but if I have a form then form fields, like dropdowns,
>appear on top of the submenu leaf.
>
> Anyone have any ideas?
>
> Roger
>



Re: Form field-menu layer conflict by MD

MD
Thu Aug 31 08:15:12 CDT 2006

Hi Roger,

Form elements and other active content do not abide by z-order rules. To correct you'll need to have the script make all form
elements hidden just before the menu is displayed.

--
Mike
http://www.websunlimited.com
FrontPage Add-in
MVP FrontPage '97 - '02

"Roger" <x@y> wrote in message news:eo4A8RHzGHA.4796@TK2MSFTNGP06.phx.gbl...
>I have a template which is a 2x2 table with the editable region in the lower right cell. In the lower left I have a vertical menu
>with submenus on layers. The submenus extend into the content area. This is fine if the content is text but if I have a form then
>form fields, like dropdowns, appear on top of the submenu leaf.
>
> Anyone have any ideas?
>
> Roger
>



Re: Form field-menu layer conflict by Roger

Roger
Thu Aug 31 10:16:06 CDT 2006

Thanks. I was able to move the form elements out of the way.

Roger
"Murray" <forums@HAHAgreat-web-sights.com> wrote in message
news:OwTYVBKzGHA.1256@TK2MSFTNGP04.phx.gbl...
> Redesign the page, or use custom javascript to hide the form element when
> the menu opens.
>
> All Active content on a page will always rise to the top, so to speak,
> including Flash, certain form elements, Java applets, and Active X
> controls.
> This means that each of these will poke through layers.
> --
> Murray
> --------------
> MVP FrontPage
>
>
> "Roger" <x@y> wrote in message
> news:eo4A8RHzGHA.4796@TK2MSFTNGP06.phx.gbl...
>>I have a template which is a 2x2 table with the editable region in the
>>lower right cell. In the lower left I have a vertical menu with submenus
>>on layers. The submenus extend into the content area. This is fine if
>>the content is text but if I have a form then form fields, like dropdowns,
>>appear on top of the submenu leaf.
>>
>> Anyone have any ideas?
>>
>> Roger
>>
>
>



Re: Form field-menu layer conflict by Roger

Roger
Thu Aug 31 10:17:17 CDT 2006

Thanks. I moved the form elements. I appreciate your explaination.

Roger

"MD Websunlimited" <none@none.com> wrote in message
news:e2F5$9PzGHA.4092@TK2MSFTNGP04.phx.gbl...
> Hi Roger,
>
> Form elements and other active content do not abide by z-order rules. To
> correct you'll need to have the script make all form elements hidden just
> before the menu is displayed.
>
> --
> Mike
> http://www.websunlimited.com
> FrontPage Add-in
> MVP FrontPage '97 - '02
>
> "Roger" <x@y> wrote in message
> news:eo4A8RHzGHA.4796@TK2MSFTNGP06.phx.gbl...
>>I have a template which is a 2x2 table with the editable region in the
>>lower right cell. In the lower left I have a vertical menu with submenus
>>on layers. The submenus extend into the content area. This is fine if
>>the content is text but if I have a form then form fields, like dropdowns,
>>appear on top of the submenu leaf.
>>
>> Anyone have any ideas?
>>
>> Roger
>>
>
>



Re: Form field-menu layer conflict by Murray

Murray
Thu Aug 31 10:57:11 CDT 2006

Good luck. Hiding the form element works pretty well, too (or whisking it
offscreen)....

--
Murray
--------------
MVP FrontPage


"Roger" <x@y> wrote in message news:eZ1sfBRzGHA.772@TK2MSFTNGP05.phx.gbl...
> Thanks. I was able to move the form elements out of the way.
>
> Roger
> "Murray" <forums@HAHAgreat-web-sights.com> wrote in message
> news:OwTYVBKzGHA.1256@TK2MSFTNGP04.phx.gbl...
>> Redesign the page, or use custom javascript to hide the form element when
>> the menu opens.
>>
>> All Active content on a page will always rise to the top, so to speak,
>> including Flash, certain form elements, Java applets, and Active X
>> controls.
>> This means that each of these will poke through layers.
>> --
>> Murray
>> --------------
>> MVP FrontPage
>>
>>
>> "Roger" <x@y> wrote in message
>> news:eo4A8RHzGHA.4796@TK2MSFTNGP06.phx.gbl...
>>>I have a template which is a 2x2 table with the editable region in the
>>>lower right cell. In the lower left I have a vertical menu with submenus
>>>on layers. The submenus extend into the content area. This is fine if
>>>the content is text but if I have a form then form fields, like
>>>dropdowns, appear on top of the submenu leaf.
>>>
>>> Anyone have any ideas?
>>>
>>> Roger
>>>
>>
>>
>
>