Help creating drop down menus identical to this site

http://www.nike.com/us/en_us/
My client wants the drop downs on their site to be the identical look and feel as http://www.nike.com/us/en_us/
Can Muse accomplish this and how?

Sure, here you go this widget from Musegrid will get you going.
http://www.musegrid.com/adobe-muse-widgets/menu-pack-one

Similar Messages

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

  • 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.

  • Drop down section like on this site needed

    how is the window drop down feature on the following site
    done?
    http://software.groupbrowser.com/
    in the far right of each section is the triangle pointing
    upwards, that is clicked to open the section.
    looked at the source but no idea.
    hope someone can help us.
    thanks

    You could use something like this:
    http://www.dwfaq.com/store/detail/?id=DWfaqToggle
    (commercial)
    or look at the swapclass / multiclass from pvii.
    Nadia
    Adobe� Community Expert : Dreamweaver
    http://www.csstemplates.com.au
    - CSS Templates | Free Templates
    http://www.perrelink.com.au
    - Web Dev
    http://www.DreamweaverResources.com
    - Dropdown Menu Templates|Tutorials
    http://www.adobe.com/devnet/dreamweaver/css.html
    > <a target=_blank class=ftalternatingbarlinklarge
    > href="
    http://software.groupbrowser.com/

  • Creating drop down menus that change dependant upon previous menu

    I need to create a drop down menu and then have the next drop down change its content based on the selection in the previous menu
    Would anybody have any code that I could play around with that would help me achieve this?
    Thanks!!
    Mark

    Hi Mark,
    This should get you close:
    Create a .cfc call it product, as in save as product.cfc
    You'll need to change the datasource name and the FROM clause below on both queries.
    <cfcomponent output="false">
        <cffunction name="getProduct" access="remote" returnType="query">
            <cfset var data="" />
              <cfquery datasource="yourdb" name="data">
                SELECT product_uid,product_title
                FROM yourtable
            </cfquery>
            <cfreturn data>
        </cffunction>
        <cffunction name="getSubProduct" access="remote" returnType="query">
            <cfargument name="product_uid" type="numeric" required="true">
            <cfset var data="" />
            <cfquery datasource="yourdb" name="data">
                SELECT sub_uid,sub_title
                FROM yourtable
                WHERE sub_product_uid = #ARGUMENTS.product_uid#
            </cfquery>
            <cfreturn data>
        </cffunction>
    </cfcomponent>
    Imbed this in your your cfm page:
    <cfselect
        name="Product"
        bind="cfc:product.getProduct()"
        style="width:387px;"
        size="1"
        multiple="No"
        required="No"
        display="product_title"
        value="product_uid"
        bindonLoad="True">
    </cfselect>
    <cfselect
        name="Sub Product"
        bind="cfc:product.getSubProduct({product_uid})"
        style="width:387px;"
        size="1"
        multiple="No"
        required="No"
        display="sub_title"
        value="sub_product_uid">
    </cfselect>

  • 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.

  • Help creating drop down nav bar

    Hi. Can anyone pls advise what software I use to create a
    drop down nav bar like that which is at the top of the adobe
    homepage. I have Dreamweaver MX, Flash MX 2004 and Fireworks MX.
    Will any of these do the job or do I need something else?

    Try the menu systems from Project Seven.
    http://www.projectseven.com
    alex
    tonyvw wrote:
    > Hi. Can someone pls advise me which software to use/to
    learn to create a drop
    > down navigation bar at top of my web page, like the one
    at top of adobe's home
    > page. I have Fireworks MX, Flash MX and Dreamweaver MX.
    >

  • Create drop-down menus in Captivate 4

    I need your help!
    I need to create a dropdown menu in Captivate! It's supposed to be used in a simulation, not a quiz! Is it possible to create this in a Captivate simulation?
    Thanks!

    Hi there
    Normally we pause slides by inserting a Click Box. You may configure them with no action if you like.
    My own experience shows that the widget does set variables. But how they work is a bit on the iffy side. Perhaps another author will offer more insight on this aspect.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Drop Down Menus on different browsers

    Hi. I am a teacher and I'm making a website for my school. I just learned how to create drop down menus using html code. I checked the website on Firefox, Safari, and even Opera. Everything looks great, except for Internet Explorer. The menu at the top looks totally funky! It's in the wrong direction, the pictures are missing, etc. In addition, other things look messed up as well. Please check it out...
    http://nestleweb.com
    Why is this happening? I know that many people use IE, so it has to look right on this browser. Any suggestions?

    I did the same thing. I provided links on the homepage so users would not use IE. But the problem is... once a user goes to IE and sees the menus and the page all messed up, he/she might just give up and not even scroll to the bottom to see the browser recommendations. I just received an email telling me that the website was messed up for a visitor.
    Just venting...I am a teacher that's making the school website. Now, in my own classroom, I can tell and train my students and parents to use FF, but it's out of my control for the rest of the school and any other visitors. I'm just frustrated with the situation because everything takes so much time to make and then it looks horrible on IE! Thanks for your post. It helps to know I'm not the only one!

  • Drop down menus contribute 6.5

    How do I create drop down menus for my website in contribute 6.5?

    This can be achieved through the new feature of Contribute "Insert Widget from Adobe Widget Browser". Please refer to http://help.adobe.com/en_US/contribute/using/WS7aa5ed367710fbce-151564b8137e61c07b9-8000.h tml

  • Drop down menus vs. active X

    I'm trying to build drop down menus for a commercial site.
    I followed a (non Adobe) tutorial for directions using spry. The menus look fine BUT when I go to test the page I get the old Active X block from IE. Now, I can certainly remove it but It won't do to have most users visiting the site have to worry about that.
    I've looked into some CSS based menus, but haven't quite figured all that out.
    Any recommendations for creating dropdown menus that
    - doesn't require me to become a programmer
    - is not likely to experience roadblocks like the one suggested above
    - is stable across most browers
    - allows for some creative customization (this is the least important requirement).
    Any suggestions?
    Thanks in advance
    Drew

    Yeah, I saw that when I logged back in to the discussion. Yikes! Thanks
    for the heads up.
    You should also be aware that your email is automatically attaching your
    personal contact details for spammers to harvest. If replying by email,
    use a modified signature, or - better - no signature at all.

  • Drop down menus in CS4

    To be specific, would these drop down menus on this page
    http://www.flashden.net/category/flash/menus-buttons/horizontal-menus
    work in CS4?
    Cam Flash CS4 create drop down menus without getting into
    scripting? If so, is it like DW? Want to do a site like this
    http://www.theswag.com/about.htm
    Thanks.
    SH

    shoutzager wrote:
    > Was wondering if Flash CS4 can create drop down menus
    without getting into scripting? If so, is it like DW? Want to do a
    site like this
    http://www.theswag.com/about.htm
    Thanks.
    >
    > SH
    No it can't.
    It's just like regular flash with the ability to design every
    single element from scratch,
    it is not Power Point ;)
    The new features are more for Time line oriented design but
    nothing too major. I have been
    playing for a while and with all honesty, because I don't
    code in AS 3.0, I don't find it useful
    and I move back to Flash 8 Pro.
    Best Regards
    Urami
    "Never play Leap-Frog with a Unicorn."
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • Drop down menus in MX

    I have Dreamweaver MX, can I create drop-down menus without
    an outside extention or software? If not, what is a good one to
    use? In CS4, can Spry do that for you?

    > can I create drop-down menus without an outside
    extention or software?
    Yes, but only if you know how to do it without using this -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    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
    If your needs are more robust than that simple tool provides,
    then you will
    not go wrong with others of the menu systems provided there.
    I use
    PopMenuMagic on about 90% of the sites I build. The only
    reasons that
    number is not 100% is a) some simple sites just don't need
    them, and b) some
    sites require a different approach. Again, for what it's
    worth, for those
    sites that require a different approach, I just use a
    different PVII
    menu....
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "sbruem" <[email protected]> wrote in
    message
    news:gogvfm$nlr$[email protected]..
    >I have Dreamweaver MX, can I create drop-down menus
    without an outside
    >extention or software? If not, what is a good one to use?
    In CS4, can Spry
    >do that for you?

