Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old July 20th, 2005, 04:16 PM
chubby
Guest
 
Posts: n/a
Default pop-up menu over frames

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

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles