Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
murz #1
Drop down menu and making it dynamic
Hi All,
I have created a Popup menu using Dreamweaver through behaviours. The issue is
the menu is bit lengther and when the menu is displayed over a list box, the
layer goes behind the list box, where the text in the menu is partial. Do we
have to do something with the Z index or is there anyother mehtod of doing it ?
How do we resolve this.
My second question is can we make the menu dynamic ? that means where certain
users are not allowed to see some items in the menu. How do we do that ?
I have attached a zip file which consists of the HTML file and the js file.
Thanks and looking forward to hear the answer.
Murali
murz Guest
-
Creating a Dynamic drop-down menu with MS Access2003 DB
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> <!--#include file="Connections/myDatabase.asp" --> <% Dim Recordset1 Dim Recordset1_numRows set... -
Dynamic Drop-Down Menu
I am trying to create a page to edit information previously submitted by the user. I cannot figure out how to pre-select the item that the user... -
Dynamic CSS drop down menu
Hello, i am looking to add a drop down menu to a site for categories and subcategories, both are coming from the database so the menu is to be... -
Dynamic List/Menu Drop Down
I'm creating a form where a user selects their state from a dynamic drop-down list (which is pulled directly from a table in my access database),... -
Drop down menu in asp and dynamic images
Hi I have an access database with a complete list of my clients. Firstly, how do I set the database to link to an image for each client? I do... -
Murray *TMM* #2
Re: Drop down menu and making it dynamic
You are in deep now - is it too late to reverse all of this?
Read this link carefully -
[url]http://apptools.com/rants/jsmenu.php[/url]
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[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
==================
"murz" <webforumsuser@macromedia.com> wrote in message
news:c8cncm$ggm$1@forums.macromedia.com...issue is> Hi All,
>
> I have created a Popup menu using Dreamweaver through behaviours. Thethe> the menu is bit lengther and when the menu is displayed over a list box,we> layer goes behind the list box, where the text in the menu is partial. Doit ?> have to do something with the Z index or is there anyother mehtod of doingcertain> How do we resolve this.
>
> My second question is can we make the menu dynamic ? that means wherefile.> users are not allowed to see some items in the menu. How do we do that ?
>
> I have attached a zip file which consists of the HTML file and the js>
> Thanks and looking forward to hear the answer.
>
> Murali
>
Murray *TMM* Guest
-
murz #3
Re: Drop down menu and making it dynamic
Hi Murray,
Thanks for ur response. You still say there is no solution when you do things
at Dreamweaver ? can you suggest me some sites where I can pick the code for my
requirements.
Thanks,
Murz
murz Guest
-
Murray *TMM* #4
Re: Drop down menu and making it dynamic
Learn the methods taught here, and you'll be way ahead -
[url]http://www.projectseven.com/tutorials/navigation/snapmenus/index.htm[/url]
or
[url]http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm[/url]
and here's an example you can analyze -
[url]http://www.projectseven.com/tutorials/autolayers/[/url]
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[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
==================
"murz" <webforumsuser@macromedia.com> wrote in message
news:c8efo5$1de$1@forums.macromedia.com...things> Hi Murray,
>
> Thanks for ur response. You still say there is no solution when you dofor my> at Dreamweaver ? can you suggest me some sites where I can pick the code> requirements.
>
> Thanks,
> Murz
>
Murray *TMM* Guest
-
murz #5
Re: Drop down menu and making it dynamic
I'm still having the List box coming front , inspite of following the project seven tutorial. Any more suggestions ?
Thanks,
Murz
murz Guest
-
Durwood Edwards #6
Re: Drop down menu and making it dynamic
try forums.projectseven.com if you have a newsreader or go to:
[url]http://www.projectseven.com/support/index.htm[/url]
Get help direct from the authors.
"murz" <webforumsuser@macromedia.com> wrote in message
news:c8h950$1qi$1@forums.macromedia.com...project seven tutorial. Any more suggestions ?> I'm still having the List box coming front , inspite of following the>
> Thanks,
> Murz
Durwood Edwards Guest
-
Cion #7
Re: Drop down menu and making it dynamic
Any layer will go behind a listbox. It's as if the listbox has a z-index
of plus infinity. You could hide the listbox by setting disply:none
whenever the user opens a layer, but then your page simply looks silly
and the user will think he broke it *sigh*.
Anyway, for more info on this issue read this:
[url]http://www.webreference.com/programming/javascript/form/[/url]
murz wrote:
> I'm still having the List box coming front , inspite of following the project seven tutorial. Any more suggestions ?
>
> Thanks,
> MurzCion Guest



Reply With Quote