Maybe you are looking for

  • Personal File Sharing & Network in the Sidebar

    I have had the same symptoms as other posts; but the real answer was not given, YET. If you use the Network icon in the Sidebar, and you move between networks, Where or How do you Refresh the Finder? Rebooting or Shutdown is not the answer. Windows N

  • Cfimage and crop with direct links

    Hello, I need some advice.. I want to have users reference images from my site but only certain sections (IE: http://somedomain.com/getimg.cfm?ID=123&section=1).  Below is the code I have but it only outputs a variable like coldfusion.image.Image@174

  • Adobe Reader XI is not starting

    The download and the installation went fine. But trying to open a pdf file, or even trying to launch the reader from start section are not working. What I see: The manual launch of the reader brings up the reader window with grey background, but this

  • Rectangle purple/pink shade covering the screen on white backgrounds.

    Hi,Travis here.I have just one question to ask.I've been using my iPhone 5s for quite some time now.But now I did notice when i use safari or like white backgrounds,I noticed that there is a rectangle pink/purple shade on the screen.It is not a big i

  • In DB02 tcode while clicking on data it is not appear

    Hi All, I want to see tablespaces growth from last 2 months. When i am using tcode DB02. In history->database and tablespaces, here i am trying to give date, it is not appear. I want to see paticular period. Regards, jhansi.