Connecting Tech Pros Worldwide Help | Site Map

pop-up menu over frames

  #1  
Old July 20th, 2005, 04:16 PM
chubby
Guest
 
Posts: n/a
I want a Fireworks popup menu to appear accross a frame boundary.
Do I need to paste certain java script in all of the content html pages that
appear in the main frame if the pop-up menu originates from a top bar frame?

Cheers


  #2  
Old July 20th, 2005, 04:17 PM
Keith Bowes
Guest
 
Posts: n/a

re: pop-up menu over frames


chubby wrote:[color=blue]
> I want a Fireworks popup menu to appear accross a frame boundary.
> Do I need to paste certain java script in all of the content html pages that
> appear in the main frame if the pop-up menu originates from a top bar frame?
>[/color]

You can't do that with frames, normally. But there are two ways to
acheive the effect that I can think of:
MSIE has the popup DOM object that can be used for that sort of thing.
See <http://msdn.microsoft.com/workshop/author/om/popup_overview.asp>.

The second way, which is in better practice, is to use SSI and CSS fixed
positioning. See
<http://www.w3.org/TR/REC-CSS2/visuren.html#fixed-positioning>.


  #3  
Old July 20th, 2005, 04:17 PM
Mark Parnell
Guest
 
Posts: n/a

re: pop-up menu over frames


Keith Bowes wrote:[color=blue]
> chubby wrote:[color=green]
>> I want a Fireworks popup menu to appear accross a frame boundary.
>> Do I need to paste certain java script in all of the content html
>> pages that appear in the main frame if the pop-up menu originates
>> from a top bar frame?
>>[/color]
>
> You can't do that with frames, normally. But there are two ways to
> acheive the effect that I can think of:[/color]

The third, and better solution, is to ditch the frames altogether.

--

Mark Parnell
http://www.clarkecomputers.com.au


  #4  
Old July 20th, 2005, 04:17 PM
Brian
Guest
 
Posts: n/a

re: pop-up menu over frames


Mark Parnell wrote:[color=blue]
> Keith Bowes wrote:
>[color=green]
>>chubby wrote:
>>[color=darkred]
>>>I want a Fireworks popup menu to appear accross a frame boundary.
>>>Do I need to paste certain java script in all of the content html
>>>pages that appear in the main frame if the pop-up menu originates
>>>from a top bar frame?[/color]
>>
>>You can't do that with frames, normally. But there are two ways to
>>acheive the effect that I can think of:[/color]
>
> The third, and better solution, is to ditch the frames altogether.[/color]

I think that might have been the second solution referred to above:
SSI and fixed position.

--
Brian
follow the directions in my address to email me

Closed Thread