Ask a Question related to Coldfusion - Getting Started, Design and Development.
-
kmandal #1
Cross Frame Menu
Hi
I am fairly new to cold fusion and would like to know if it is possible to
make cross frame menu in cold fusion . I like to make a menu that the top part
of the menu will be in one frame and when the user click on the menu the drop
down part of the menu will be in another frame of the web page . I am trying
with Microsoft Front page & Java Script and it did not work .
Any help is appriciated
Thank You
kmandal Guest
-
menu drop over frame
Without wanting to use third party software like so-dhtml etc, how would i go about getting a drop down menu in a top frame, to drop over the main... -
cross browser, platform dynamic menu
Yet again, you guys probably hate me by now. I wanted to know if this type of menu is possible, cross-platform, and browser compatiable. I over... -
Extreme Cross-Browser Compliant Menu
Hi, I downloaded and installed the evaluation version of the 'Extreme Cross-Browser Compliant Menu' = Menu Hot Sauce. Unfortunately I am... -
pop-up menu behind a frame
Hello, Pop up menus will really go behind an active contents. Please go over the TechNote that explains it. ... -
Menu in a frame
I recently made a flash menu for my site, but it sits in a seperate frame. Anytime I try to get the target of a link to be the main frame, it either... -
Rustywater #2
Re: Cross Frame Menu
I don't know if this is what you mean, but I have an application that does
exactly that, but all you have to do is specify the target attribute of the <A
HREF....> tag for the frame in which you want the "submenu" displayed.
Eg. On your menu..
<a href="option1.cfm" target="mainframe">Option description</a>
Tanya
Rustywater Guest
-
Bighnaraj #3
Cross Frame Menu
Hi,
I just stuck in creating a Cross Frame MEnu. Can anybody help me in this.
Thanks
Bighnaraj Guest
-
Murray *ACE* #4
Re: Cross Frame Menu
There is no practical way to make a layer (that's how drop-down menus work)
cross the boundary between two separate frames (i.e., two unique HTML
pages).
It is true. Your choices are limited now -
1. DUMP THE FRAMES - you would not be having this problem in a non-framed
site.
2. Redesign your menus so that they do not need to span a frame boundary.
3. Redesign the frameset so that you leave enough room for the largest
popup.
4. Move the layer code for the popups from the page in the navigation frame
to each page in the content frame.
5. DUMP THE FRAMES - you would not be having this problem in a non-framed
site.
I recommend either #1 or #5, depending on what your needs are. You just
have no idea the horrors that await you if you continue with the frames.....
8)
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"Bighnaraj" <webforumsuser@macromedia.com> wrote in message
news:e2a107$kql$1@forums.macromedia.com...> Hi,
>
> I just stuck in creating a Cross Frame MEnu. Can anybody help me in this.
>
>
> Thanks
Murray *ACE* Guest
-
byardaj #5
Re: Cross Frame Menu
I have a modified version of the FireWorks menu.js that allows Murray's #4 suggestion if you want it, I did this ages ago before I realised points #1 and #5
Andy
byardaj Guest
-
Murray *ACE* #6
Re: Cross Frame Menu
And before you realized how bloody awful the FW menus were, and what a nasty
solution it is to move the layers into the content frame?
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"byardaj" <andybyard@mac.com> wrote in message
news:e2bnb2$15t$1@forums.macromedia.com...>I have a modified version of the FireWorks menu.js that allows Murray's #4
>suggestion if you want it, I did this ages ago before I realised points #1
>and #5
>
> Andy
Murray *ACE* Guest
-
byardaj #7
Re: Cross Frame Menu
Originally posted by: Newsgroup User
And before you realized how bloody awful the FW menus were, and what a nasty
solution it is to move the layers into the content frame?
Murray
We used our code for generating FW menus on about a dozen intranet web
applications and we found them to be quick and easy to use (i.e. once the code
was written setting up a menu was just a case of populating a database with
menu options), in hindsight it would have been easier to ditch frames and not
have to mess about with cross frame stuff.
We have now changed technology from .ASP to Java/XLM/XSLT so maybe its time to
switch to a better menu system.
My problem is that I have to justify to my boss why the change is necessary?
Can you give me a few bullet points as to why something like the projectseven
menus are so much better.
Any comments gratefully received.
Regards
Andy
byardaj Guest
-
Murray *ACE* #8
Re: Cross Frame Menu
[url]http://apptools.com/rants/jsmenu.php[/url]
[url]http://apptools.com/rants/menus.php[/url]
The PVII menus are like tiny little grains compared to the monstrous size of
the FW menus. This is particularly true with the FW8 menus - I looked at a
page not long ago that had nearly 3000 lines of CSS, *ALL* related to the
pop-up menus. And, to try to troubleshoot that byzantine markup just gives
me the willies....
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"byardaj" <andybyard@mac.com> wrote in message
news:e2cor6$83b$1@forums.macromedia.com...> Originally posted by: Newsgroup User
> And before you realized how bloody awful the FW menus were, and what a
> nasty
> solution it is to move the layers into the content frame?
>
>
> Murray
> We used our code for generating FW menus on about a dozen intranet web
> applications and we found them to be quick and easy to use (i.e. once the
> code
> was written setting up a menu was just a case of populating a database
> with
> menu options), in hindsight it would have been easier to ditch frames and
> not
> have to mess about with cross frame stuff.
> We have now changed technology from .ASP to Java/XLM/XSLT so maybe its
> time to
> switch to a better menu system.
> My problem is that I have to justify to my boss why the change is
> necessary?
> Can you give me a few bullet points as to why something like the
> projectseven
> menus are so much better.
> Any comments gratefully received.
> Regards
> Andy
>
Murray *ACE* Guest
-
byardaj #9
Re: Cross Frame Menu
Thanks Murray
Some good points raised in those two articles (so I'm not the only person who
dislikes the I-beam cursor in menus rendered in Firefox) I think I'll have a go
with the simple VII menus... just one point... do they work across frames
(joke!).
Andy
byardaj Guest
-
Murray *ACE* #10
Re: Cross Frame Menu
I'm not laughing (although I did a slight snort). 8)
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"byardaj" <andybyard@mac.com> wrote in message
news:e2d8or$oki$1@forums.macromedia.com...> Thanks Murray
> Some good points raised in those two articles (so I'm not the only person
> who
> dislikes the I-beam cursor in menus rendered in Firefox) I think I'll have
> a go
> with the simple VII menus... just one point... do they work across frames
> (joke!).
> Andy
>
Murray *ACE* Guest



Reply With Quote

