CSS Matrix Menu

Hi all,
I have been trying to get a css matrix menu to work, but for
one reason or the other it only works in Apple Safari. In Firefox
and all other browsers only the active tab is showing up and in IE
there is nothing at all.
The test-site can be found at:
http://boothuren.squawkdesign.com/html/#
The css code for the menu is attached at the bottom...
Thanks, dl33

"MikeMedia2" <[email protected]> wrote in message
news:e2o2d1$na1$[email protected]..
>I have cobbled together a CSS/JavaScript menu, based on
the Vertical
>Expanding
> Menu by ?alsacreations.com?
>
http://tutorials.alsacreations.com/deroulant/menu-vertical.htm
>
> I was foolishly distracted in simply constructing a
pretty menu
> without
> considering the fundamental necessity of being able to
edit just ONE
> menu for
> the entire site rather than all the pages in the site.
>
> How do I establish this menu to operate as an
independent file? Are
> there
> instructional sites available?
Hi Mike,
The following tutorial from our PMM user guide was designed
for our menu
system, but the techniques are similar enough that it should
also work
for your menu.
http://www.projectseven.com/products/menusystems/pmm/user_guide/site_wide/includes/index.h tm
Al Sparber
PVII
http://www.projectseven.com
"Designing with CSS is sometimes like barreling down a
crumbling
mountain road at 90 miles per hour secure in the knowledge
that repairs
are scheduled for next Tuesday".

