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.

Similar Messages

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

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

  • 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

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

  • ANNC: Free Update available for Pop Menu Magic

    This update fixes CSS issues in IE7. If you purchased PMM
    today
    (24-Oct-06) you already have an updated version.
    http://www.projectseven.com/support/updatepages/pmm103.htm
    Regards,
    The PVII Team
    http://www.projectseven.com
    Extending Dreamweaver - Nav Systems | Galleries | Widgets
    Authors: "42nd Street: Mastering the Art of CSS Design"

    Thanks, Al .. will update my purchased-before-today version
    immediately. I
    assume this won't choke on IE6 or other browsers? :) Course
    not .. it's
    PVII!
    Nancy Gill
    Adobe Comm. Expert for Dreamweaver
    "Al Sparber- PVII" <[email protected]> wrote in message
    news:ehlbu5$cj7$[email protected]..
    > This update fixes CSS issues in IE7. If you purchased
    PMM today
    > (24-Oct-06) you already have an updated version.
    >
    >
    http://www.projectseven.com/support/updatepages/pmm103.htm
    >
    >
    > Regards,
    >
    > --
    > The PVII Team
    >
    http://www.projectseven.com
    > Extending Dreamweaver - Nav Systems | Galleries |
    Widgets
    > Authors: "42nd Street: Mastering the Art of CSS Design"
    >

  • Project 7 - Pop menu magic 2 - 1 template with different results

    I just noticed something strange on my website.
    I only use 1 template which should normally give the same result on all pages.
    However on 4 pages the menu bar is split into 2 row.  All other pages are correct as per template.
    Here is the link for the correct page : http://www.lotolux.com/media.html
    And here are the links of the 4 pages with the error.
    http://www.lotolux.com/biography.html
    http://www.lotolux.com/actingcareer.html
    http://www.lotolux.com/burbank08concert.html
    http://www.lotolux.com/london08concert.html
    Can somebody help me solving this?
    Many thanks
    Martine

    And it becomes more stranger.
    I recreated those 4 pages using the template.  I copied and pasted all info from the old pages onto the new ones.
    The new pages have the same name - I only added 2 at the end.
    http://www.lotolux.com/biography2.html
    http://www.lotolux.com/actingcareer2.html
    http://www.lotolux.com/burbank08concert2.html
    http://www.lotolux.com/london08concert2.html
    They are uploaded and the error is gone. BUT BUT BUT BUT BUT ....................if I update the P7 -PMM2 menu bar ......the error is back there.
    It is a mystery to me and get frustrated from it.   Uploaded without linked in the menu bar = all ok, but if the link is made = back to zero.

  • P7 Menu Visibility Problem

    Hello,
    I can't seem to get P7's 'Pop Menu Magic 2' to display correctly.  It reveals its menu behind the image below it on the page.  if you get chance, have a look at http://www.bemday.co.uk/Energy%20Studios%20Website/index.html
    Don't look at the actual site - it's just a test but I'm puzzled why the menu hides behind my image below.
    On P7's site there is some info about using the Z-index that I think I implemented but it doesn't seem to work in this case.
    Hope someone can shed light on it for me so I can move forward with the site.
    Thanks in advance.

    Hi Al,
    Thanks for the quick response.  I'll look through your pointer now.  You're a star.
    The program I used is called 'Flexi Layouts' and is a dream to use: http://www.extendstudio.com/product/tableless-css-layouts-for-dreamweaver.html if you want to create tableless design in seconds.  I didn't realise it was causing such a confilict though.  To be fair, it could well have been a setting I clicked on with the prog that caused the problem; although it is all self explanatory to use.
    Anyway, thanks again for the quick response.
    When's your next one out?  As usual, I monitor the P7 site each day waiting with anticipation.
    Cheers

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

  • Trouble using transparent gif in a PVII Menu Magic 2 submenu

    I am using PVII Menu Magic 2 to build a menu system that is
    image based. The submenu images have transparent backgrounds. When
    inserted into the menu, however, they display with a blue or black
    background. See attached page for a sample, under the "What's Hot"
    link here:
    http://www.annaknowsnails.com/WD/Artificial.htm
    I didn't have any luck searching PVII's KB or the Dreamweaver
    KB. I thought I'd ask here before emailing them directly. I'm not
    sur if I goofed something (very likely) or this extension pack just
    isn't compatible with transparent submenu images. If you have any
    ideas, I'd appreciate it.
    Thank you!
    Rebekah Schmitt
    http://www.annaknowsnails.com/WD/Artificial.htm

    It is best to mail us directly or to post on our news server.
    The
    image-based style sheet, per the user guide, assumes you are
    using images
    for just the root level. For the sub-levels you would need to
    make some
    mods.
    Remove the background color here:
    .p7PMMv10 ul ul li {
    background-image: none;
    background-color: #27B6D4;
    margin-bottom: 0px;
    Remove padding, background color and borders here:
    .p7PMMv10 ul ul a {
    padding: 5px 12px;
    color: #000 !important;
    text-align: left;
    background-color: #27B6D4;
    border-top: 1px solid #43C1DC;
    border-right: 1px solid #229DB7;
    border-bottom: 1px solid #229DB7;
    border-left: 1px solid #43C1DC;
    Remove background color here:
    .p7PMMv10 ul ul a:hover {
    background-color: #000 !important;
    color: #FFF !important;
    background-image: none;
    You might also want to validate your page.
    Al Sparber - PVII
    http://www.projectseven.com
    The Finest Dreamweaver Menus | Galleries | Widgets
    http://www.projectseven.com/go/pop
    The Ultimate DW Menu System
    "kalwebs" <[email protected]> wrote in
    message
    news:gnvb0r$g15$[email protected]..
    >I am using PVII Menu Magic 2 to build a menu system that
    is image based.
    >The
    > submenu images have transparent backgrounds. When
    inserted into the menu,
    > however, they display with a blue or black background.
    See attached page
    > for a
    > sample, under the "What's Hot" link here:
    >
    http://www.annaknowsnails.com/WD/Artificial.htm
    >
    > I didn't have any luck searching PVII's KB or the
    Dreamweaver KB. I
    > thought
    > I'd ask here before emailing them directly. I'm not sur
    if I goofed
    > something
    > (very likely) or this extension pack just isn't
    compatible with
    > transparent
    > submenu images. If you have any ideas, I'd appreciate
    it.
    >
    > Thank you!
    >
    > Rebekah Schmitt
    http://www.annaknowsnails.com/WD/Artificial.htm
    >

  • Menu Magic disappears in IE

    Project Seven's Menu Magic II works fine in Safari but in IE
    and Netscape the submenus
    sometimes disappear when I roll over them. Website URL is
    www.kayakamelia.com/home.html. I've tried getting an answer
    on PVII forums but haven't gotten any help.

    A sitewide Find & Replace would work, no?
    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
    ==================
    "djinn" <[email protected]> wrote in
    message
    news:ee1mkk$55j$[email protected]..
    > Hetchka wrote:
    >> Thanks,
    >
    > No Problem :-)
    >
    > resizing to 24 fixed it. Now, sorry for the newbie
    question but how do
    >> I do this... 'You also want to make the P7TabH
    layers width 98%'
    >
    > Open the Layers Panel - Select the P7TabH layer - now
    look in the
    > properties panel and in the 'W' field enter 98% - By
    doing this, the
    > layers with the submenus will close on mousing out, not
    all do at present
    > because of the size you have set this layer.
    >
    >> also is there a way I could change all the heights
    to 24px without doing
    >> it page by page.
    >
    > No, I don't believe so unfortunately, it seems that the
    images are
    > actually 24px in height but at some point you have
    resized them to 22px.
    >
    > HTH
    >
    > --
    > chin chin
    > Sinclair

  • 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

  • P7 Menu Magic 2

    After taking the advice of some really helpful people on here I have decided to dump my menu created using beahviours in Dreamweaver and have purchased Menu Magic 2.
    Everything seems great so far but I have got totally stuck on changing the colours of the menu to match our webiste. (I have no idea about css but have spent hours trying to get my head around it a bit!)
    I've managed to change a couple of bits on the menu to our green colour but cannot change the rest.
    EDITED TO ADD: I've just tried it on my ipod and another computer and it only has a thin pink or blue outline, but on my pc it shows a large pink background and blue on the sub menu and the text is really far apart. I'm so confused!?!
    Here is my practice menu page so far http://www.pure-treats.com/Menutest.htm
    I want to be able to have all of the menu in green and to close the gap up between the writing in the sub menus.
    (also can't work out how to access a forum for advice on Project 7's site....must be having a really thick day!)
    Thanks in advance
    Rachel

    You've done the right thing buying P7 stuff.  It's by far the best on the planet.  In terms of the forum, you won't be able to use
    it unless you have Outlook Express installed!
    Hi Wodehouse,
    Thanks for the kind words. As for support, our main support page (as well as all of our user guides)
    http://www.projectseven.com/support/index.htm
    It contains contains this information (links omitted):
    PVII Knowledge Base
    The PVII Knowledge Base is an online PVII application allowing you to access dozens of Tech Notes, tips, and techniques relating to
    our products, as well as to general web development issues..
    Open the Knowledge Base | View the 10 Most Recent Tech Notes
    Newsgroup forum communities
    The Project VII Newsgroup community is available 24 hours a day. Choose from the following newsgroups:
    Need help setting up a newsgroup?
    Setting up a new newsgroup account in Windows Mail (Vista)
    Setting up a new newsgroup account in Outlook Express
    Setting up a new newsgroup account in Mozilla Thunderbird
    Setting up a new newsgroup account in Entourage
    If you have another newsgroup-capable program that you are using, please see its documentation to learn how to add a new newsgroup
    account.
    Note: PVII newsgroups are private and have nothing to do with Usenet feeds that may be provided by your ISP. That is, you will not
    find our newsgroups in a list of newsgroups distributed by your internet service provider. You must set up our news server as a new
    account.
    RSS News Feeds
    Keep up with the latest news the minute it's released by subscribing to our RSS news feed. If you are not sure how to subscribe,
    please check this page:
    PVII RSS Info
    E-Mail and Phone Support
    Before making a support inquiry, please be certain to have read the documentation that came with your product. Please include your
    Order Number, Dreamweaver version, as well as your computer operating system type in all support correspondence.
    E-Mail:
    [email protected]
    Phone Numbers:
    (See Web site)
    Phone hours are 9:00am - 5:00pm Eastern Time U.S.
    Additionally, the User Guide contains several sections on editing styles, and also points to the online tutorial repository:
    http://www.projectseven.com/products/menusystems/pmm2/tweaks/index.htm
    I know some people are reading our instructions because we do get dozens of phone calls and emails every day
    Al Sparber - PVII
    http://www.projectseven.com
    Dreamweaver Menus | Galleries | Widgets
    http://www.projectseven.com/go/hgm
    The Ultimate Web 2.0 Carousel

  • {Urgent!} Menu Magic Items.

    Dear oracle developers!
    I've got the following problem using Forms 5.0.6.8.0 on NT/95.
    When I define menu magic items "Copy", "Paste" or "Cut" as
    visible in menu and htoolbar, the state of these items (in the
    toolbar) is not synchronized.
    The problem is urgent. I'll be thankful for any workarounds
    (or any information).
    Sincerely yours, Elias.
    null

    I always do this as an post-generation mod. Open the main menu in forms builder and change the menu sequence.

  • Jump menu magic and IE6

    I created a dropdown menu with jump menu magic. When a
    selection is made a popup window opens. It works great in Firfeox,
    but when I try it in IE6, the new window (popup) disappears after
    one second. What is going on?

    Why not ask on the PVII support forums?
    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
    ==================
    "tvslave" <[email protected]> wrote in
    message
    news:ekbobp$kj9$[email protected]..
    >I created a dropdown menu with drop magic. When a
    selection is made a popup
    > window opens. It works great in Firfox, but when I try
    it in IE6, the new
    > window (popup) disappears after one second. What is
    going on?
    >

Maybe you are looking for

  • SOA Server getting down frequently

    Hi All, Following are the versions: WebLogic Version : 10.3.3.0 SOA : 11.1.1.3.0 We are facing frequent server breakdown issues. But we could not find the root cause for it. Does anyone faced this scenario ? What could be the possible reasons regardi

  • Please help me integrate aperture to ilife '11 (specifically iPhoto!)

    I have "shared previews" turned on in aperture. But when I load iphoto ('11), I don't see anything. I have the aperture update (3.1). When I click "see aperture library" - I just see a gob of my thousands of photos. I want to open iphoto and be able

  • System I/O Operation Time-out

    I am running iTunes 6.0.5 for Windows. When I try to sync to load about 200 songs on my iPod nano (1st generation)I get the error "The specified I/O operation on drive G: was not completed before the time-out period expired." If I am lucky I might ge

  • Which table keeps recored of inventory transfers

    Hi All, I have items manage by serial number. i placed an inventory transfer of serial number items. Is there any table who keeps recode of  Inventory transfer specifically of serial number items. OWTR and WTR1 only shows the items and quantity but n

  • Information regarding SAP Tables

    HI All,         I am new to SAP.As a part of archiving project,we recently archived the entire SAP database using a tool.When we started archiving we stopped the SAP and all the jobs which are running to make sure that all the tables are stagnant.Thi