Submenus do not overlap flash

I’ve used a spry vertical menu in http://distinctivedesign.us/ it works fine in all Mac browsers. However in Windows Internet Explorer the submenus show up behind the Flash movies. Sprys z-index is set to 1010. The home page and portfolio page have Flash, services and contact have submenus.
Any solutions?

Set wmode=transparent, have a look here http://kb2.adobe.com/cps/142/tn_14201.html

Similar Messages

  • Vertical & Horizontal Submenus Do Not Appear in IE 7

    Both the vertical and horizontal submenus of my Spry menu bars do not appear on hover, although other parent menu items (without submenus) do highlight on hover. The menus work fine in Safari and Firefox. I appreciate any assistance anyone can provide.
    I have tried all the various solutions from help sites to no avail. I have also updated my Spry assets in Dreamweaver CS4 and used the recommended IE browser hacks. After many iterations, I got both main/parent menus to appear in the correct positions in IE 7, but the submenus will not drop right or down.
    Attached is the link to my homepage:
    http://www.leadermarkproperties.com/homepage.html
    Following is the SpryMenuBarVertical.css (followed by the source code for the homepage):
    @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
    font-size: 100%;
    width: 140px;
    left: 0px;
    top: 110px;
    position: absolute;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    z-index: 1000;
    /* 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
    font-size: 100%;
    list-style-type: none;
    position: relative;
    margin: 0px;
    padding: 0px;
    /* 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
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    left: -980px;
    position: absolute;
    top: 0px;
    z-index: 1020;
    margin-left: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    padding: 0px;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
    left: 0px;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
    width: 140px;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarVertical a
    cursor: pointer;
    background-color: #6B629B;
    color: #ECE6E0;
    text-decoration: none;
    font-family: Arial;
    font-size: 8pt;
    text-align: center;
    font-weight: normal;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #ECE6E0;
    vertical-align: middle;
    height: 30px;
    display: block;
    /* 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: #33C;
    color: #ECE6E0;
    /* 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: #33C;
    color: #ECE6E0;
    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-color: #6B629B;
    background-position: 100% 100%;
    /* 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-color: #6B629B;
    background-position: 100% 100%;
    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
    background-color: #6B629B;
    color: #ECE6E0;
    display: block;
    f/loat: left;
    font-family: Arial;
    font-size: 8pt;
    Following is the source code for the homepage):
    <!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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
      <title>Leadermark Home Page</title>
    <style type="text/css">
    <!--
    #logo {
    position:absolute;
    width:140px;
    height:60px;
    z-index:1;
    left: 0px;
    top: 0px;
    visibility: visible;
    .quotes {
    color: #ECE6E0;
    width: 280px;
    font-family: "Trebuchet MS Italic";
    font-size: 9pt;
    z-index: 2000;
    text-align: center;
    height: auto;
    #services {
    position:absolute;
    left:140px;
    top:0px;
    width:560px;
    height:60px;
    z-index:1;
    visibility: visible;
    text-align: center;
    #quotesbox {
    position:absolute;
    left:700px;
    top:0px;
    width:280px;
    height:60px;
    z-index:500;
    background-color: #6B629B;
    #infobar {
    position:absolute;
    left:0px;
    top:100px;
    width:140px;
    height:540px;
    z-index:10;
    #body {
    position:absolute;
    left:140px;
    top:100px;
    width:840px;
    height:540px;
    z-index:-1;
    visibility: visible;
    body {
    text-align: center;
    background-color: #8D8A7D;
    .boxcontroller {
    background-color: #BEBDAD;
    .menubarbackground {
    background-color: #7D7469;
    .logoboxcontroller {
    background-color: #1E1D64;
    .inforbarboxcontroller {
    background-color: #6B629B;
    .menutextfont {
    font-family: Calibri;
    font-size: 9pt;
    #logoboxholder {
    position:absolute;
    left:0px;
    top:0px;
    width:140px;
    height:40px;
    z-index:10;
    background-image: url(LMP%20Logo.png);
    background-position: center center;
    background-repeat: no-repeat;
    #LMPname {
    font-family: Constantia;
    font-size: 12px;
    color: #ECE6E0;
    z-index: 100;
    position: absolute;
    top: 45px;
    text-align: center;
    height: 15px;
    width: 140px;
    left: 0px;
    font-style: normal;
    font-variant: small-caps;
    #ServicesHeaderText {
    font-family: Constantia;
    font-size: 9pt;
    color: #203168;
    padding: 0px;
    position: absolute;
    width: 560px;
    top: 10px;
    visibility: visible;
    left: 140px;
    font-variant: small-caps;
    z-index: 10000;
    #servicesvisionmantra {
    position:absolute;
    left:140px;
    width:560px;
    height:20px;
    z-index:11;
    visibility: visible;
    font-family: Constantia;
    font-size: 10pt;
    font-style: normal;
    color: #7D7469;
    top: 40px;
    font-variant: small-caps;
    letter-spacing: 0.2em;
    #leadermarkbrochure {
    position:absolute;
    left:4px;
    top:555px;
    width:128px;
    z-index:101;
    font-size: 9px;
    font-family: Constantia;
    color: #FFF;
    visibility: visible;
    background-color: #6B629B;
    height: 14px;
    border: 2px ridge #ECE6E0;
    vertical-align: middle;
    padding-top: 4px;
    font-variant: small-caps;
    -->
      </style>
      <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
      <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
      <style type="text/css">
    <!--
    @import url("SpryAssets/SpryMenuBarVertical.css");
    -->
    </style>
      <style type="text/css">
    <!--
    #apDiv6 {
    position:absolute;
    left:744px;
    top:24px;
    width:240px;
    height:64px;
    z-index:106;
    #master {
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    position: relative;
    left: 0px;
    top: 0px;
    width: 980px;
    #quote_wrap {
    width: 280px;
    font-family: "Trebuchet MS Italic";
    font-size: 9pt;
    color: #ECE6E0;
    z-index: 10000;
    #apDiv1 {
    position:absolute;
    left:205px;
    top:485px;
    width:128px;
    height:80px;
    z-index:10;
    background-image: url(fcpsite128x80.jpg);
    background-repeat: no-repeat;
    #apDiv2 {
    position:absolute;
    left:205px;
    top:245px;
    width:128px;
    height:80px;
    z-index:11;
    background-image: url(groupsunset128x80.jpg);
    background-repeat: no-repeat;
    #apDiv5 {
    position:absolute;
    left:205px;
    top:365px;
    width:128px;
    height:80px;
    z-index:12;
    background-image: url(qdec128x80.jpg);
    background-repeat: no-repeat;
    #apDiv7 {
    position:absolute;
    left:398px;
    top:245px;
    width:128px;
    height:80px;
    z-index:13;
    background-image: url(ppcaerial128x80.jpg);
    background-repeat: no-repeat;
    #apDiv8 {
    position:absolute;
    left:398px;
    top:365px;
    width:128px;
    height:80px;
    z-index:14;
    background-image: url(sbp128x80.jpg);
    background-repeat: no-repeat;
    #apDiv9 {
    position:absolute;
    left:398px;
    top:485px;
    width:128px;
    height:80px;
    z-index:15;
    background-image: url(egsfarmfc128x80.jpg);
    background-repeat: no-repeat;
    #apDiv10 {
    position:absolute;
    left:591px;
    top:245px;
    width:128px;
    height:80px;
    z-index:16;
    background-image: url(ORGMEETINGSHAKE128x80.jpg);
    background-repeat: no-repeat;
    #apDiv11 {
    position:absolute;
    left:591px;
    top:365px;
    width:128px;
    height:80px;
    z-index:17;
    background-image: url(LP128x80.jpg);
    background-repeat: no-repeat;
    #apDiv12 {
    position:absolute;
    left:591px;
    top:485px;
    width:128px;
    height:80px;
    z-index:18;
    background-image: url(flakeplan128x80.jpg);
    background-repeat: no-repeat;
    #apDiv13 {
    position:absolute;
    left:784px;
    top:245px;
    width:128px;
    height:80px;
    z-index:19;
    background-image: url(menatdrwg128x80.jpg);
    background-repeat: no-repeat;
    #apDiv14 {
    position:absolute;
    left:784px;
    top:485px;
    width:128px;
    height:80px;
    z-index:20;
    background-image: url(pwcplancolor128x80.jpg);
    background-repeat: no-repeat;
    #apDiv15 {
    position:absolute;
    left:784px;
    top:365px;
    width:128px;
    height:80px;
    z-index:21;
    background-image: url(egs128x80.jpg);
    background-repeat: no-repeat;
    #apDiv16 {
    position:absolute;
    left:205px;
    top:565px;
    width:128px;
    height:24px;
    z-index:1;
    padding-top: 5px;
    #apDiv18 {
    position:absolute;
    left:398px;
    top:565px;
    width:128px;
    height:24px;
    z-index:1;
    padding-top: 5px;
    text-decoration: none;
    #apDiv19 {
    position:absolute;
    left:591px;
    top:565px;
    width:128px;
    height:24px;
    z-index:2;
    padding-top: 5px;
    #apDiv20 {
    position:absolute;
    left:784px;
    top:563px;
    width:128px;
    height:24px;
    z-index:3;
    padding-top: 5px;
    .homepageboxlabel {
    font-family: Calibri;
    font-size: 9pt;
    color: #203168;
    padding-top: 5px;
    z-index: 1000;
    font-weight: bold;
    letter-spacing: .1em;
    #apDiv21 {
    position:absolute;
    left:205px;
    top:445px;
    width:128px;
    height:24px;
    z-index:1;
    #apDiv22 {
    position:absolute;
    left:398px;
    top:445px;
    width:128px;
    height:24px;
    z-index:2;
    #apDiv23 {
    position:absolute;
    left:591px;
    top:445px;
    width:128px;
    height:24px;
    z-index:3;
    #apDiv24 {
    position:absolute;
    left:784px;
    top:325px;
    width:128px;
    height:24px;
    z-index:4;
    #apDiv25 {
    position:absolute;
    left:205px;
    top:325px;
    width:128px;
    height:24px;
    z-index:5;
    #apDiv26 {
    position:absolute;
    left:398px;
    top:325px;
    width:128px;
    height:24px;
    z-index:6;
    #apDiv27 {
    position:absolute;
    left:591px;
    top:325px;
    width:128px;
    height:24px;
    z-index:7;
    #apDiv28 {
    position:absolute;
    left:784px;
    top:445px;
    width:128px;
    height:24px;
    z-index:8;
    #apDiv29 {
    position:absolute;
    left:155px;
    top:110px;
    width:810px;
    height:125px;
    z-index:1;
    text-align: left;
    letter-spacing: 0.1em;
    color: #203168;
    #apDiv30 { position:absolute;
    left:704px;
    top:9px;
    width:272px;
    height:50px;
    z-index:1000;
    font-family: "Trebuchet MS";
    font-size: 9pt;
    font-style: italic;
    color: #ECE6E0;
    text-align: center;
    #apDivheader {
    position:absolute;
    left:705px;
    top:8px;
    width:272px;
    height:50px;
    z-index:1000;
    font-family: "Trebuchet MS";
    font-size: 8pt;
    font-style: italic;
    color: #ECE6E0;
    text-align: center;
    #apDivnavfooter {
    position:absolute;
    left:142px;
    top:615px;
    width:836px;
    height:20px;
    z-index:1101;
    font-family: "Trebuchet MS";
    color: #203168;
    font-size: 10px;
    #apDivcopyright {
    position:absolute;
    left:0px;
    top:607px;
    width:140px;
    height:30px;
    z-index:10000;
    font-family: "Trebuchet MS";
    font-size: 9px;
    color: #FFF;
    text-align: center;
    a:link {
    color: #203168;
    text-decoration: none;
    a:visited {
    text-decoration: none;
    a:hover {
    text-decoration: underline;
    color: #FF0D28;
    a:active {
    text-decoration: none;
    a {
    font-family: "Trebuchet MS";
    color: #203168;
    .downloadbutton {
    font-family: "Trajan Pro";
    font-size: 10px;
    font-weight: bold;
    color: #F00;
    border: 2px ridge #203168;
    background-color: #B3B1BE;
    height: 20px;
    width: 80px;
    left: 54px;
    #apDivdownload {
    position:absolute;
    left:28px;
    top:583px;
    width:80px;
    height:20px;
    z-index: 100;
    text-align: center;
    vertical-align: middle;
    -->
      </style>
    </head>  
    <body>
    <div id="master">
      <div id="apDivdownload"> 
    <form><input type="button" value="Download" class="downloadbutton" onClick="window.location.href='leadermarkbrochure.pdf'"></form></div>
    <div id="apDivcopyright"> &copy; 2011 All rights reserved<br />
      Leadermark Properties, LLC</div> 
      <div id="apDivnavfooter"><a href="sitemap.html">Site Map</a>   |  <a href="whyleadermark.html">Leadermark Commitment</a>   |  <a href="homepage.html">About Leadermark</a>   |   <a href="devinvexpertise.html">Development & Investment</a>   |   <a href="serviceslandingpage.html">Advisory & Consulting Services</a>   |   <a href="brokeragexpertise.html">Brokerage</a>   |   <a href="loginform.html">Clients & Investors</a>   |   <a href="feedback_form.html">Contact</a> </div>
        <div id="apDivheader">About Leadermark:<br />Diverse Skills, Experience & Perspective of<br />Real Estate Investment, Development & Brokerage</div>
      <div id="apDiv1"></div>
      <div id="apDiv2"></div>
      <div id="apDiv5"></div>
      <div id="apDiv7"></div>
      <div id="apDiv8"></div>
      <div id="apDiv9"></div>
      <div id="apDiv10"></div>
      <div id="apDiv11"></div>
      <div id="apDiv12"></div>
      <div id="apDiv13"></div>
      <div id="apDiv14"></div>
      <div id="apDiv15"></div>
      <div class="homepageboxlabel" id="apDiv16">Land Development</div>
      <div class="homepageboxlabel" id="apDiv18">Build-To-Suit</div>
      <div class="homepageboxlabel" id="apDiv19">Master-Planned Communities</div>
      <div class="homepageboxlabel" id="apDiv20">Mixed-Use</div>
        <div class="homepageboxlabel" id="apDiv21">Office</div>
        <div class="homepageboxlabel" id="apDiv22">Industrial</div>
        <div class="homepageboxlabel" id="apDiv23">Residential &amp; Homebuilding</div>
        <div class="homepageboxlabel" id="apDiv24">Construction &amp; Engineering</div>
        <div class="homepageboxlabel" id="apDiv25">Development Management</div>
        <div class="homepageboxlabel" id="apDiv26">Investment &amp;  Asset Management</div>
        <div class="homepageboxlabel" id="apDiv27">Brokerage</div>
        <div class="homepageboxlabel" id="apDiv28">Retail</div>
        <div class="homepageboxlabel" id="apDiv29">Leadermark Properties is a diversified real estate development, investment, brokerage, and services firm, providing its clients and investors the benefit of broad perspective and extensive experience in the creation of real estate value. Leadermark’s paradigm<br />for success is disciplined leadership with focus on the countless details of value generation.</p><p>Optimal value in the development, investment, and brokerage processes can only be achieved by those with  diverse experience, perspective, and leadership skills supporting persistent and effective attention to the people, processes, and factors that can erode value. Our expertise spans the full spectrum of the real estate field: development, investment, construction, asset management, and brokerage; and our experience encompasses all types of property: office, industrial, retail, residential, and land development.</p>
        </div>
      <div id="servicesvisionmantra">V i s i o n  •  P e r s p e c t i v e  •  L e a d e r s h i p</div>
      <div id="leadermarkbrochure">LEADERMARK BROCHURE</div>
    <ul id="MenuBar5" class="MenuBarVertical">
    <li class="MenuBarVertical"><a href="#" class="MenuBarItemSubmenu">Vision, Perspective, Leadership</a>
      <ul>
        <li><a href="theparadigm.html">The Paradigm of Real Estate Development &amp; Investment</a></li>
        <li><a href="thevision.html">The Vision</a></li>
        <li><a href="therisks.html">The Risks</a></li>
        <li><a href="themythofthedeal.html">The Myth of &quot;The Deal&quot;</a></li>
        <li><a href="thechallenge.html">The Challenge</a></li>
        <li><a href="whowilllead.html">Who WIll Lead?</a></li>
    <li><a href="lmwilllead.html">Leadermark Will Lead</a></li>
    <li><a href="onleadership.html">On Business Leadership</a></li>
      </ul>
    </li>
    <li><a href="whyleadermark.html">Why Leadermark?</a></li>
    <li><a href="lmwillplan.html">Leadermark Will Plan</a>    </li>
          <li><a href="lmwillmanage.html">Leadermark Will Manage</a>    </li>
          <li><a href="lmwillcommunicate.html">Leadermark Will Communicate</a></li>
    <li class="MenuBarVertical"><a href="devinvexpertise.html" class="MenuBarItemSubmenu">Diverse Development &amp; Investment Expertise</a>
            <ul>
              <li><a href="devinvexpertise.html">Overview</a></li>
              <li><a href="officeexpertise.html">Office</a></li>
              <li><a href="industrialexpertise.html">Industrial</a></li>
              <li><a href="retailexpertise.html">Retail</a></li>
              <li><a href="landdevelopmentexpertise.html">Land Development</a></li>
              <li><a href="residentialexpertise.html">Residential</a></li>
              <li><a href="lbeexpertise.html">Location-Based Entertainment</a></li>
            </ul>
        </li>
          <li class="MenuBarVertical"><a href="diverseskills.html">Diverse Development &amp; Investment Skills</a>    </li>
          <li class="MenuBarVertical"><a href="diversetechlexpertise.html" class="MenuBarItemSubmenu">Diverse Technical, Planning &amp; Construction Expertise</a>
            <ul>
              <li><a href="diversetechlexpertise.html">Overview</a></li>
              <li><a href="planningexpertisetable.html">Planning &amp; Design Management</a></li>
              <li><a href="aeexpertisetable.html">Architectural Engineering</a></li>
              <li><a href="constructionexpertisetable.html">Construction</a></li>
              <li><a href="structuralexpertisetable.html">Structural Engineering</a></li>
            </ul>
          </li>
          <li><a href="news1.html">Leadermark News</a></li>
          <li><a href="casestudies1.html">Case Studies</a></li>
          <li><a href="currentopportunities1.html">Current Opportunities</a></li>
          <li><a href="currentproperties1.html">Current Properties</a></li>
          <li><a href="currentprojects1.html">Current Projects</a></li>
    </ul>
    <div id="#servicesheader"></div>
    <div class="logoboxcontroller" id="logo"></div>
    <div id="LMPname">Leadermark Properties</div>
    <div class="logoboxcontroller" id="logo"></div>
    <div class="boxcontroller" id="services"></div>
    <div id="ServicesHeaderText">Real Estate Development &amp; Investment • Consulting &amp; Advisory Services • Brokerage</div>
    <div class="inforbarboxcontroller" id="infobar"></div>
    <div id="menu">
      <ul id="MenuBar1" class="MenuBarHorizontal">
        <li class="MenuBarHorizontal" name="aboutleadermark">
          <div align="center"><a class="MenuBarItemSubmenu" href="#">The Leadermark Commitment</a>
            <ul>
              <li>
                <div align="center"><a href="theparadigm.html">Vision &amp; Perspective</a></div>
              </li>
              <li>
                <div align="center"><a href="whyleadermark.html">Expertise</a></div>
              </li>
              <li>
                <div align="center"><a href="background.html">Leadership</a></div>
              </li>
            </ul>
          </div>
        </li>
        <li class="MenuBarHorizontal">
          <div align="center"><a href="homepage.html">About Leadermark</a></div>
        </li>
        <li class="menutextfont">
          <div align="center"><a class="MenuBarItemSubmenu" href="devinvexpertise.html">Development &amp; Investment </a>
            <ul>
              <li>
                <div align="center"><a href="devinvexpertise.html">Expertise</a></div>
              </li>
              <li>
                <div align="center"><a href="serviceslandingpage.html">Services</a></div>
              </li>
              <li>
                <div align="center"><a href="currentprojects1.html">Current Projects</a></div>
              </li>
              <li>
                <div align="center"><a href="currentopportunities1.html">Current Opportunities</a></div>
              </li>
            </ul>
          </div>
        </li>
        <li>
          <div align="center"><a href="serviceslandingpage.html">Advisory &amp; Consulting Services</a></div>
        </li>
        <li>
          <div align="center"><a href="brokeragexpertise.html" class="MenuBarItemSubmenu">Brokerage</a>
            <ul>
              <li class="MenuBarHorizontal">
                <div align="center"><a href="brokeragexpertise.html">Expertise</a></div>
              </li>
              <li>
                <div align="center"><a href="acqdisposervices.html">Services</a></div>
              </li>
              <li>
                <div align="center"><a href="currentproperties1.html">Current Properties</a></div>
              </li>
            </ul>
          </div>
        </li>
        <li>
          <div align="center"><a href="loginform.html">Clients &amp; Investors</a></div>
        </li>
        <li>
          <div align="center"><a href="feedback_form.html" class="MenuBarHorizontal">Contact</a></div>
        </li>
      </ul>
    </div>
    <div class="boxcontroller" id="body"></div>
    <div id="logoboxholder"></div>
    <div class="quotes" id="quotesbox"></div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    var MenuBar5 = new Spry.Widget.MenuBar("MenuBar5", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //--></script>
    </div>
    </body>
    </html>
    Following is the SpryMenuBarHorizontal.css for the homepage:
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.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, an auto width box with no margin or padding */
    ul.MenuBarHorizontal
    margin: 0px;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: 980px;
    height: 40px;
    top: 60px;
    position: absolute;
    z-index: 1000;
    left: 0px;
    /* 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 a fixed width */
    ul.MenuBarHorizontal li
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 140px;
    float: left;
    font-family: Arial;
    top: 0px;
    /* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarHorizontal ul
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    z-index: 5000;
    cursor: default;
    width: 140px;
    position: absolute;
    left: -1000em;
    background-color: #7D7469;
    top: 35px;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
    position: relative;
    left: 0px;
    top: 0px;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    width: 140px;
    font-family: Arial;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
    position: absolute;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
    left: auto;
    top: 0px;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    border: 1px solid #ECE6E0;
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    background-color: #7D7469;
    color: #ECE6E0;
    text-decoration: none;
    font-family: Arial;
    font-size: 9pt;
    height: 35px;
    padding-top: 0.5em;
    padding-right: 0.75em;
    /* Menu items that have mouse over or focus have a blue background and white text */
    ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus
    background-color: #33C;
    color: #FFF;
    /* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
    ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
    background-color: #33C;
    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.MenuBarHorizontal a.MenuBarItemSubmenu
    background-color: #7D7469;
    /* 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.MenuBarHorizontal ul a.MenuBarItemSubmenu
    background-color: #7D7469;
    /* 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.MenuBarHorizontal a.MenuBarItemSubmenuHover
    background-color: #7D7469;
    /* 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.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
    background-color: #7D7469;
    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.MenuBarHorizontal iframe
    position: absolute;
    filter:alpha(opacity:0.1);
    z-index: 1010;
    /* 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.MenuBarHorizontal li.MenuBarItemIE
    display: inline;
    f\loat: left;

    Gramps:
    I am confused. What does your example have to to with Spry menu bar widgets, absolute positioning, and the reason my code will not drop down or right
    the submenus in "Internet Exploder" ? Your code suggestions have no apparent relevance to the problem.
    After a hundred iterations, I am close with my code above: it works flawlessly in all the other browsers and correctly positions the main menus in IE 7. It's only problem is that submenus do not pop up or down on hover over the main menu item. If I alter the main menu containers to relative position, the code breaks down in all browsers. Relative position seems a meaningless approach to correcting where ul.menubarvertical.ul or ul.menubarhorizontal appear. Javascript moves them into position from off screen on hover, not CSS positioning commands.
    The problem seems to be not in CSS, style or absolute positioning - especially since the Spry widgets work fine in every other browser than the almighty IE - rather, it seems like the problem is the lack of compatibility in IE with Javascript, the mysterious engine of Spry assets that few of us seem to understand. We rely on the experts of costly software to guide us through the Javascript gauntlet so we do not have to learn it ourselves. The fact the menu will not load up on hover would seems to be a command incompatibility in Javascript with IE 7 (the submenus are initially off the screen to left), since everything in HTML appears appropriately in absolute position for all browsers. My amateurish guess is that Javascript alone moves the submenu from offscreen to on screen, not CSS style code. Does that seem a reasonable assumption?
    Gramps, I appreciate your help, but wonder why the programmers of Spry at Adobe cannot come clean with a solution to a problem they created in a program they charge a considerable sum to license. This is not rocket science - as some of us who have been programming for decades would realize - rather, its voodoo: a silly idiosyncrasy of a low level language that neither Microsoft or Adobe care to address for idiots like me, who bought their software. I have even offered paid, expert web site development consultants to fix the problem, and they don't know their ***** from second base.
    Is there no one out there to figure this glitch out in simple terms? This is not the Mission to Mars. Works in several browsers, but not in another: Why? There is a clue out there in the collective brain trust: they are just not sharing it with us mere mortals.
    Gramps, thanks again for your help. You are a good person.

  • For what reason on my tablet with OS Android 4.1 does not work flash on the sites?

    Hi! I recently bought a Google Nexus 7 tablet with Android 4.1 operating system and on my tablet does not work flash sites. Why adobe does not release a new version of flash for android 4.1? Why it was necessary to buy a company Macromedia, if adobe does not want to develop web technology? I think against Adobe can sue for violation of antitrust

    I found this for example:
    http://www.slashgear.com/adobe-no-jelly-bean-flash-flash-player-pulled-altogether-august-1 5-29236404/

  • Mapviewer legend and note overlap

    I am using Mapviewer 11ea and wish to place a legend above a note in the SOUTH EAST corner of my map. The note is defined in the config file and the legend is provided in the map request. The legend itself seems to create a box larger than required and overlaps the note text below. See the image at http://www.geocities.com/ozspatial/legend-note-overlap.jpg showing the overlap and the large amount of white space at the bottom of the legend.
    The legend component of the request is from the default mapviewer request and looks like:
    <legend bgstyle="fill:#ffffff;stroke:#ff0000" profile="MEDIUM" position="SOUTH_EAST">
              <column>
                <entry text="Map Legend" is_title="true" />
                <entry style="M.STAR" text="center point" />
                <entry style="M.CITY HALL 3" text="cities" />
                <entry style="M.CITY HALL 4" text="big cities" />
                <entry is_separator="true" />
                <entry style="C.ROSY BROWN STROKE" text="state boundary" />
                <entry style="L.PH" text="interstate highway" />
                <entry text="County population:" />
                <entry style="V.COUNTY_POP_DENSITY" tab="1" />
              </column>
      </legend>Does anyone know how to reduce the white space in the legend or some other way to avoid the overlap? (whilst still placing both note and legend in the SOUTH EAST corner)
    thanks,
    Ross.

    Hi Ross,
    I don't think you will be able to reduce the white space at the bottom, but there are some parameters on the legend that you can use.
    1) In overlap situations you can set the transparency of the legend:
    <legend bgstyle="fill:#ffffff;fill-opacity:128;stroke:#ff0000" profile="MEDIUM" position="SOUTH_EAST">
    2) For the profile value there is an internal size defined. In your figure I can note that the advanced style items are also overlapping, which means that the internal size MEDIUM seems not appropriate for this legend. You can assign a height for a legend entry:
    <entry style="V.CA INCOME 2" tab="1" height="150"/>
    3) With version 11 there are two new parameters (location_x and location_y) for the legend that can be used to put the legend in any position. In this case the position attribute is ignored if defined.
    <legend bgstyle="fill:#ffffff;fill-opacity:128;stroke:#ff0000" profile="MEDIUM" location_x="20" location_y="50">
    Joao

  • To flash...or not to flash... that is the question

    Hey guys you have been a great source of help to me and my system is up and running smoothly 2.8C NEO-FIS2R 2x512 corsair @ 2-3-3-5-8, bios revision 1.4.  I am debating whether or not to flash to 1.6--the reason i'd like to do this is 1) MAT 2) want to get my memory to run at its rated 2-2-2-5-8.

    Memory bandwidth has been fixed too since 1.4.

  • Stacked Bar chart does not overlap series

    I have a stacked bar chart with to values "Invoiced" and "Budget" and 2 categories YEAR and MONTH - the problem is that the bar chart shows the values Invoiced and Budget in Top of each other and Not overlapping each other . ex:
    NOW:  Invoiced =  200   Budget = 300   - Bar chart shows a column of 500 for the month (NOT correct)
    What I want is to show 1 column for each month where up to 200 the colour is green and from 200 to 300 the colour is blue for example....
    How to achieve this ?

    Hi HCMJ,
    By default, the bar value will not overlapping each other in stacked bar chart, and we cannot increase or decrease the gap between the series in Reporting Services.
    Based on my research, I find a workaround can achieve your requirement, please refer to the steps below:
    Create a dataset with the query below (sample data):
    CREATE TABLE #temp(name nvarchar(50),time nvarchar(50),value int)
    INSERT INTO #temp VALUES     ('Invoiced','YEAR',100),('Invoiced','MONTH',200),('Budget','MONTH',300),('Budget','YEAR',600)
    SELECT * FROM  #temp
    Insert time field to Category Groups pane, and change the group name to “time”.
    Insert value field to Values pane, then change the value to like below:
    =min(Fields!value.Value,"time")
    Insert another field with the following expression to Values pane:
    =max(Fields!value.Value,"time")
    Change the type of chart from Stacked Bar Chart to Range Bar Chart.
    Right-click the Series field to change the Fill color to #9bff8c00 (DarkOrange with 155 Transparency) or any color with Transparency you like. Now we can get the following:
    Preview it and get the following result:
    If there are any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Safari will not display flash sites

    safari will not display flash sites?  Instead it will show a small box that says "flash" and once you click on it, it then displays the flash site!!
    Any ideas as to why this is happening?
    I am running .....
    Vendor: Oracle Corporation
    Version: Java SE 7 Update 25
    and
    Flash Player: 11.8.800.94

    From the Safari menu bar, select
    Safari ▹ Preferences ▹ Extensions
    Turn all extensions OFF and test. If the problem is resolved, turn extensions back ON and then disable them one or a few at a time until you find the culprit.
    If you wish, you may be able to salvage the malfunctioning extension by uninstalling and reinstalling it. Its settings will revert to their defaults. If the extension still causes a problem, remove it permanently or refer to its developer for support.

  • Submenus do not appear

    Here is the code for my spry vertical menu where the submenus do not show up, either in the browser or in DW.  The menu item is TRAINING, with submenus Training Course Schedule, Course Drawings and Testimonials.  Also, do I have to put a link in the top menu item when I have submenus? Or just links in the submenus?  Thanks for your help.   ~Patti
    <!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 http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Untitled Document</title>
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <ul id="MenuBar1" class="MenuBarVertical">
      <li><a href="#index.html" title="DM Consulting home page">HOME</a>  </li>
      <li><a href="#outline.html" title="See the outline of our Training Course" class="MenuBarItemSubmenu">TRAINING</a>
        <ul>
    <li><a href="#train_sched.html" title="Locations &amp; dates of our Training Courses">TRAINING COURSE SCHEDULE</a></li>
          <li><a href="#drawings.html" title="Dry dock course drawings">COURSE DRAWINGS</a></li>
          <li><a href="#testimonials.html" title="Read what our clients have to say">TESTIMONIALS</a></li>
        </ul>
      </li>
      <li><a href="#conference.html" title="Dry Dock Conference information">CONFERENCE</a>  </li>
      <li><a href="#software.html" title="Shop our software">DOCKMASTER SOFTWARE</a></li>
      <li><a href="#consulting.html" title="Dry Dock Consulitng">CONSULTING</a></li>
      <li><a href="#clients.html" title="List of current and past clients">CLIENTS</a></li>
      <li><a href="#about.html" title="Learn about our company">ABOUT</a></li>
      <li><a href="#contact.html" title="Contact us">CONTACT US</a></li>
    </ul>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>

    Here is the code for my spry vertical menu where the submenus do not show up, either in the browser or in DW.  The menu item is TRAINING, with submenus Training Course Schedule, Course Drawings and Testimonials. 
    There is nothing wrong with the markup that you have show, tests in all browsers have shown the submenus. The tests were performed using the original Spry JS and CSS files and conducted in IE7/8, FF and Chrome
    Also, do I have to put a link in the top menu item when I have submenus? Or just links in the submenus?
    Just links in the submenus.

  • Not all flash videos on websites work

    Hi guys,
    First off all, I'm really excited because I made the switch to Apple and Leopard. Yay! But I have one issue I can't figure out.
    Not all flash videos on websites work, for example: www.x17online.com
    Sometimes it's a blank square and sometimes I see an image but I can't play the video. I have flash installed so what's wrong?
    Any help is appreciated!

    Got a mbpro 2.4 multi touch, 2gb 250gb safari 3.1.x
    Video glitches in flash in safari [not in ffox 2.x] !
    The video:
    http://www.symfony-project.org/screencast/cart
    Seems like build up problems...

  • Not displaying flash

    I spent 90 minutes in live chat yesterday without a resolution or follow up.
    Suddenly Firefox can not display video, animation, flash, etc. It replaces this with white space (no errors, no red X).
    I have uninstalled Firefox and reinstalled with no success.
    I have re-downloaded flash 10.1 with no success.
    Content settings are set to load images automatically.
    Clearing cache/history does not help.
    This issue happens ONLY in Firefox. Chrome, Opera etc perform as normal.
    This is a Windows 7, 64-bit OS.

    Thanks for proposing a solution.
    This is an old year old question so I will lock the thread.
    Anyone reading this please either start your own question using the link [/questions/new/] or try to look at current advice.
    Note at the current date Firefox especially firefox on Windows is experiencing problems with Flash Player. In many cases users have had to downgrade from Flash Player 11.3 to the secure Flashplayer 10.3 or he not secure Flash 11.2.
    Developers from Flash & Firefox have been cooperating in looking for solutions, and at the time of this post a new release has been made by Adobe that it is hoped will resolve some issues. The release may not even be seen yet on all Adobe pages, and and we are watching for reports from those who try it. It is available from http://get.adobe.com/flashplayer/ (Adobe Flash Player 11.3.300.262 for Firefox)
    General information and the specific issue is dealt with in these articles.
    * [[Flash 11.3 crashes]] (Includes detailed uninstall and install information)
    * [[Flash Plugin - Keep it up to date and troubleshoot problems]] (At this moment in time be careful when considering which version to choose.)

  • Voicemail waiting indicator will not quit flashing

    I am using the home phone connect and I had a voicemail. I deleted it and the message waiting indicator will not stop flashing. When I go into the menu it says there are no new messages. So I went into the personal options and selected message wating indicator off and the light is still flashing. Emailed customer service and they had me dial *228 and then option 2 for some sort of roaming upgrade. Didn't help the problem. Any one have any ideas? Is there a way to do a total reset?

    try going into your voice mail >option 4>turn message waiting indicator on and off and then toggle between the two options

  • Firefox mobile 6 is still not support flash playing?

    Waiting for several months, ff6 mobile is still not support flash playing...have a bit disappointed!

    Adobe and Google made several non standard changes to the standard plugin system. This has required the engineers working on Firefox mobile to try and understand the changes without any guidance from Adobe or Google. This takes a lot of effort and is not trival.

  • Could not find flash elements in cs6

    hi, Can anyone can help how to find Flash Elements from Insert option. I want to create Image slide show without adding Html. But could not find Flash Elements and Image viewer from Media option,
    If anybody can help please.
    Thanks
    Khan

    Flash is not functional for a huge number of users on portable devices.
    Try any of a zillion slideshows available by Google search.
    For example:
    http://jquery.malsup.com/cycle2/demo/

  • Help, I can not get Flash Plyer to install.

    I have been working on this for 7 hours and can not get Flash Player to work.
    I have IE 9.0.8112.16421, Windows Vista, Disabled McAfee Virus and Firewall and run as administrator.
    Uninstalled Flash Player ( it did show up on my installed programs but when I checked with Adobe FP checker it did not show as installed.) I keep getting a notice that says I need to install the latest Flash Player.  Tried to update IE to IE 9.0 enhanced but I get the notice to install FP.
    I Shut down and reboot with all programs closed everywhere including tool bar.
    Started FP installer from desktop as administrator and went through Download manager and then install FP 10. I get message that says the installation is complete.  I Quit and reboot.  But  FP is not working.
    Checked internet tools -- security on Medium and internet on Medium.
    Is there a problem with Flash Player 10 and IE 9.0?
    Can anyone help?

    faneboda1 wrote:
     Started FP installer from desktop as administrator and went through Download manager and then install FP 10.
    That doesn't make sense; if you have saved the installer to your desktop, then then the DLM does not come into play.
    A few questions:
    what is your Windows version, and is it 32-bit or 64-bit?
    what files do you have in C:\Windows\system32\Macromed\Flash (32-bit) or C:\Windows\syswow64\Macromed\Flash (64-bit)?
    on IE, Tools, Add-ons, do you have Shockwave Flash Object, and is it enabled?
    can you see the Flash animation (rotating red 'F') at http://www.adobe.com/software/flash/about/ ?

  • Firefox does not show Flash based Soundcloudplayer after embedding

    Hi There,
    I have some problems with embedding from flash based content because firefox does not show the embedded content.
    Last week and the time before everything went fine but now the Flash based player of Soundcloud doesn't work anymore.
    I've tried to embed my soundcloudplayers via div tag on my nobleprofile, full code:
    <pre><nowiki><div>
    <object width="390" height="220" type="application/ x-shockwave-flash" data="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fsoundcloud.com%2Fmanuel-turobin%2Fsets%2Fmanuel-turobin-fancy-a-swift-one-before-the-show&amp;show_comments=true&amp;auto_play=false&amp;show_playcount=true&amp;show_artwork=true&amp;color=c0ff00">
    <param name="movie" value="http://player.soundcloud.com/player.swf?url=http%3A%2F%2Fsoundcloud.com%2Fmanuel-turobin%2Fsets%2Fmanuel-turobin-fancy-a-swift-one-before-the-show&amp;show_comments=true&amp;auto_play=false&amp;show_playcount=true&amp;show_artwork=true&amp;color=c0ff00" />
    <param name="wmode" value="transparent" />
    <param name="allowFullScreen" value="true" />
    <param name="allowscriptaccess" value="always" />
    </object>
    </div>
    </nowiki></pre>
    If I use the "data" URL I can see the player but I dont know why there are problems for a week with that embedding?!
    Thanks for any help!

    I notice a space in type="application/ x-shockwave-flash" in not working flash objects.
    Firefox also needs the movie name specified via a data attribute in the object tag instead of via the param tag. With those changes applied you should see the Flash animations (works for me).
    <pre><nowiki><object data="http://www.residentadvisor.net/flash/dj-widget/dj.swf"
    type="application/x-shockwave-flash" width="390" height="454"></nowiki></pre>

Maybe you are looking for

  • Im trying to run a pc scan, but it keeps saying that it wont open the page, please help.

    I need to run a pc scan for something but it keeps telling me that, the page can't open.

  • DatabaseStructure tag in CRConfig.xml

    <p>Hi, </p><p> can anybody tell me what values the databaseStructure tag can have in CRConfig.xml and explain the values?</p><p> <GenericJDBCDriver><br />  <Option>No</Option><br />  <strong><DatabaseStructure>catalogs,schemas,tables</DatabaseStructu

  • Is it possible to damage iPhone screen by pressing too hard?

    I have an iPhone 5s and I take really good care of it and want it to last a long time. I have an Otter Box and a screen protector and stuff to keep it in good condition. Sometimes, if I press the screen a little bit harder than usual, I notice that i

  • Echelle, mauvaise puissance de 10

    Après plusieurs recherches dans l'aide et dans les forums francais et anglais (le chinois j'  ai laissé tomber ) Je n'ai pas trouvé de problème équivalent.... J'ai créée plusieurs échelles dans MAX puis je les utilise dans Labview 7.1....en acquisiti

  • Repaint() - techniques ?

    Hello everyone, my question deals with the repainting of a canvas. I wrote a subclass of canvas (say MyCanvas). This class is supposed to display different shapes at certain positions within the canvas. MyCanvas also has a reference to a list of shap