Pop Menu

Hello!
Help create a Pop Menu Oracle Forms Developer 6i r2
If someone can explain in steps how to create Pop Menu
th

hi
if i got u i think u wanna create Menu and Toolbar?
If Yes plz follow the following Steps.
There is an easier way to get the "toolbar" you want to have.
1. Build a mmb with all the functions you want to have both in the menu and in the toolbar.
2. For each menuitem, you can define in the properties
- If it should be shown in the menu, then set "Visible In Menu" to Yes
- If it should be shown in the horizontal toolbar (or vertical toolbar), then set "Visible In Horizontal Menu Toolbar" ("Visible In Vertical Menu Toolbar") to Yes
- For showing an item in a toolbar, you will have to set the property "Icon Name" additionally to the name of an existing icon (the same way you do for buttons)
3. Compile and generate the menu
4. Build a form and attach your menu as Menu-Module in the properties of the form.Please If its Correct/Helpful mark it Thanks.
Sarah

Similar Messages

  • Pvii pop menu magic problems in ie11

    I just installed pvii pop menu magic in dreamweaver. The horizontal menu I created looks great in firefox. It is centered, the corners are rounded an the animation is great.
    In internet Explorer the menu is to the left, the edges are not rounded an the animation is minimal. What is going on? How do I fix this.
    Here is the htmk code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta id="p7PM3" name="viewport" content="width=device-width" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <link href="p7pm3/p7PM3-01.css" rel="stylesheet" type="text/css" media="all" />
    <script type="text/javascript" src="p7pm3/p7PM3scripts.js"></script>
    </head>
    <body>
    <div id="p7PM3_1" class="p7PM3-01 p7PM3 p7PM3noscript horiz responsive menu-centered rounded auto-subs sub-left justified">
      <div id="p7PM3tb_1" class="pmm3-toolbar closed"><a href="#" title="Hide/Show Menu">&equiv;</a></div>
      <ul>
        <li><a href="cliffsteele.html">Home</a></li>
        <li><a href="#">Resort</a>
          <ul>
            <li><a href="facilities.html">Our Facility</a></li>
            <li><a href="Kennel.html">Boarding and Daycare</a></li>
            <li><a href="spa.html">Grooming</a></li>
            <li><a href="#">Rates</a></li>
            <li><a href="friendsgallery.html">Our Guests</a></li>
          </ul>
        </li>
        <li><a href="#">Show Handling</a>
          <ul>
            <li><a href="handlinginfo.html">Info</a></li>
            <li><a href="handlingrates.html">Rates</a></li>
            <li><a href="calendar.html">Schedule</a></li>
          </ul>
        </li>
        <li><a href="#">Photo Gallery</a></li>
        <li><a href="aboutme.html">About Me</a></li>
        <li><a href="Contact.html">Contact Me</a></li>
      </ul>
      <script type="text/javascript">P7_PM3op('p7PM3_1',1,8,-5,-5,0,1,0,1,0,1,1,1,0,900,1,1)</script>
    </div>
    </body>
    </html>
    =========================================================================
    Here is the CSS:
      Pop Menu Magic 3
      by Project Seven Development
      www.projectseven.com
      Style Theme: 01 - Basic
    .p7PM3-01 {
    line-height: 1;
    font-size: 18px;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-stretch: condensed;
    -webkit-transform-style: preserve-3d;
    .p7PM3-01.horiz {
    padding: 0px 8px;
    .pmm3-toolbar {
    display: none;
    .p7PM3-01 a img {
    border: none;
    vertical-align: bottom;
    .p7PM3-01.menu-centered {
    text-align: center;
    .p7PM3-01.menu-right {
    text-align: right;
    .p7PM3-01:after {
    content: "\0020";
    clear: both;
    font-size: 0px;
    line-height: 0;
    display: inline;
    height: 0px;
    .p7PM3-01 ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    vertical-align: bottom;
    .p7PM3-01 ul li {
    list-style-type: none;
    float: left;
    position: relative;
    .p7PM3-01 ul li a {
    display: block;
    padding: 12px 18px;
    color: #FFF;
    text-decoration: none;
    background-position: left center;
    background-repeat: no-repeat;
    background-color: #93A5C4;
    .p7PM3-01 ul li a.pm3-link:hover {
    background-color: #D6D6D6;
    color: #000000;
    .p7PM3-01 a.trig_closed {
    background-image: url(img/pmm3-right-dark.gif);
    .p7PM3-01 ul ul a.trig_closed {
    background-image: url(img/pmm3-right-medium.gif);
    .p7PM3-01 a.trig_open {
    background-image: url(img/pmm3-down-medium.gif);
    background-color: #93A5C4;
    color: #FFF;
    .p7PM3-01 ul ul li a {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,.8);
    color: #FFF;
    font-size: 0.9em;
    .p7PM3-01 ul ul li:last-child a {
    border-bottom: none;
    .p7PM3-01 ul ul li a.pm3-link:hover, .p7PM3-01 ul ul li a.trig_open {
    background-color: #999999;
    color: #FFF;
    /*Turn off BG Image for links that are not triggers*/
    .p7PM3-01 ul li a.pm3-link, .p7PM3-01 ul li a.pm3-link:hover {
    background-image: none;
    .p7PM3-01 ul ul {
    background: linear-gradient(90deg, rgba(34,34,34,1), rgba(0,0,0,1));
    background-color: #93A5C4;
    display: block;
    text-align: left;
    width: 200px;
    .p7PM3-01.transparent ul ul {
    background: linear-gradient(90deg, rgba(34,34,34,1), rgba(0,0,0,.95));
    .p7PM3-01.shadows ul ul {
    box-shadow: 10px 10px 30px rgba(0,0,0,.5);
    .p7PM3-01.auto-subs ul ul {
    width: auto;
    .p7PM3-01.auto-subs ul ul li a {
    white-space: nowrap;
    .p7PM3-01 ul ul li {
    position: relative;
    float: none;
    margin: 0px;
    padding: 0px;
    /*ROUNDED CORNERS OPTION - Sub-Center Bias*/
    .p7PM3-01.rounded ul ul {
    border-radius: 5px;
    .p7PM3-01.rounded.justified ul li.pm3first ul.level_2,
    .p7PM3-01.rounded.sub-left ul ul {
    border-top-left-radius: 0px;
    .p7PM3-01.rounded.sub-left ul ul ul {
    border-top-left-radius: 5px;
    .p7PM3-01.rounded.justified ul li.pm3last ul.level_2 {
    border-top-right-radius: 0px;
    .p7PM3-01.rounded ul a.root_trig,
    .p7PM3-01.rounded ul a.root_link {
    border-radius: 5px 5px 5px 5px;
    .p7PM3-01.rounded a.root_trig.trig_open {
    border-radius: 5px 5px 0px 0px;
    .p7PM3-01.rounded ul ul a.pm3first,
    .p7PM3-01.rounded ul ul .pm3first.pmm3-title-bar {
    border-radius: 5px 5px 0px 0px;
    .p7PM3-01.rounded.sub-centered.justified ul li.pm3first ul.level_2 a.pm3first,
    .p7PM3-01.rounded.sub-right.justified .pm3first .level_2 a.pm3first,
    .p7PM3-01.rounded.sub-left ul.level_2 a.pm3first {
    border-top-left-radius: 0px;
    .p7PM3-01.rounded.sub-left ul.level_3 a.pm3first,
    .p7PM3-01.rounded.sub-left.justified .pm3last ul.level_2,
    .p7PM3-01.rounded.sub-left.justified .pm3last ul.level_2 a.pm3first,
    .p7PM3-01.rounded.sub-right.justified .pm3first .level_2 ul a.pm3first {
    border-top-left-radius: 5px;
    .p7PM3-01.rounded.justified ul li.pm3last ul.level_2 a.pm3first,
    .p7PM3-01.rounded.sub-right ul.level_2,
    .p7PM3-01.rounded.sub-right ul.level_2 a.pm3first {
    border-top-right-radius: 0px;
    .p7PM3-01.rounded.sub-right ul.level_2 ul,
    .p7PM3-01.rounded.sub-right ul.level_2 ul a.pm3first {
    border-top-right-radius: 5px;
    .p7PM3-01.rounded.sub-right.justified .pm3first .level_2,
    .p7PM3-01.rounded.sub-right.justified .pm3first .level_2 a.pm3first {
    border-top-right-radius: 5px;
    .p7PM3-01.rounded ul ul a.pm3last,
    .p7PM3-01.rounded ul ul .pm3last.pmm3-title-bar {
    border-radius: 0px 0px 5px 5px;
    .p7PM3-01.rounded ul ul a.pm3first.pm3last {
    border-radius: 5px 5px 5px 5px;
    .p7PM3-01.rounded ul a.root_trig.trig_up {
    border-radius: 5px 5px 5px 5px;
    .p7PM3-01.rounded li.trig_up div {
    padding-bottom: 10px;
    .p7PM3-01.rounded .trig_up a.pm3first {
    border-radius: 5px 5px 5px 5px !important;
    .p7PM3-01.rounded ul li.trig_up ul {
    border-radius: 5px 5px 5px 5px;
    .p7PM3-01.rounded .trig_up .pm3first.pmm3-title-bar {
    border-radius: 5px 5px 0px 0px !important;
    .p7PM3-01.rounded .trig_up .pm3last.pmm3-title-bar {
    border-radius: 0px 0px 5px 5px !important;
    .p7PM3-01.vert.rounded {
    border-radius: 5px;
    .p7PM3-01.vert.rounded a.root_trig {
    border-radius: 5px 5px 5px 5px;
    .p7PM3-01.vert.rounded ul ul {
    border-radius: 5px;
    /*DISPLAY AS TITLE ONLY*/
    .p7PM3-01 .pmm3-title-bar {
    padding: 12px 18px;
    color: #DDD;
    background-color: #666;
    .p7PM3-01.auto-subs ul ul .pmm3-title-bar {
    white-space: nowrap;
    /*IMAGE LINKS*/
    .p7PM3-01 .p7PM3_img {
    border: none;
    padding: 0px;
    text-align: center;
    background: none !important;
    .p7PM3-01 .p7PM3_img img {
    border: none;
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    vertical-align: bottom;
    /*VERTICAL MODE */
    .p7PM3-01.vert {
    background: none;
    border: none;
    .p7PM3-01.vert.shadows {
    box-shadow: none;
    .p7PM3-01.vert ul {
    display: block;
    .p7PM3-01.vert ul li {
    float: none;
    padding: 0px;
    position: relative;
    .p7PM3-01.vert ul ul li {
    padding: 0px;
    margin: 0px;
    /*CURRENT MARK */
    .p7PM3-01 ul li a.current_mark {
    text-shadow: -.5px 0px 0px #000;
    .p7PM3-01 ul ul li a.current_mark {
    color: #FFF;
    font-weight: bold;
    text-shadow: none;
    .p7PM3-01.vert ul li a.current_mark {
    font-weight: bold;
    text-shadow: none;
    NO-SCRIPT RULES
    The following rules enable your menu to work even when javascript is disabled in the browser
    .p7PM3-01.p7PM3noscript {
    position: relative;
    .p7PM3-01.p7PM3noscript ul ul {
    position: absolute;
    display: none;
    top: 100%;
    .p7PM3-01.p7PM3noscript ul ul ul {
    display: none;
    top: 0px;
    left: 100%;
    .p7PM3-01.vert.p7PM3noscript ul ul {
    top: 0px;
    left: 100%;
    .p7PM3-01.p7PM3noscript li:hover ul {
    display: block;
    .p7PM3-01.p7PM3noscript li:hover ul ul, .p7PM3-01.p7PM3noscript li:hover ul ul ul, .p7PM3-01.p7PM3noscript li:hover ul ul ul ul, .p7PM3-01.p7PM3noscript li:hover ul ul ul ul ul, .p7PM3-01.p7PM3noscript li:hover ul ul ul ul ul ul {
    display: none;
    .p7PM3-01.p7PM3noscript li li:hover ul, .p7PM3-01.p7PM3noscript li li li:hover ul, .p7PM3-01.p7PM3noscript li li li li:hover ul, .p7PM3-01.p7PM3noscript li li li li li:hover ul, .p7PM3-01.p7PM3noscript li li li li li li:hover ul {
    display: block;
    /*BREADCRUMBS*/
    .p7PM3-01_crumbs.centered {
    text-align: center;
    .p7PM3-01_crumbs.right {
    text-align: right;
    .p7PM3-01_crumbs ul {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    font-size: 1em;
    display: inline-block;
    .p7PM3-01_crumbs li {
    list-style-type: none;
    display: block;
    float: left;
    margin-right: .25em;
    .p7PM3-01_crumbs a {
    text-decoration: none;
    color: #000;
    .p7PM3-01_crumbs a:hover {
    text-decoration: underline;
    .p7PM3-01_crumbs li:last-child {
    margin-right: 0px;
    font-weight: bold;
    .p7PM3-01_crumbs.thick-arrow li:after {
        content: "\0020 \0020 \27A7";
    .p7PM3-01_crumbs.thin-arrow li:after {
        content: "\0020 \0020 \279F";
    .p7PM3-01_crumbs.open-arrow li:after {
        content: "\0020 \0020 \21E8";
    .p7PM3-01_crumbs.triangle-dots li:after {
        content: "\0020 \0020 \2234";
    .p7PM3-01_crumbs.double-colon li:after {
       content: "\0020 \0020 \2237";
    .p7PM3-01_crumbs.pipe li:after {
       content: "\0020 \0020 |";
    .p7PM3-01_crumbs.dash li:after {
       content: "\0020 \0020 -";
    .p7PM3-01_crumbs li:last-child:after {
    content: "\0020";
    /*END BREADCRUMB RULES*/
    @media only screen and (min-width: 0px) and (max-width: 700px) {
    .p7PM3-01.responsive:after {
    display: none;
    .p7PM3-01.responsive .pmm3-toolbar {
    display: block;
    background-color: #222;
    padding: 10px;
    text-align: right;
    cursor: pointer;
    .p7PM3-01.responsive .pmm3-toolbar a {
    font-size: 2em;
    font-weight: bold;
    color: #999;
    text-decoration: none;
    .p7PM3-01.responsive .pmm3-toolbar a:hover {
    color: #FFF;
    .p7PM3-01.responsive .toggle-text.closed a:before {
    content: "Show Menu \0020";
    font-size: .5em;
    .p7PM3-01.responsive .toggle-text.opened a:before {
    content: "Hide Menu \0020";
    font-size: .5em;
    .p7PM3-01.responsive .pmm3-toolbar {
    display: block;
    background-color: #222;
    padding: 10px;
    .p7PM3-01.responsive {
    text-align: left !important;
    padding: 0px !important;
    .p7PM3-01.responsive.vert ul {
    margin-top: 0px;
    .p7PM3-01.responsive ul {
    display: block;
    .p7PM3-01.responsive ul li {
    float: none;
    margin-right: 0px;
    .p7PM3-01.responsive a.trig_closed:hover {
    background-color: #222;
    color: #DDD;
    .p7PM3-01.responsive ul ul {
    position: static !important;
    width: auto;
    .p7PM3-01.responsive .pmm3-title-bar {
    padding: 12px 18px;
    .p7PM3-01.responsive ul ul a,
    .p7PM3-01.responsive ul ul .pmm3-title-bar {
    padding-left: 24px;
    .p7PM3-01.responsive ul ul ul a,
    .p7PM3-01.responsive ul ul ul .pmm3-title-bar {
    padding-left: 32px;
    .p7PM3-01.responsive ul.closed {
    display: none;
    .p7PM3-01.responsive ul.opened {
    display: block;
    .p7PM3-01.responsive.rounded,
    .p7PM3-01.responsive.rounded * {
    border-radius: 0px !important;
    .p7PM3-01.responsive.shadows * {
    box-shadow: none !important;
    .p7PM3-01_crumbs {
    display: none;
    .p7PM3-01_crumbs.show-mobile {
    display: block;
    /*Workaround for very old Android devices*/
    .p7PM3-01 div {
    left: 0px !important;
    top: 0px !important;
    /*End old Android workaround*/

    Can compatibility mode be turned off in the user’s browser via javascript?
    Ordinarily, compatibility mode is only necessary with older web sites when pages DON'T appear as they should.   Most people don't even know how to enable it.
    I can't remember if Project Seven uses the X-UA Edge meta tag in their source code or not.  
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    Basically, this tells IE to use the highest mode available for that browser version.  Example:  IE8 in IE8 mode, IE9 in IE9 mode and so forth...
    Nancy O.

  • Pop Menu Z-Index and Flash

    Hello Group:
    I built a menu using Pop-Menu Magic and right below it will
    be a small flash movie. However, the drop downs disappear behind
    the flash menu. I know I can change the Z-Index, but I tried a few
    different configs and can't get the menu above. Any quick
    suggestions on the Z-index settings? Or do I have to do something
    different with the Flash movie export?
    Thanks for the help!

    Could work although it's not very effective in Safari.
    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
    ==================
    "Ken Binney" <[email protected]> wrote
    in message
    news:fh33mu$ime$[email protected]..
    > What happens if you apply the WMODE parameter?
    >
    >
    http://www.interaktonline.com/Support/Knowledgebase/Technote/Details/140/117/The+dynamic+m enu+shows+behind+the+flash+movie.html
    >
    > "jtousignant" <[email protected]> wrote
    in message
    > news:fh2p29$69h$[email protected]..
    >> Hello Group:
    >> I built a menu using Pop-Menu Magic and right below
    it will be a small
    >> flash
    >> movie. However, the drop downs disappear behind the
    flash menu. I know
    >> I can
    >> change the Z-Index, but I tried a few different
    configs and can't get the
    >> menu
    >> above. Any quick suggestions on the Z-index
    settings? Or do I have to
    >> do
    >> something different with the Flash movie export?
    >>
    >> Thanks for the help!
    >>
    >
    >

  • Problem with PVII Pop Menu

    Hello,
    I have been using PVII Pop Menus and the likes for a while and didn't have a problem before, but now this is what it looks like:
    http://www.usc-universal.com/
    I get a long gray strip after the last entry I wanted to make (Facebook)...how do I get rid of that?  All I wanted to do was have a centered pop menu.
    PLEASE HELP as I need to upload everything by monday.
    Thank you for the help,
    Joel

    Jay that is not correct.  Setting a div to align to center will not center the menu on the screen.  With Pop Menu Magic 2 they have added this as an option when creating with new menus.  However, since it appears you are using PMM1, then you need to following these instructions:
    http://www.projectseven.com/products/menusystems/pmm/css_tweaks/center_hz/index.htm
    This will have you set a width to your PMM menu and then you will have to set the margins in order to center your menu horizontally on the screen.

  • Can i just show the pop-menu gif and not the links when sending to a printer?

    I would like the navigation gif of my pop-menu to display
    when the user prints my webpage, but not all the navigation links
    below it. So far in my print.css style sheet I have the table
    container to display: none; But I'd like to show the gif of the
    navigation bar and not the links print below it. Is this possible -
    since Fireworks creates an html with a div of a table container?
    #FWTableContainer1157383077{
    display: none;
    I think I want it to display the navigation bar which is the
    gif in the code below ( but it is inside the div of the table
    container)
    <img name="PopMenu_2" src="PopMenu/PopMenu.gif"
    width="780" height="20" border="0" id="PopMenu" usemap="#m_PopMenu"
    alt="" />
    And thoughts are greatly appreciated! thanks

    It could be that your signal dropped to GSM which is why it sent as a normal text. You need wi-fi, 3G or HSPDA to send as an iMessage. As does the receiver

  • Add space between Pop Menu Magic items?

    Is there a way to add space between the menu items in
    generated by Pop Menu Magic? By this I mean, can you have the
    various menu items (the "tabs" or "buttons") exist with some space
    between them
    (something
    like this but with maybe more space), as opposed to the default
    way the "tabs" are generated (butted up to one another
    like
    this)?
    I have tried editing the p7pm CSS to acheive this in a page
    design I'm roughing out. I get close sometimes but no cigar.....I
    have tried messing with the list items in the HTML code itself, but
    no luck there either.
    Hope I am making enough sense here....
    Thanks,
    Tommy

    Have you asked the question on the PVII newsgroup? You'd
    probably get a
    much faster response over there
    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
    "steelkat" <[email protected]> wrote in
    message
    news:e5fapn$kmo$[email protected]..
    > Is there a way to add space between the menu items in
    generated by Pop
    > Menu
    > Magic? By this I mean, can you have the various menu
    items (the "tabs" or
    > "buttons") exist with some space between them <a
    target=_blank
    > class=ftalternatingbarlinklarge
    > href="
    http://css.maxdesign.com.au/listamatic/vertical11.htm">(something
    > like
    > this but with maybe more space)</a>, as opposed to
    the default way the
    > "tabs"
    > are generated (butted up to one another <a
    target=_blank
    > class=ftalternatingbarlinklarge
    > href="
    http://www.projectseven.com/viewer/index.asp?demo=pmm">like
    > this)</a>?
    >
    > I have tried editing the p7pm CSS to acheive this. I get
    close sometimes
    > but
    > no cigar.....I have tried messing with the list items in
    the HTML code
    > itself,
    > but no luck there either.
    >
    > Hope I am making enough sense here....
    >
    > Thanks,
    >
    > Tommy
    >

  • I used to be able to right click on an image, a pop menu would show an option for properties. Where is the properties click option?

    I used to be able to right click on an image, a pop menu would show an option for properties. Where is the properties click option?
    Why did they change the pop-up menu? How can I revert Firefox to previous version?
    == version update

    To get that right-click menu item back use the extension at https://addons.mozilla.org/en-US/firefox/addon/14228/

  • User is getting 10 pop-menu while clicking on BEx Add-in feature

    Hi,
              User is getting 10 pop-menu's after clicking on BEx Add-in feature and trying to input values to parameters. After entering the values the user gets a pop-menu giving a warning message. He then needs to click 10-15 times on that pop-menu to finally get the output of the Workbook. He's having problem with both Office 2003 and 2010. However when i executed the same workbook, i'm getting the pop-menu only once. I have Office 2003.
    It seems there must be some settting that needs to be changed to resolve this issue. Can you guys please suggest me if somebody encountered the same issue or around?

    This is what the note says.
    //  Peter B
    Symptom
    When multiple queries are attached in the WB, variable melting is not happening. Rather variable screen reappears. This happens only with BW 3.5 system and after applying patch 12 for GUI 710 or patch 3 for GUI 720.
    Other terms
    3.5 Analyzer,variable screen, multiple queries, melting
    Reason and Prerequisites
    Due to program error.
    Solution
    Please install
      'BW 3.5 Frontend Patch 4 for SAP GUI 7.20' or higher.
    You can refer note 1118754 to know the delivery date.
    Header Data
    Release Status: 
    Released on: 15.03.2011  11:14:15
    Master Language: Engelska
    Priority: 
    Category: 
    Primary Component: BW-BEX-ET-WB-3X 
    Secondary Components: BW-BEX-ET-WB 
    Affected Releases
    Software Component                      Release                          From Release                       To Release                   And subsequent
    SAP_BW                                      35                                  350                                      350  
    SAP_BW                                      70                                  700                                      700  
    SAP_BW                                      71                                  710                                      710  
    Related Notes
    1543670 - SAPBWNews NW2004 / BW 3.5 Add-On FrontEnd Patch 04 - GUI7.20

  • Dreamweaver, Fireworks pop menu and Flash  banner issue

    For some unknown reasons I am not getting my Fireworks
    pop-menu to show over a flash banner. It looks like it's working,
    but hidden behind the flash banner

    >>but hidden behind the flash banner
    That's because Flash content rises to the top, so to speak.
    There is a
    kludge/hack using the wmode parameter but I believe it only
    works in IE.
    Your best bet is to redesign the page so the Flash is
    separated from the
    menu.
    Walt
    "snazaire" <[email protected]> wrote in
    message
    news:f747u9$cqk$[email protected]..
    > For some unknown reasons I am not getting my Fireworks
    pop-menu to show
    > over a flash banner. It looks like it's working, but
    hidden behind the
    > flash banner

  • Need help with Pop Menu Magic I

    I'm working on a site, you can see the index page here: http://www.graphicedgepro.com/gcw/index.html
    What I'm attempting to do is have the horizontal menu be in a table cell that has a background and you can see through the menu buttons.  I got this to work, but I need the buttons to be centered in the table cell. Right now they they start on the left side.
    Is there a way to center the menu bar?
    I have Pop Menu Magic II, and I downloaded the update (1.4.9) but when I try to get the menu bar into the cell, it causes the background image to repeat and there is too much space above and below the actual manu bar.  I know I can set this version of this extension to center the menu, but if I cannot get it to look like the Pop Menu Magic I I'm using now, it's not going to help.  I tried just putting the menu in using Cayenne as the color scheme so it would be easier to find the CSS code that I would need to change.  I do not know if I mess with the CSS if I can get the bar to set into the cell the way I need it.  I'm just not sure what to do to get this to be right.
    Any help would be appreciated.
    Thanks in advance.
    Nina

    Here is your menu converted to PMM2:
    http://www.projectseven.com/testing/customers/nina/
    Al Sparber - PVII
    http://www.projectseven.com
    Dreamweaver Menus | Galleries | Widgets
    http://www.projectseven.com/go/hgm
    The Ultimate Web 2.0 Carousel

  • Pop menu in applet

    I want to show a pop menu in an Applet,
    I used the method: jPopMenu1.show(Componet componet ,int x, int y),I can get the parameters x and y,
    but I don't know How to get the componet.
    I want to show the popMenu when sb right cliked a node in my JTree.
    Any help would be greatly appreciate !

    The MouseEvent passed to a MouseListener method has a getComponent() method.
    Or just use your JTree.

  • Unwanted bullets in pop menu

    If I define bullet images for unordered lists, my pop menu uses the bullet images from my CSS - These pop menus are just bulleted lists so I guess its logical. However, I want the trest of the page to use those bullet images but definitely not the pop menu. What's the easiest way to get the page to use the bullet images but not the pop menu?
    Will it mean I somehow have to have the menu referring to one CSS and the rest of the page to another? How would I do that? The menu is made and edited in a DW template file. All the pages in the site are based on that template.
    At the moment I've just had to go without any bullet images on the pages until I sort this out. So I had to use ordered lists which I definitely don't want.
    Its on this page here: http://www.waipamtb.org.nz/pagefiles/advocacy.html
    I asked this question five months ago but nobody helped me yet. Now I'm working on a new site and stillhave the same problem.

    See if this helps:
    http://css.maxdesign.com.au/listamatic/vertical05.htm
    and this:
    http://www.w3schools.com/Css/css_list.asp
    You need to set up a different rule for a list if you want it to display differently on another area of the page.
    Set up an ID for the content area for example and then target that ID for the list - as shown in the example above.
    here's an example:
    #content ul li {
    background:url(../images/bullet.png);
    padding:0 0 0 16px;
    line-height:24px
    You would then need to apply the ID to the table or div.
    <table id="content">
    This way, any lists in the table with an ID of content would take on the styling above.

  • Upgrading to 8.0.2 has bombed my Pop Menu Magic

    The template items are visible when I select the template, I
    create a child
    page, the menu disappears when the page arrives on the
    screen. The menu
    items point to my hard drive, before and after I save the
    file.
    It appears to be only one site where I use PMM (not another).
    I looked at the PMM in my template - all items have
    disappeared and it has
    reverted to the default "Section 1" etc. Before I run in 5
    different
    directions, could somebody please throw some light on this?
    I created a page before the upgrade which was fine, then...
    http://jofinn.com/junk_go.html
    I would have posted this in the projectseven forum but felt
    it seems to be a
    DW8.0.2 upgrade issue.
    Jo

    <mutter> oh all right </mutter>
    Jo
    "Murray *ACE*" <[email protected]> wrote
    in message
    news:[email protected]...
    > >I use Templates all the time, haven't bumped into
    this. It *can't* be a
    > >coincidence that before upgrading, fine (have been
    running this site for
    > >well over a year), and an hour later phut.
    >
    > I think it is, Jo....
    >
    >> take the opportunity to convert them to SSIs!
    >
    > Well, duh! 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
    > ==================
    >
    >
    > "josie1one" <joleros[nospam]@yahoo.com> wrote in
    message
    > news:[email protected]...
    >>I use Templates all the time, haven't bumped into
    this. It *can't* be a
    >>coincidence that before upgrading, fine (have been
    running this site for
    >>well over a year), and an hour later phut.
    >>
    >> I can see that I'll just have to re-enter the PMM
    data into the template.
    >> Rats. Maybe just one of those things. Thanks for
    trying Al. Maybe I
    >> should take the opportunity to convert them to SSIs!
    >>
    >> --
    >> Jo
    >>
    >>
    >>
    >> "Al Sparber- PVII" <[email protected]> wrote
    in message
    >> news:[email protected]...
    >>>I don't use Templates but I recall that when you
    create a Template page
    >>>the links are relative to your system until the
    Template file is actually
    >>>saved. Dreamweaver's new document dialog is a bit
    confusing in that when
    >>>you create a new page, it is not really a file
    until you save it. Sounds
    >>>like something went a bit wonky but I don't think
    it is a Dreamweaver
    >>>bug.
    >>>
    >>> --
    >>> Al Sparber - PVII
    >>>
    http://www.projectseven.com
    >>> Extending Dreamweaver - Nav Systems | Galleries
    | Widgets
    >>> Authors: "42nd Street: Mastering the Art of CSS
    Design"
    >>>
    >>>
    >>>
    >>>
    >>> "josie1one" <joleros[nospam]@yahoo.com>
    wrote in message
    >>> news:[email protected]...
    >>>> >page was edited outside of a defined
    site
    >>>> I can understand your thinking here Al but
    no, just the usual. I
    >>>> checked before I replied, and the fact that
    the PMM has disappeared
    >>>> from the template just doesn't figure to my
    mind.
    >>>>
    >>>>> Perhaps you opened the file without
    having first selecing a defined
    >>>>> site in your files panel?
    >>>> No, that's not it <perplexed face>
    >>>>
    >>>> --
    >>>> Jo
    >>>>
    >>>>
    >>>>
    >>>>
    >>>> "Al Sparber- PVII" <[email protected]>
    wrote in message
    >>>> news:[email protected]...
    >>>>> Hi Josie,
    >>>>>
    >>>>> The links inside the menu are ordinary
    hyperlinks so Dreamweaver will
    >>>>> try to manage them. When you see a link
    pointing to your hard drive
    >>>>> that usually means that the page was
    edited outside of a defined site.
    >>>>> That's the only thing I know of that
    would cause that to happen.
    >>>>> Perhaps you opened the file without
    having first selecing a defined
    >>>>> site in your files panel?
    >>>>>
    >>>>> --
    >>>>> Al Sparber - PVII
    >>>>>
    http://www.projectseven.com
    >>>>> Extending Dreamweaver - Nav Systems |
    Galleries | Widgets
    >>>>> Authors: "42nd Street: Mastering the Art
    of CSS Design"
    >>>>>
    >>>>>
    >>>>>
    >>>>>
    >>>>> "josie1one"
    <joleros[nospam]@yahoo.com> wrote in message
    >>>>>
    news:[email protected]...
    >>>>>> The template items are visible when
    I select the template, I create a
    >>>>>> child page, the menu disappears when
    the page arrives on the screen.
    >>>>>> The menu items point to my hard
    drive, before and after I save the
    >>>>>> file.
    >>>>>> It appears to be only one site where
    I use PMM (not another).
    >>>>>>
    >>>>>> I looked at the PMM in my template -
    all items have disappeared and
    >>>>>> it has reverted to the default
    "Section 1" etc. Before I run in 5
    >>>>>> different directions, could somebody
    please throw some light on this?
    >>>>>>
    >>>>>> I created a page before the upgrade
    which was fine, then...
    >>>>>>
    http://jofinn.com/junk_go.html
    >>>>>>
    >>>>>> I would have posted this in the
    projectseven forum but felt it seems
    >>>>>> to be a DW8.0.2 upgrade issue.
    >>>>>>
    >>>>>> --
    >>>>>> Jo
    >>>>>>
    >>>>>>
    >>>>>>
    >>>>>>
    >>>>>>
    >>>>>
    >>>>
    >>>>
    >>>
    >>
    >>
    >
    >

  • Text cursor with pop-menu in Mozilla Firefox?

    Hello
    I have a question.
    I'm working on dreamweaver 8.
    I add a popup menu through Behaviors.
    When i preview the page in Mozilla Firefox browser, the mouse
    does not change it's cursor to a regular hand or pointer like it
    does when it hovers over usual links.
    Instead, it produces the text cursor.
    Is there a way to force it to the hand/pointer when it hovers
    over a link in the menu?
    I need help. Thank you
    Yan

    See answer on DW forum.
    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
    ==================
    "Yanaub" <[email protected]> wrote in
    message
    news:f3215h$6eq$[email protected]..
    > Hello
    > I have a question.
    >
    > I'm working on dreamweaver 8.
    > I add a popup menu through Behaviors.
    > When i preview the page in Mozilla Firefox browser, the
    mouse does not
    > change
    > it's cursor to a regular hand or pointer like it does
    when it hovers over
    > usual
    > links.
    > Instead, it produces the text cursor.
    >
    > Is there a way to force it to the hand/pointer when it
    hovers over a link
    > in
    > the menu?
    >
    > I need help. Thank you
    >
    > Yan
    >

  • Develop settings pop menu - structured view

    Hi
    When I right click a photo and go in Develop Settings, i'd like to see sub menu for separate Presets, so the menu can be a bit more compact.
    It would be nice to have it just like a structured tree with sub folders, and maybe the last 3 applied settings showing up, since we will now have a lots of space in that menu.
    RIght now it's showing all presets in a flat view:
    suggestion would be to have it displayed like this:
    EDIT: added image of suggested menu display

    Hi
    When I right click a photo and go in Develop Settings, i'd like to see sub menu for separate Presets, so the menu can be a bit more compact.
    It would be nice to have it just like a structured tree with sub folders, and maybe the last 3 applied settings showing up, since we will now have a lots of space in that menu.
    RIght now it's showing all presets in a flat view:
    suggestion would be to have it displayed like this:
    EDIT: added image of suggested menu display

Maybe you are looking for