I need vertical drop down menu

I need plugin vertical drop down menu for DW mx! Must be such
that drops or spreds only down, not right or up!
Can everyone know where I can get it?

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.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"yazbar" <[email protected]> wrote in
message
news:felgkm$rc2$[email protected]..
>I need plugin vertical drop down menu for DW mx! Must be
such that drops or
>spreds only down, not right or up!
> I can swap 10 for 1 skripts (format *.js).

Similar Messages

  • Cs4 vertical drop down menu button malfunctioning

    I need some help please.  My vertical drop down menu buttons have started to get small when you hover over them. They have been working great for over a year and now have started to do this. I don't know how to help the situation. gobhi.org
    thanks!

    That's because you have set the font-size to 18% on hover & focus.  Change it to 100%.
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
        color: #FFF;
        font-size: 18%;
        font-size:100%;
    Nancy O.

  • Spry Vertical Drop Down Menu- Links Moving about!

    Hi Everyone.
    I wondered whether anyone might be able to tell me what I am doing wrong?
    When I go to create a spry vertical drop down menu using images instead of text as the links - all of my links jump slightly to the right. Or, in the case of sub-menus - slightly down.
    I have put together a dodgy example below. I don't understand why it is moving the images around.. What am I doing wrong?
    Apart from removing the original text and pressing insert > image object > rollover image - I have not changed any significant settings on the spry menu.
    Edit: I have also tried adding "position: absolute;" tags to the spry coding, but it hasn't made any difference.

    Please let me know how you can post code?
    -jrntmd8r88

  • Vertical drop down menu with effects possible?

    So I have a newbie question. I am using spry 1.6 in DW CS3
    and I need a vertical navigation menu in the left column with
    sub-navs that drop down in the same column (not fly out).
    Should I use the spry menu or other spry widget to do this?
    and can I incorporate a spry effect like slide into the menu?
    I am playing around with this but have not found the right
    combination yet.

    Hi,
    if I well understand your request, you should do the
    following:
    - insert in page a Spry Vertical MenuBar widget
    - go in SpryMenuBarVertical.css file to this rule:
    ul.MenuBarVertical ul and change the margin property from: margin:
    -5% 0 0 95%; TO margin: -5% 0 0 0%;. This will make the submenu to
    display right over the items from first level.
    If I wrong understood your request please give us a page
    where to see what you need and we'll let you know how to achieve
    the desired behavior.
    Thanks,
    Diana

  • I need help. how to make vertical drop down menu

    I need help. I want on my site to make navigation as such on this site http://www.website24.eu/einstieg/. if you can help me and explain how?

    like this http://www.jqueryrain.com/?3khGEoMY

  • Vertical Drop Down menu works but..

    The menu works ok on IE 9 but somehow on the other browsers (google chrome, firefox) whenever I hover my mouse down the menu, the sub menus does pops out but it just stays put whenever I continue to go down. I need help please, thanks.
    http://www.rodriguezstudios.com/division9/
    <div id="block1"><div id="navigation">
    <div class="nav">
    <ul>
    <li>
    <a href="index.html">Home</a>
    </li>
    <li>
    <a href="aboutus.html">About Us</a>
    </li>
    <li>
    <a href="products.html">Products</a>
    <ul>
    <li><a href="carpet.html">Carpet</a></li>
    <li><a href="ceramic.html">Ceramic + Stone Tile</a></li>
    <li><a href="resilient.html">Resilient</a></li>
    <li><a href="hardwood.html">Hardwood</a></li>
    <li><a href="laminate.html">Laminate</a></li>
    <li><a href="matting.html">Matting + </a></li>
    <li><a href="accessories.html">Accessories</a></li>
    </ul>
    </li>
    <li>
    <a href="services.html">Services</a>
    <ul>
    <li><a href="design.html">Design Support</a></li>
    <li><a href="estimating.html">Estimating</a></li>
    <li><a href="project.html">Resilient</a></li>
    <li><a href="hardwood.html">Project Management</a></li>
    <li><a href="installation.html">Installation</a></li>
    <li><a href="refresh.html">Refresh</a></li>
    <li><a href="maintenance.html">Maintenance</a></li>
    </ul>
    </li>
    <li>
    <a href="install.html">Install</a>
    <ul>
    <li><a href="corporate.html">Corporate</a></li>
    <li><a href="retail.html">Retail</a></li>
    <li><a href="project.html">Resilient</a></li>
    </ul>
    </li>
    </ul>
    </div>
    </div>
    #navigation{
              position:absolute;
              width:165px;
              height:372px;
              margin: 0px 0px 0px 58px;
              background-color:#ff6501;
    .nav ul, li, li li{
              margin:0;
              padding:0;
    .nav{
              width:165px;
              height:30px;
    .nav ul {
              light-height: 25px;
              z-index:1000;
    .nav li{
              list-style:none;
              position:relative;
              background:#ff6501;
    .nav li li{
              list-style:none;
              position: relative;
              background:          #ff6501;
              left: 165px;
              top:-27px;
    .nav ul li a{
              width:165px;
              height:30px;
              display:block;
              text-decoration:none;
              text-align:center;
              font-family:Calibri;
              color: #fff;
              border: 1px solid #eee;
    .nav ul ul{
              position:absolute;
              visibility:hidden;
              top:27px;
    .nav ul li:hover ul{
              visibility:visible;
    .nav li:hover{
              background-color:#f39355;
    Your assitance would be greatly appreciated

    Hi there,
      The menu goes away after I mouse out on Safari, Chrome, and Firefox (running osx) Have you tried clearing your cache on those browsers?

  • Spry Vertical Drop down Menu

    Help my vertical menu bar won't expand.  I am using Dreamweaver CS3
    I have to figure out a way to show you code I'll be back.
    Home                 
    Memberships                         
    Committees
    Board
    Staff
    News & Events                       
    Event Calendar                           
    Regional News
    Youth Council Events
    Services                       
    Business Services
    Current Funding
    Resources
    Job Seekers                         
    Career Centers
    Service Providers
    Links
    Contact Us

    Please let me know how you can post code?
    -jrntmd8r88

  • Help Needed with Drop Down Menu/Nav bar

    Hello,
    I am trying to obtain an effect such as the one at this page:
    http://www.whitehouse.gov/
    When you put the mouse on the links above such as "The
    Briefing Room" or "The Agenda" a drop menu appears with a series of
    links. How does one do that? I haven't been able to figure it out.
    If someone could be so kind to help, I'll truly appreciate
    it.
    Thanks,
    Joel

    It's done with CSS and HTML.
    Tutorial:
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    To get it done fast, look at the Pop Menu Magic extension for
    DW
    http://www.projectseven.com/
    Nancy O.
    Alt-Web Design & Publishing
    www.alt-web.com

  • Need help formatting Spry drop down menu

    FYI, I'm using CS3 on a Mac.
    I'm working on a full CSS layout of a page in a site. OK, not
    full CSS, I have a table controlling the text in the main content
    area. I need a drop down menu for this page, so I inserted a spry
    menu bar for the page navigation. *phew*! The learning curve on
    that is killing me! :) Just trying to get the menu items spread out
    ("full justify") has take me forever. I'm still having some major
    issues.
    Can someone tell me which styles to adjust to fix the things
    below? I think I have fixed most of it, but can't figure out these
    items:
    1. I want the sub menu items to have normal font weight (but
    the main menu items should remain "bold"
    2. I want the sub menu items' background to extend at least
    past the end of the item. With some of the longer items, the
    background is cut off.
    3. I want the border back around the sub menu items. It was
    there originally, but I some how removed it and can't get it back.
    I don't want a border around the main menu items.
    4.
    Most importantly! The sub menu items don't line up
    vertically in IE on my PC. They fall into several horizontal rows
    that run off the side of the page - almost impossible to use!
    5. Oh, and I almost forgot, the submenu is now showing up all
    the way on the left side of the page. It should be directly below
    the "Participating Farms" link.
    This is the page:
    http://www.nectfarmersmarket.org/farmse.html
    Thank you!

    Can anyone tell me if this is the right place for this
    thread?
    Thanks,

  • Need help with Drop Down Menu _ URGENT!!

    Hello -
    I'm new to Dreamweaver. I actually have an old version
    (Dreamweaver MX 2004).
    I'm updating a website for work and this needs to be done as
    soon as possible so I'd appreciate if anyone can be so kind as to
    shed light on ANYTHING. =/
    This is what I need:
    I need a drop down menu; when a selection is chosen, I need
    information regarding that selection to appear on the bottom of the
    page. (I am working off an Excel sheet - it has list of service
    descriptions along w/ the unit price, frequency & other fields.
    So If I chose "database hosting" off the drop down list,
    information would be generated (ie. it's corresponding unit price,
    frequencies, etc.)
    I've attached an example of a code but I cannot use that code
    (which has JavaScript) to tweak what I need exactly.
    I am VERY new to this so if anybody can help be out I would
    GREATLY appreciate it.
    Thanks!!

    >I buy all their stuff as it
    > is excellent.
    Double Ditto!
    Walt
    "Paul Gillard" <[email protected]> wrote in
    message
    news:gedcoi$d65$[email protected]..
    > Hi
    > To be honest, the very best thing you can do is to get
    hold of a DW
    > extension
    > from
    http://www.projectseven.com
    and then you will be able to have a
    > completely
    > editable 'easy to implement' drop-down menu system! I
    buy all their stuff
    > as it
    > is excellent.
    >
    > Cheers
    > Paul
    >

  • MENU CC 2014 DROP DOWN MENU

    First / thank you for your patience with this obviously stupid question ...but
    I have tried to make unsuccessfully a drop down menu in both Muse and Edge to use within Muse a  > vertical > top down <not bottom up>  menu.
    In the new iteration of Adobe 2014 design / they now have my much craved vertical drop down menu.
    Free Edge Animate CC | Download Adobe Edge Animate free trial
    So, might there be some kind person who  can point me to say, easy peasy lesson, script, downloadable file, video, you get the idea.
    Thanks
    bob

    I can give a few suggestions on Photoshop CC 2014, but Lightroom is a separate forum and you should ask Lr questions there.
    First close Photoshop.
    Then start Photoshop by double-clicking on it's icon and very quickly after that, hold down the ctrl-alt-shift keys until you see the reset dialog. answer "Yes" to delete settings, and let Photoshop continue to load.
    It's tricky to do and may take a few tries, but at least it should reset Photoshop CC 2014 to defaults.
    Gene

  • Creating vertical drop down list in oracle apex.

    Hi All,
    Am using Oracle Apex 4.2 version. I want to create a vertical drop down menu.So, for that  I have created a list with parent and child entries. But I dont know what to do after that.
    Kindly help me in doing this.
    Thanks,
    Sravanthi.

    refer following link
    Grassroots Oracle: CSS pull down menu using APEX List
    or use enkitec plugin
    Enkitec : Products : Plug-ins : Details : Help

  • Can't find the right drop down menu tutorial I'm looking forr

    HI I'm trying to build a vertical drop down menu with five
    buttons. the third button will have three options that are revealed
    on rollover. The three options are revealed as the bottom two
    buttons move down the stage and then move back again on roll out of
    the third button. I hope this makes sense and that someone can
    help. Any tutorials? Advise? Many Thanks

    It's not under Security tab...Click on the Wireless tab and then Wireless Security subtab and you will see the drop down menu where you can select WEP/WPA...

  • Drop down menu don't work!

    Help me please!!!
    What is wrong with that AS2 drop down menu (flash8)?
    I want to make a button stay in its down state when it's clicked, and I did it for the MC buttons "Objectivity" and "Publications", but not for MC button  "Fotography", that trigger the vertical drop down menu. I also want that the MC buttons "Objectivity and "Publications" make the "vertical drop down menu" reverse for it's original state (hide).
    P.S. Of course, I want all the MC buttons link to their respective URL's.
    Sorry for my english and annoying newbie questions!
    Thank you very much!!!
    Cagalhoto
    Download file: http://rapidshare.com/files/415149494/menu_test.fla

    it's not likely anyone will download and correct your files.  most of us offer free help here but there's a difference between doing someone's work for them (and we do that too, but when we're hired) and helping someone do their own work.

  • It won't let me share my movie. Nothing happens when I click "share" or even in the drop down menu. I don't get options. HELP! I need this video by tonight!

    I have worked with iMoive a ton and have never had an issue. I consider myself pretty computer savvy. This new iMovie is not my friend. It will not let me share my new video. I click on the project and click "share" like it says but I don't receive any further prompt. It literally does nothing. I tried the drop down menu and I see the "share" with an arrow indicating there are options but no drop down menu appears. I need this video by tonight to submit for work. HELP!

    I got it to share! No reloading iMovie!
    I do not have Mackeeper on my laptop
    I have the movie files on an external hard drive
    1. Close out iMovie
    2. Eject the external hard drive
    3. Start up iMovie
    4. Plug in the external hard drive
    5. Go into finder and double click on the folder containing the movie
    6. Select the movie as if to edit
    7. Share it!
    I hope this works for you too

Maybe you are looking for

  • MacBook and 10.6.8 wifi issues

    I have a MacBook 1,1 and still encounter connectivity issues with my WiFi when I attempt to upgrade to 10.6.8 I have re-installed 10.5.8 and have absolutely NO problems with WiFi connectivity, however, when I install 10.6.8 I cannot remain connected.

  • How do I transfer non-iTunes purchases from an iPhone to iTunes on my MacBook?

    Hi, My girlfriend has an iPhone with lots of music on that is ripped from CDs and synced using a computer she no longer has access to. How do I transfer this from the iPhone to an iTunes account on my MacBook Pro. Thanks!

  • Trouble with captivate trial download for mac

    im trying to download the trial version of captivate on my mac, the akamai netsession interface is now on my desktop, i go through installation, it makes that happy sound and says the installation was successful, but nothing actually happens, no new

  • 5800 email set up problem

    error message - "service provider unknown. check email address." The phone doesn't recognise sky.com as an email provider.  How do I get round this ?

  • Is it possible to change the country in the podcast app?

    I was wondering if it's at all possible to browse podcasts from other countries? For example, I'm learning Swedish and would like to listen to native podcasts, but if you search the word 'swedish' all you get is How to learn ones in English....Any id