Similar Messages

  • WAD - Possible to embed RRI commands in CSS style menu?

    I'm not content with the standard web item options in WAD and was hoping I could create my own menu using CSS style commands and then embed the BI:ACTIONs within the list links.  Is this possible?  I've got the list created within WAD, but can't find anything out there on how and what BI commands to embed.  Any help or alternative suggestions appreciated.  Thanks.
    Ivano

    FYI, I found one simple way to do this.  You can use the web item "Link", define the RRI or other set of BI actions you want to perform within that in the Layout side of WAD.  Then, within the XHTML portion you can cut this relevant snippet of BI command code and place it under the CSS-style menu you're trying to create.  In my exmaple, I styled a drop-down list and was able to have this as action as a link within the sub-menus.  For example, here's the list portion:
    <ul >
                            <li >
                                <bi:LINK_ITEM name="DISTRIBUTIONMETRIC" designheight="23" designwidth="200" >
                                    <bi:TEXT_CONTENT value="Distribution Metric" />
                                    <bi:ACTION type="CHOICE" value="INSTRUCTION" >
                                        <bi:INSTRUCTION >
                                            <bi:RRI >
                                                <bi:TARGET_DATA_PROVIDER_REF value="%NM%" />
                                            </bi:RRI>
                                        </bi:INSTRUCTION>
                                    </bi:ACTION>
                                </bi:LINK_ITEM>
                            </li>
                            <li >
                                <a href="#" >Volume Metric</a>
                            </li>
                            <li >
                                <a href="#" >Marketshare</a>
                            </li>
                            <li >
                                <a href="#" >Standard Operating Reports</a>
                            </li>
                            <li >
                                <a href="#" >MPS Reports</a>
                            </li>
                        </ul>
    Edited by: ivanoharris2 on May 12, 2010 10:20 PMd

  • Css tab menu (don't work in firefox)

    Ok i have a css tabbed menu that we use at this site take a
    look.
    WebSite .
    It works perfect in IE but firefox is different.
    Any idea on how i can get the same effect in firefox.

    Is it Groundhog day?
    "Pablo" <[email protected]> wrote in message
    news:eviqmt$ntd$[email protected]..
    > Often often :)
    >
    > --
    >
    > "Murray *ACE*" <[email protected]>
    wrote in message
    > news:evipb1$m3j$[email protected]..
    >> Often.... 8)
    >>
    >> --
    >> 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
    >> ==================
    >>
    >>
    >> "@ndyB" <[email protected]> wrote in message
    >> news:eviol2$la2$[email protected]..
    >>> Is there an echo in here :o)
    >>> Lol
    >>>
    >>>
    >>> "Murray *ACE*"
    <[email protected]> wrote in message
    >>> news:evinum$kfa$[email protected]..
    >>>> The stylesheet has an error in it, as
    pointed out by Andy....
    >>>>
    >>>> --
    >>>> 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
    >>>> ==================
    >>>>
    >>>>
    >>>> "dayv2005"
    <[email protected]> wrote in message
    >>>> news:evinrr$kbu$[email protected]..
    >>>>> its weird if i embed the stylesheet into
    the page then it works fine
    >>>>> but im referencing a style sheet and it
    wont work fine.
    >>>>
    >>>>
    >>>
    >>
    >>
    >
    >

  • CSS Rollover Menu with Images and Current Page Indicator

    Hello.
    I have found a very interesting video here: http://www.youtube.com/watch?v=vv8cRYGCvIY about creating a CSS Rollover Menu with Images and Current Page Indicator (I tested it and it is working fine).
    I have a web site with 15 pages based on a template and I want to use that video sample to do the same thing on my web site.
    Please tell me if I can use the sample from the link above to do that.
    What should I change in the css file (what new class should I make) to make this work on a web site based on a template  ?
    Thank You !

    I don't know about that video tutorial but a sitewide persistent menu indicator ('you are here' highlighting) is very simple to do with CSS classes.
    Details and code examples below:
    http://alt-web.com/Articles/Persistent-Page-Indicator.shtml
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • CSS/JavaScript Menu

    I have cobbled together a CSS/JavaScript menu, based on the
    Vertical Expanding Menu by “alsacreations.com”
    http://tutorials.alsacreations.com/deroulant/menu-vertical.htm
    I was foolishly distracted in simply constructing a pretty
    menu without considering the fundamental necessity of being able to
    edit just ONE menu for the entire site rather than all the pages in
    the site.
    How do I establish this menu to operate as an independent
    file? Are there instructional sites available?
    Currently, my html is structured as follows:
    1) <SCRIPT type=text/javascript>
    JavaScript function declaration
    2) <STYLE type=text/css>
    Detailing design features of the menu
    3) <BODY>
    The actual menu with links
    The menu that currently exists on the site is a Xara Menu
    with a .js file that I have edited when needed.

    "MikeMedia2" <[email protected]> wrote in message
    news:e2o2d1$na1$[email protected]..
    >I have cobbled together a CSS/JavaScript menu, based on
    the Vertical
    >Expanding
    > Menu by ?alsacreations.com?
    >
    http://tutorials.alsacreations.com/deroulant/menu-vertical.htm
    >
    > I was foolishly distracted in simply constructing a
    pretty menu
    > without
    > considering the fundamental necessity of being able to
    edit just ONE
    > menu for
    > the entire site rather than all the pages in the site.
    >
    > How do I establish this menu to operate as an
    independent file? Are
    > there
    > instructional sites available?
    Hi Mike,
    The following tutorial from our PMM user guide was designed
    for our menu
    system, but the techniques are similar enough that it should
    also work
    for your menu.
    http://www.projectseven.com/products/menusystems/pmm/user_guide/site_wide/includes/index.h tm
    Al Sparber
    PVII
    http://www.projectseven.com
    "Designing with CSS is sometimes like barreling down a
    crumbling
    mountain road at 90 miles per hour secure in the knowledge
    that repairs
    are scheduled for next Tuesday".

  • Adding a link to a CSS Dropdown Menu

    Hello all:
    I am fairly new to the world of CSS and am having some
    trouble. I found a CSS menu online and styled it to look correctly.
    But now I need to add some functionality to it and can't quite get
    my head around how to do this (trial and error has not been working
    =)
    If you take a look at the following link, I would like to
    creat a link out of each of the big square buttons. "Specials",
    "Chicago Souveniers", etc.
    http://gdsquared.com/clients/souvenir/mm5/home.htm
    The corresonding CSS file can be viewed at this link. The
    beginning of the navigation bar is commented out as, ----- NAV:
    START------
    http://gdsquared.com/clients/souvenir/css/style.css
    Currently when I add a href into the <li> it starts to
    take on the properties of the submenus.
    If someone could offer any help, it would be greatly
    appreciated.
    Thank you
    - Garrett

    "gbowhall" <[email protected]> wrote in
    message
    news:ff3uvd$1ko$[email protected]..
    >I believe I followed the logistics of what you were
    saying, but I didn't
    >quite
    > figure out how to apply that to splitting them up. How
    do I pull them
    > apart
    > from each other (if that's what you were implying) so I
    can make each its
    > own
    > separately styled link? I apologize for my newbie-ness
    here.
    You don't pull them apart, it's the opposite, you need to
    *nest* them
    properly
    <ul>
    <li>
    <ul>
    <li></li>
    <li></li>
    <li></li>
    </ul>
    </li>
    <li>
    <ul>
    <li></li>
    <li></li>
    <li></li>
    </ul>
    </li>
    <li>
    <ul>
    <li></li>
    <li></li>
    <li></li>
    </ul>
    </li>
    </ul>
    As you can see, the sub-menus need to be within LIs. ULs do
    not "sit" next
    to each other inside the main UL
    Thierry
    Articles and Tutorials:
    http://www.TJKDesign.com/go/?0
    http://www.divahtml.com/products/scripts_dreamweaver_extensions.php
    - divaGPS - Add "you are here" highlighting to virtually any
    menu
    - divaFAQ - Create FAQ pages that toggle (show/hide) the
    answers
    - divaPOP - Easy, clean, standards-compliant popup windows.

  • CSS horizontal menu with vertical dropdowns

    What I would like my menu to look like:
    - solid border on top and bottom
    - first-level menu items horizontal and centered
    - first-level menu items equally spaced as opposed to same
    widths
    - second-level menu items vertical and on individual lines
    What my menu actually looks like:
    www.vicesbyproxy.com/staging/exp_menu_vert.html
    What's wrong:
    - border not on top & bottom
    - second level wrapping within the width of the container
    This CSS is much more complex than what I usually do. Any
    help would be greatly appreciated.

    The only way to go -
    http://www.projectseven.com/products/menusystems/pmm/
    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
    ==================
    "anubia" <[email protected]> wrote in
    message
    news:e5o4gk$28t$[email protected]..
    > What I would like my menu to look like:
    > - solid border on top and bottom
    > - first-level menu items horizontal and centered
    > - first-level menu items equally spaced as opposed to
    same widths
    > - second-level menu items vertical and on individual
    lines
    >
    > What my menu actually looks like:
    > www.vicesbyproxy.com/staging/exp_menu_vert.html
    >
    > What's wrong:
    > - border not on top & bottom
    > - second level wrapping within the width of the
    container
    >
    > This CSS is much more complex than what I usually do.
    Any help would be
    > greatly appreciated.
    >

  • CSS Dropdown Menu Issue in Contribute

    Hello everyone,
    My name is Boris and I have these question related to the
    Adobe Contribute.
    I'm working on a client web site where there is a CSS drop
    down menu that works in all the browsers. Which works perfectly in
    all the browsers without use of JavaScript. However, the issue
    comes when you use Contribute and it simply shows the entire drop
    down menu all incorrectly and overall design gets all wrong because
    of that. I was wondering if anyone had similar problem and has a
    solution for it or if there is a way to make code hidden just to
    Contribute?? I would very much welcome any help with this issue.
    Thank you everyone and have a great weekend. :-)

    I've figured it.
    Just so anyone else who is experiencing this knows - i
    changed all the
    margin-left properties to just 'left' and made the position
    relative. For
    some reason Contribute didn't recognise the margin-left
    property at all.
    Strange. It now displays exactly the same in dreamweaver,
    contribute, ie,
    firefox...etc.
    Thanks for your post Lime.
    "lime" <[email protected]> wrote in message
    news:e26u9n$jqr$[email protected]..
    > "James D" <[email protected]> wrote in
    message
    > news:e26b7m$rv8$[email protected]..
    >> Hi there,
    >>
    >> I have a template page which is based purely in CSS
    and I need that
    >> template
    >> to be used by my client in Contribute, the only
    problem is that when page
    >> is
    >> previewed in Contribute the layers are all on top of
    each other in one
    >> line
    >> making it impossible for client to update. In
    Dreamweaver the preview is
    >> fine.
    >>
    >> I dont have access to the code at the moment as i am
    away from the
    >> office,
    >> but has anyone experienced a similar thing before or
    is there a common
    >> explanation like contribute cannot handle pure css?
    >>
    >> Thanks
    >>
    >>
    >
    > Yeah, I've seen Contribute present CSS layers in an odd
    way as well - not
    > as bad as yours sounds though. I'm also not sure how to
    help... anyone
    > else?
    >
    > --
    > Helen, lime, et al.
    >

  • CS5 - Styles missing in CSS class menu

    I have noticed that a number of my CSS styles are not visible in the drop down menu in the HTML property inspector. There is however an empty space where they should be in the alphabetical list and although I can select the style I want by guessing which empty line to select, its name never shows in the menu.
    All the styles are however listed and visible in the drop down menu of the CSS property inspector.
    The missing classes include for example:
    .boldmid {text-align: center; font-weight: bold;}
    .lowerita {text-transform: lowercase; font-style: italic;}
    .tour1 {font-weight: bold; margin-left: 10px; width: 75px; float: left; text-align: left;}
    The menu has been like this for a while now, but did once list all the classes properly. What might have happened?
    Thanks,
    Sarah

    Have you installed the latest updates?  Updater 11.0.3 fixed a few bugs not addressed in earlier versions.
    http://www.adobe.com/downloads/updates/
    Does this happen with all sites or just one?
    Which operating system are you using?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • CSS - Spry Menu Problem

    Hello everyone!
    I am having a tricky question, I need your help with!
    I want to insert a spry menu into my webpage. I want the colors of the menu and sub menu to change when I hover over them depending on how many sub menus exist.
    All in all I have at most two submenus.
    That means, I need to assign three colors. One for the menu without submenu, one for the menu with one submenu, and a third for the menu with 3 submenus.
    So far it is working with two colors.
    Who could help me?
    Heartly regards!
    This is what I got:
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
    ul.MenuBarVertical
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        cursor: default;
        width: 8em;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
        z-index: 1000;
    /* Menu item containers, position children relative to this container and are same fixed width as parent */
    ul.MenuBarVertical li
        margin: 0;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 8em;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
        margin: -5% 0 0 95%;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: absolute;
        z-index: 1020;
        cursor: default;
        width: 8.2em;
        left: -1000em;
        top: 0;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
        left: 0;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
        width: 8.2em;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
        border: 0px solid #CCC;
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
        border: 0px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarVertical a
        display: block;
        cursor: pointer;
        background-color: ##FFFFFF;
        padding: 0.5em 0.75em;
        color: #333;
        text-decoration: none;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
        background-color: #0FF;
        color: z;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarVertical a.MenuBarItemHover, ul.MenuBarVertical a.MenuBarItemSubmenuHover, ul.MenuBarVertical a.MenuBarSubmenuVisible
        background-color: #0FF;
        color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
        background-color: #F0F;
        color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSUBSubmenu
        background-image: url(SpryMenuBarRight.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSUBSubmenuHover
        background-image: url(SpryMenuBarRightHover.gif);
        background-repeat: no-repeat;
        background-position: 95% 50%;
        background-color: #FF0;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
        position: absolute;
        z-index: 1010;
        filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
        ul.MenuBarVertical li.MenuBarItemIE
            display: inline;
            f\loat: left;
            background: #FFF;

    As is the case with any styling, all you need is an identifyer to apply style rules to it.
    Hence, if you want to change the colour of a main menu item housing two sub-menu items, simply add a class name as in
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>Untitled Document</title>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryMenuBarVertical.css" rel="stylesheet" type="text/css">
    <style>
    ul.MenuBarVertical a.three-subs {
        background-color: yellow;
    ul.MenuBarVertical a.two-subs {
        background-color: red;
    </style>
    </head>
    <body>
    <ul id="MenuBar1" class="MenuBarVertical">
      <li><a class="MenuBarItemSubmenu three-subs" href="#">Item 1</a>
        <ul>
          <li><a href="#">Item 1.1</a></li>
          <li><a href="#">Item 1.2</a></li>
          <li><a href="#">Item 1.3</a></li>
        </ul>
      </li>
      <li><a href="#">Item 2</a></li>
      <li><a class="MenuBarItemSubmenu two-subs" href="#">Item 3.1</a>
        <ul>
          <li><a href="#">Item 3.1.1</a></li>
          <li><a href="#">Item 3.1.2</a></li>
        </ul>
      </li>
      <li><a href="#">Item 4</a></li>
    </ul>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    </html>

  • Can't edit the text in drop down css navigation menu bar

    Hi All,
    I'm just setting up contribute for a client to be able to edit a particular page on their website. The page they need to edit is essentially a huge CSS menu from which customers can choose location, then product and it will show them the price per product.  The menu is a hover menu so as someone progresses through the menu they reach the price.
    The client needs to be able to review and amend the prices reasonably regularly and can't afford to have full blow CMS so I thought contribute might work for them.  I've connected to the web page and can select the CSS menu tree but when I then go to select the text for any of the hover overs the menu disappears back down to the initial menu item i.e. the hovered menu item doesn't stay visible and so I can't amend it.
    Does anyone know if this is possible to do in contribute and if so can you explain how for me please?
    Thanks
    Andy
    PS. The page in question can be found at http://www.visionltd.co.uk/price-calculator.html

    Hi,
         He can try editing that web page in an external application through Contribute. So, after browsing to the web page, he can click Ctrl+Shift+E, to edit the web page in an external application, there he can change the prices, save his changes, and publish the web page.
    Hope this helps.

  • Dw6 css dropdown menu help

    wanting to create a drop down menu using css.  i have created this using <ul> and <li> tags, but for some reason it doesn't look right. My html seems to be correct and I have double checked the css and can't seem to find what i did wrong. I have chosen the tags within a tag to be hidden, the text is hidden but the boxes are still shown.  can someone help out a rookie and see what i screwed up?
    url is vacationcribs.com
    thx.\

    Fix the ending list tag (</li>) and come back here if it is still no good.
    This list should help.

  • CSS Centering Menu in DW CS3

    I'm relatively new to CSS and need some help with centering the sidebar menus in the website I'm developing.  What I'd like to see is the button background edges touching the main content edges so when scrolling over buttons the active state inherit the maincontent background colour and both the sidebar1 and sidebar2 columns look uniform and balanced.
    I've also uploaded the mockup http://www.auctionontario.ca/hso/HSOMockUpLiquid.html
    Any suggestions will be appreciated.
    Thanks..

    It's a National Holiday (Thanksgiving) here in the States.  There's much less participation on these forums today.  So don't be too impatient.
    Sorry, I misread your question about centering menus.
    Change width on  #sidebar1 to 23% instead of 22%
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    www.alt-web.com/
    www.twitter.com/altweb
    www.alt-web.blogspot.com
    Message was edited by: Nancy O.  misread question.

  • Long Vertical CSS dropdown menu goes off screen

    Greetings,
    I developed a dropdown menu using Spry (Adobe Dreamweaver). It is a  vertical menu with multiple sub-menus. Some lists are very long and the  menu goes below and off the page.
    I found a great example of what I want my menu to do: http://coins.shop.ebay.com/
    On the side, it says "Browse By:" and there is a vertical menu. If I  shrink the page up vertically a little and watch the sub-menus pop out, I  notice they get pushed up if the parent is close to the bottom of the  screen, which ensures that none of the options go off the page, they get  pushed up.
    How can this be done?
    Thanks

    Have a look here http://pleysier.com.au/mike/
    Maybe this is for you.
    For the accordion I have used jQuery UI Accordion for Widget Browser which can be found here http://emea-events.wip4.adobe.com/cfusion/exchange/index.cfm?event=ext ensionDetail&loc=en_us&extid=2028523
    If  you are using DWCS4 or 5, then you can easily incorporate the widget,  if not then it is a matter of copying and pasting the code.
    Gramps

  • CSS Popup menu export problems

    I have followed all the instructions to export css popup
    menus from Fireworks CS3. I can see them when I preview in browser
    from the launch button top right. But when I export the CSS etc.
    and view the files in Dreamweaver it simply doesn't make any sense.
    Nothing seems to export properly, images missing, no
    behaviours nothing, what is the exact process, can someone help?!!

    Don't use a code produced by a graphics program
    Murray (*ACE*) usually has the answer, so I'm copying from
    him. He once linked to this blog post, from the guy who worked on
    the menus:
    The
    sordid tale of mm_menufw_menu.js
    See also his post in this thread:
    Good
    advice from Murray

Maybe you are looking for

  • How do I copy the removed SSD drive from a water-damaged MB Pro to another Mac?

    My son's MacBook Pro (early 2012) was ruined by a pint of water. The insurance company kept the laptop but returned its 256GB SSD drive. I've looked everywhere online – Apple's telephone support is as good as useless given they want a serial number a

  • Apple TV 2 - Remote app for iPad

    I've got an Apple TV 2 and an iPad running iOS 4.2.1. Apple TV is wired to my router via ethernet, iPad is connected to the same router via Wifi. Home Sharing is turned on all around. What I really want is the ability to view and control all of my me

  • Does K9N6SGM-V can run an AM3 cpu?

    Hi guys, I have this motherboard: http://www.msi.com/index.php?func=proddesc&maincat_no=1&prod_no=1086 and now it has an AM2 Sempron on it. I see on the list of supported CPUs that there are no AM3 cpus, but I know that MSI doesn't update those lists

  • Question Outbound Price Catalogue (VPRICAT) - Scales

    Hi to all, does anybody now how to activate scales in Outbound Price Catalogue (TCode VPRICAT)? Although we have maintained scale for price condition in TCode VK11/VK12, scales are not determined in Price Catalogue. Thank you for your help. BR, Simon

  • Authorization Wars on iTunes account

    I've Googled and checked archives here on this issue but haven't found an answer. I restored my iTunes library from dvds burned from the previous mac when I began to set up this new computer. But the older purchased iTunes music requires a password f