How to create drop down menus

I want to know how to make the drop down menus for my
navigation bar. I really want the menus to pop out to the right. Do
I have to buy a java script to do this. I am a relativly new
developer. I know some HTML and am just learning CSS. I am using
Dreamweaver to construct my pages. I dont know java scripting and
dont know how hard it is to do so don't know if this is something I
can make on my own or if I can copy one from a free source or buy
one. Thanks for any help. aekp

Check the uberlink and MacFly tutorials at PVII
http://www.projectseven.com/)
and the Navbar tutorial/articles at Thierry's place
http://tjkdesign.com/articles/dropdown/)
Or this one (more recent article):
http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp)
Or to get it done fast, go here -
http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"aekp" <[email protected]> wrote in message
news:en12bl$25c$[email protected]..
>I want to know how to make the drop down menus for my
navigation bar. I
>really
> want the menus to pop out to the right. Do I have to buy
a java script to
> do
> this. I am a relativly new developer. I know some HTML
and am just
> learning
> CSS. I am using Dreamweaver to construct my pages. I
dont know java
> scripting and dont know how hard it is to do so don't
know if this is
> something
> I can make on my own or if I can copy one from a free
source or buy one.
> Thanks for any help. aekp
>

Similar Messages

  • How to create Drop down menu in the selection screen

    Hi all,
    How to create Drop down menu in the selection screen.
    Fast answer will be highly rewarded
    Regards
    Bikas

    hi ,
    TYPE-POOLS : vrm.
    TABLES:vbak,vbap.
    DATA : v(80) TYPE c.
    DATA: wa_vbak TYPE vbak,
          it_vbak TYPE vbak OCCURS 0 WITH HEADER LINE,
          wa_vbap TYPE vbap,
          it_vbap TYPE vbap OCCURS 0 WITH HEADER LINE.
      DATA: l_name TYPE vrm_id,
            li_list TYPE vrm_values ,
            v_count  TYPE i,
            l_value LIKE LINE OF li_list.
    PARAMETERS: p_test(20) AS LISTBOX VISIBLE LENGTH 60 MODIF ID DAT.
    INITIALIZATION.
    AT SELECTION-SCREEN OUTPUT.
      PERFORM get_data.
      LOOP AT it_vbak.
        l_value-key =  it_vbak-vbeln .
        l_value-text = it_vbak-vbeln .
        APPEND l_value TO li_list.
      ENDLOOP.
      CALL FUNCTION 'VRM_SET_VALUES'
        EXPORTING
          id              = 'P_TEST'
          values          = li_list
        EXCEPTIONS
          id_illegal_name = 1
          OTHERS          = 2.
    AT SELECTION-SCREEN ON P_TEST.
      clear : li_list , li_list[].
      SELECT vbeln
             matnr
             meins
             FROM vbap
             INTO CORRESPONDING FIELDS OF TABLE it_vbap
             WHERE vbeln = p_test.
    START-OF-SELECTION.
      SELECT vbeln
             matnr
             meins
             FROM vbap
             INTO CORRESPONDING FIELDS OF TABLE it_vbap
             WHERE vbeln = p_test.
      LOOP AT it_vbap.
        WRITE :/ it_vbap-vbeln, it_vbap-matnr,it_vbap-meins.
      ENDLOOP.
    *&      Form  get_Data
          text
    -->  p1        text
    <--  p2        text
    FORM get_data .
      SELECT  vbeln
              FROM vbak
              INTO  CORRESPONDING FIELDS OF TABLE it_vbak.
    ENDFORM.                    " get_Data
    regards,
    venkat.

  • How to create drop down option in service manager 2012 incident portal

    Hii,,
    Please assist how to create drop down option in service manager 2012 SP1 default incident portal. We would like to provide the drop down option in "Please enter the title for the Issue" to our users.
    Regards, Syed Fahad Ali

    As was already referenced, you could use a Simple List for the prompt, however if you are referring to the default General Incident that is available out-of-the-box, you might be limited in what you can modify. 
    I did some work for a client, that wanted to have a list and other options for the General Incident through the Portal. So, I ended up having to create a custom General Incident instead of using the default one, which will then allow you to add any type
    of prompts, and configure them as you want (i.e. with a simple list). 

  • How to create drop down menu

    Hi
    Can we create drop down menus in HTML DB as we do in
    Visual Basic.
    Thanks.

    In HTML DB v2.0 you can create drop down menus. I cannot say if they are the same as Visual Basic because I am not familiar with VB..
    Here is an example pull-down menu:
         A   B   C                <--- Top level
         A1  B1                   <--- Second level
         A2                       <--- Third levelInitially the user sees a horizontal menu with "A", "B', and "C". When the user clicks on "A" a menu containing "A1" and "A2" is displayed under "A".
    Here is what you do to create this:
    1.) Edit a page.
    2.) Click the "Create" (plus sign) button in the "Lists" region under "Shared Components".
    3.) Enter a List name.
    4.) Make the "List Template" be "DHTML Menu with Sublist".
    5.) Click the "Create List Entry >" button on the right. You are now creating your Top Level menu.
    6.) Enter "A" into the "List Entry Label".
    7.) Set "Target Type" to "- No Target -". This could be an URL or another page in the application.
    8.) Click the "Create and Create Another" button. You are now create the lower level menus.
    9.) Select "A" for the "Parent List Entry".
    10.) Enter "A1" into the "List Entry Label".
    11.) Set "Target Type" to "- No Target -".
    12.) Repeat steps 8, through 11 for "A2".
    13.) Click the "Create and Create Another" button.
    14.) Repeat steps 6 through 12 for "B" and "B1".
    15.) Click the "Create and Create Another" button.
    16.) Repeat steps 6 and 7 for "C".
    17.) Click the "Create" button.
    18.) Click the "Add this list to the current page" link.
    19.) Specify the region information for the menu and click "Next" button.
    20.) Click the "Create List Region" button.
    Mike

  • How To Create Drop Down Menu With Tab

    hi
    How To create Drop Down Menu with tab in Header of application like website Horizontal Dropdown Menu In html.
    Thanks
    Manoj
    Edited by: Manoj Kaushik on Dec 30, 2009 4:16 AM

    Try the Apex forum {forum:id=137} someone there may have an answer.
    Which version, that could be important, XE out-of-the-box has apex 2.1 if it hasn't been upgraded to 3.x

  • How to create Drop Down box in screen painter..??

    Can anybody give me sample code or detailed description about creating Drop-Down Box in a screen...??
    I have created the drop down box in screen..
    But how to make data to be visible in Dropdown box, when i click the drop icon in that box...???
    Regards
    Pavan Sanganal

    Here are couple of DEMO programs for the same functionality
    DEMO_DROPDOWN_LIST_BOX       
    DEMO_DYNPRO_DROPDOWN_LISTBOX 
    You execution sequence will be PBO - Process before output, then the screen is displayed and the PAI Process after input.
    Regards,
    Ravi
    Note : Please mark all the helpful answers

  • What's the best way of creating drop down menus on CS3?

    Hi people,
    I'm using CS3 now. I used to build drop down menus in
    fireworks, but now with CS3 theyre a bit glitchy and I have
    problems centering the page, as fireworks CS3 now generates CSS for
    each menu - (dreamweaver also gets confused which CSS to use?)
    Is SPRY menus the way to go now? It looks quite time
    consuming styling them with CSS? I quite like using rollover
    images, is this going to make life hard doing it the SPRY way?
    Any tips or advice would be appreciated before I start.
    Whats your experience of SPRY shall I go for that or stick to
    something more tradional?

    "BeardedFlipFlop" <[email protected]> wrote
    in message
    news:f73k74$ko4
    >
    > Is SPRY menus the way to go now? It looks quite time
    consuming styling
    > them
    > with CSS? I quite like using rollover images, is this
    going to make life
    > hard
    > doing it the SPRY way?
    It's not really all that time consuming if you have an
    understanding of
    CSS... the stylesheet that is used for the Spry menus is
    fully commented
    (thought it could be better explained in some cases), but
    once you
    understand what each section does and how to make the style
    change it's not
    that difficult.
    Otherwise, go with the tutorial already posted.
    Nadia
    Adobe® Community Expert : Dreamweaver
    CSS Templates |Tutorials |SEO Articles
    http://www.DreamweaverResources.com
    ~ Customisation Service Available ~
    http://www.csstemplates.com.au
    Spry Widget Examples
    http://www.dreamweaverresources.com/spry-widgets/

  • Is there a way to create drop down menus in IWeb

    I want to have drop down menus from the main ones on my website.
    How do I do that?

    This is the code I use in the html snipet
    <script language="JavaScript">
    <!--
    function getSelect(s) {
    return s.options[s.selectedIndex].value
    //-->
    </script>
    <select name="list" size="1" onChange="window.top.location=getSelect(this)">
    <option value="#">Select A Year</option>
    <option value="http://web.mac.com/gartside1104/Photoyears/1960.html">1960</option>
    <option value="http://web.mac.com/gartside1104/Photoyears/2008.html">2008</option>
    </select>
    Obviously you'll need to change certain parameters for your own use.

  • How to change Drop-down Menus position?

    Is it possible to change the position of side Drop-down
    Menus?
    Captivate default setting is limit to Left/Middle/Right
    only....
    and It's just not fit my background design......
    it's really ridiculous....Now I force to change background
    design just to suit the Menus title...
    Do I miss something in setting a Menus??
    Thanks¬¬
    PS:
    How did the captivate overview demo do a Menus in such a
    complicated way???
    http://www.adobe.com/products/captivate/overview/

    Lulu,
    Captivate does indeed restrict where you can place the menu
    (Top Left, Top Center, or Top Right). Perhaps someone else has
    figured a way around this, but I am afraid I have no options to
    offer.
    As for the menus you are seeing on the presentation for the
    Captivate Overview, this bit of magic is done using Adobe Presenter
    and not Captivate itself. Adobe Presenter is a tool geared
    specifically for turning PowerPoint presentations into something
    much more. The info on Presenter can be found at:
    http://www.adobe.com/products/presenter/

  • Creating drop down menus in JSP using custom tags

    Hi, i am working on a JSP which has custom tags for displaying menubar and menus, now i want to have these menus converted into drop down menus, and the submenus displayed onmouseover event. I am getting solutions with pure html page calling javascript functions.But i dont need this, i want the work done by my TagHandler class which sends the output to output stream, which in turn is transformed in to actual HTML by a XSLT embedded in my JSP.
    Please help as i am new to custom tags, and desperately in need of help.
    If possible give some sample code or useful links.
    I will be highly grateful.
    Thankx in advance

    that's fine, but the tag has to, ultimately, generate the HTML/Javascript stuff like you've already seen.

  • How to create drop-down menu with transparency

    Hello,
    Is it relatively easy to create drop-down menu's with
    transparent drop downs? Any step by step help would be greatly
    appreciated.
    I thank you in advance,
    Jaz

    jasperjaz schrieb:
    > Looks like some cool stuff. However, nothing on drop
    downs
    >
    Take a look at "Creating Animated Buttons". The Tweening of
    the text to
    the right and changing the color perhaps could be replaced or
    appended
    by your drop-down-needs? The Drop-Down is another Animated
    Button!?
    Bye
    Klaus

  • Creating drop down menus

    Since Flash catalyst does not have a drop down component, does any one know how to create one.
    For example a horizontal menu you get in a application?
    Would be most grateful for any advice.
    Regards
    Josh.

    Hi Chris
    I have created  the first custom combo box which has a button and a datalist. This  show's my file drop down menu. Now I want to create custom components  for each menu item: Edit menu, View menu and so on... that will be a  total of 9 custom drop down menu components. Is it now possible to put  all these components within another custom component to create a  navigation bar, for eaxmple the Microsoft word top menu?
    Then with the datalist items in each component transitions to a state to show content in the main window.
    Is it possible to do this interface in Flash catalyst.
    Regards
    Josh.

  • How to edit drop down menus in Contribute?

    When I get to a page on my site with drop down (or jump) menus, there doesn't seem to be any way of editing these in Contribute. Anyone know how to do this?

    Hi,
         If you have used Spry widgets (like Menu bar widget), then, you can edit the menus within Contribute CS5 itself. But if you are using any other way like a script based or 'form action' then, within Contribute you cannot edit such menus. You can choose to edit such web pages in an external application (like Dreamweaver, Textpad, or Notepad) by clicking Ctrl+Shift+E, and the web page will be opened in that editor. You can make changes there, save it, and publish the web page in Contribute.
    Hope this helps.

  • How to create drop down div

    Hello all,
    I have no idea how to describe what I am asking besides the term "drop down div".  Though I am not sure if that is the correct term. 
    I have been tasked to create a quiz similar to the one linked below. 
    Bioenergy Quiz
    The two elements of this quiz that have me stumped are below.  Any help you can provide will be greatly appreciated.  Thank you. 
    1) How to set up the drop down div functionality?
         So when the "Start Quiz" button is clicked, the content for the Question 1 is added to the bottom of the content for the Bioenergy Quiz title.
    2) How is the focus changed to the new content?
         How is the functionality set up to go down to the bottom of the page to show the new content?

    Hi Charles,
    Here is a case. A drop down list can be created using the select tag.
    You can open a new file and copy and paste this code.
    1) creationComplete panel:
    var optionTags = "<option>Title</option><option value='case1'>first Case</option><option value=case2>second Case</option><option value='case3'>third Case</option>";
    sym.$( "<select id='options' title='Please one choice'>"+optionTags+"</select>" ).appendTo( "#Stage" );
    sym.$("#options").css({ "cursor":"pointer", "position":"absolute", "top":"20px", "left":"20px","width":"100px"});
    2) compositionReady panel:
    var userChoice = function(){
      switch( sym.$("#options").val() ){
      case "case1":
      //add code here
      console.log("case1 selected");
      break;
      case "case2":
      //add code here
      console.log("case2 selected");
      break;
      case "case3":
      //add code here
      console.log("case3 selected");
      break;
      default:
      //add code here
      } // switch
    } // userChoice  function
    sym.$("#options").change( userChoice );
    It returns using Safari 8:
    Note: jQuery is required.

  • How to create Drop-Down with Function Module REUSE_ALV_GRID_DISPLAY

    Hi Experts,
    I have used Reuse_alv_grid_display function module in my report for ALV output. I have a requirement to add drop down in one cell of my output. I have searched but all are suggesting through OOPS programing that I can not use.
    If it is possible with the given scenerion , please help me how to write the code for it?
    Thanks a bunch in advance.

    Hi,
    You can check demo programs:
    BCALV_EDIT_06
    BCALV_EDIT_07
    Hope it helps
    Regards
    Mansi

Maybe you are looking for