Skip navigation
Currently Being Moderated

Emergency, please help, spry vertical menu drop down has extra at bottom.

Dec 13, 2011 1:24 PM

Tags: #drop #not #spry #down #menu #bar #extra #ajax #vertical #needed.

I have a drop down at the bottom of my page that in design view isnt there, I need to be rid of it.  The only time I see it, is browser checking.  Please help?  If I need more infor just let me know.  Im making this in Dreamweaver CS3.  My office is having me do this and I know nothing about css, but if I dont fix it by January, Im fired.

 

@charset "UTF-8";

/* SpryMenuBarVertical.css - Revision: Spry Preview Release 1.4 */

/* 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
{
padding: 0;

{word-wrap: break-word; background-color: #990100;
width: 200px;
background-color: #990100;
width: 200px;
}
list-style-type: none;
font-size: 100%;
cursor: auto;
width: inherit;
border: none;
background-color: #990000;
border-style: NONE;
-moz-box-align: top;
-moz-box-orient: top;
top: 10px;
}
/* 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;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
}
/* Menu item containers, position children relative to this container and are same fixed width as parent */
ul.MenuBarVertical li
{

 

{word-wrap: break-word;
position: absolute;
z-index: 1020;
width: 175px;
left: -1000em;
top: -1px;
position: relative;
border: thin solid #FFCC00;
}
padding: 0;
list-style-type: none;
font-size: small;
position: relative;
text-align: left;
cursor: pointer;
width: 200px;
font-family: Arial, Helvetica, sans-serif;
font-style: normal;
background-color: #990000;
border: medium double #ffcc00;
-moz-box-sizing: 100;
}
/* 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
{
padding: 0;
list-style-type: none;
font-size: small;
position: absolute;
z-index: 1020;
cursor: default;
width: 175px;
left: 205px;
top: 554px;
float: none;
background-color: #990100;
margin: -5%;
border: thin double #FFCC33;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarVertical ul.MenuBarSubmenuVisible
{
background-color: #990100;
border-bottom-width: medium;
width: auto;
right: auto;
}
/* Menu item containers are same fixed width as parent */
ul.MenuBarVertical ul li
{
width: 175px;
}

/********************************************************************* **********

DESIGN INFORMATION: describes color scheme, borders, fonts

********************************************************************* **********/

/* Outermost menu container has borders on all sides */
ul.MenuBarVertical
{
border: 1px solid #CCC;
}
/* Submenu containers have borders on all sides */
ul.MenuBarVertical ul
{
border: 1px solid #FFCC00;
}
/* Menu items are a light gray block with padding and no text decoration */
ul.MenuBarVertical a
{
display: block;
cursor: pointer;
background-color: #990000;
padding: 0.5em 0.75em;
color: #990000;
text-decoration: none;
}
/* Menu items that have mouse over or focus have a blue background and white text */
ul.MenuBarVertical a:hover, ul.MenuBarVertical a:focus
{
background-color: #990000;
text-decoration: blink;
color: #FFFFFF;
}
/* 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: #990000;
color: #FFFfff;
}

/********************************************************************* **********

SUBMENU INDICATION: styles if there is a submenu under a given menu item

********************************************************************* **********/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenu
{
background-image: url(SpryMenuBarRight.gif);
background-repeat: no-repeat;
background-position: 95% 50%;
border-bottom-width: medium;
border-width: 500;
position: relative;
visibility: visible;
width: 175px;
}

/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarVertical a.MenuBarItemSubmenuHover
{
background-image: url(SpryMenuBarRightHover.gif);
background-repeat: no-repeat;
background-position: 95% 50%;
}

/********************************************************************* **********

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;
top: auto;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
ul.MenuBarVertical li.MenuBarItemIE
{
display: background;
f\loat: left;
background: #FFF;
}
}

 

 

 

just in case you might need this?

 

 

 

 

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"><head>

<title>Home Page</title>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<script src="SpryAssets/SpryValidationTextarea.js" type="text/javascript"></script>

<link href="SpryAssets/SpryValidationTextarea.css" rel="stylesheet" type="text/css" />

</head>

 

<link rel="stylesheet" href="mm_spa.css" type="text/css" />

<link href="styles.css" rel="stylesheet" type="text/css" />

<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>

<link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />

<script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script>

<body bgcolor="#990000" background="images/backgroundforwebpage5.jpg">

<div class="flash" id="flash1">

  <script type="text/javascript">

AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=9,0,28,0','width','500','height','375','title','Homeflash','src' ,'homewebpageflash','quality','high','pluginspage','http://www.adobe.c om/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','mo vie','homewebpageflash' ); //end AC code

</script><noscript><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve rsion=9,0,28,0" width="500" height="375" title="Homeflash">

    <param name="movie" value="homewebpageflash.swf" />

    <param name="quality" value="high" />

    <embed src="homewebpageflash.swf" width="500" height="375" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=S hockwaveFlash" type="application/x-shockwave-flash"></embed>

  </object></noscript>

</div>

<table cellpadding="0" cellspacing="0"></td>

</tr ></table>

<table border="0" align="center" cellpadding="0" cellspacing="0">

  <tr bgcolor="#cc0000">

    <td colspan="6"><div align="center"><img src="mm_spacer.gif" alt="" width="100" height="23" border="0" /></div></td>

  </tr>

  <tr>

    <td colspan="1" rowspan="2" valign="top" nowrap="nowrap"><div align="center"></div></td>

    <td colspan="3" height="60" nowrap="nowrap" id="logo" valign="bottom"><div align="center" class="pageName"><strong><font color="#FFFF99" size="5" face="Arial, Helvetica, sans-serif">Workforce Investment Board</font><font face="Arial, Helvetica, sans-serif"></font></font></strong></div></td>

    <td width="161" rowspan="2"> </td>

  </tr>

  <tr bgcolor="#220103"> </tr>

  <tr bgcolor="#FF9900">

    <td colspan="5"><img src="mm_spacer.gif" alt="" width="1" height="1" border="0" /></td>

  </tr>

  <tr bgcolor="#FF080E">

    <td colspan="6"><img src="mm_spacer.gif" alt="" width="1" height="2" border="0" /></td>

  </tr>

  <tr bgcolor="#FFff99">

    <td colspan="6"><img src="mm_spacer.gif" alt="" width="1" height="1" border="0" /></td>

  </tr>

  <tr bgcolor="#FFFF99">

    <td colspan="6"><img src="mm_spacer.gif" alt="" width="1" height="1" border="0" /></td>

  </tr>

  <tr bgcolor="#FF080E">

    <td colspan="6"><img src="mm_spacer.gif" alt="" width="1" height="2" border="0" /></td>

  </tr>

  <tr bgcolor="#FF9900">

    <td colspan="6"><img src="mm_spacer.gif" alt="" width="1" height="1" border="0" /></td>

  </tr>

  <tr>

    <td width="193" valign="top" bordercolor="#FFCC00" bgcolor="#990000" id="navborder">

    <ul id="MenuBar1" class="MenuBarVertical">

        <li><a class="columnHeader" href="#AnotherWIB.html"><font color="#FFFF99" size="4" face="Arial, Helvetica, sans-serif">Home</font></a>                  </li>

        <li><a href="#memberships.html" class="columnHeader"><font color="#FFFF99" size="4" face="Arial, Helvetica, sans-serif">Memberships</font></a>

       

          <ul>

          <li class="MenuBarItemSubmenu"><strong><a href="Committees.html"><font color="#FFFF99" size="3">Committees</font></a></strong></li>

          <li class="MenuBarItemSubmenu"><strong><a href="board.html"><font color="#FFFF99" size="3" face="Arial, Helvetica, sans-serif">Board</font></a></strong></li>

          <li class="MenuBarItemSubmenu"><strong><a href="staff.html"><font color="#FFFF99" size="3" face="Arial, Helvetica, sans-serif">Staff</font></a></strong></li>

        </ul>

        </li>

      <li><a class="columnHeader" href="#new&amp;events.html"><font color="#FFFF99" size="4" face="Arial, Helvetica, sans-serif">News &amp; Events</font></a>

         

        <ul>

              <li><strong><a href="eventcalendar.html"><font color="#FFFF99" size="3">Event Calendar</font></a>              </strong>              </li>

            <li class="MenuBarItemSubmenu"><strong><a href="#regionalnews.html"><font color="#FFFF99" size="3">Regional News</font></a></strong></li>

            <li><strong><a href="#youthcouncilevents.html"><font color="#FFFF99" size="3">Youth Council Events</font></a></strong></li>

          </ul>

      </li>

      <li><a href="#services.html" class="columnHeader"><font color="#FFFF99" size="4" face="Arial, Helvetica, sans-serif">Services</font></a>

         

        <ul>

            <li class="MenuBarItemSubmenu"><font size="3"><strong><a href="#business_services.html"><font color="#FFFF99">Business </font><font color="ffff99">Services</font></a></strong></font></li>

            <li class="MenuBarItemSubmenu"><strong><a href="#current_funding.html"><font color="#FFFF99" size="3" face="Arial, Helvetica, sans-serif">Current Funding</font></a></strong></li>

            <li class="MenuBarItemSubmenu"><strong><a href="#resources.html"><font color="#FFFF99" size="3">Resources</font></a></strong></li>

          </ul>

      </li>

      <li><a href="#jobseekers.html" class="columnHeader"><font color="#FFFF99" size="4" face="Arial, Helvetica, sans-serif">Job Seekers</font><strong><img src="mm_spacer.gif" alt="" width="50" height="1" border="0" /></strong></a>

          <ul>

            <li class="MenuBarItemSubmenu"><strong><a href="#career_centers.html"><font color="#FFFF99" size="3">Career Centers</font></a></strong></li>

            <li class="MenuBarItemSubmenu"><strong><a href="#service_providers.html"><font color="#FFFF99" size="3">Service Providers</font></a></strong></li>

            <li class="MenuBarItemSubmenu"><strong><a href="#links.html"><font color="#FFFF99" size="3">Links</font></a></strong></li>

            <li class="MenuBarItemSubmenu"><strong><a href="#contact_us.html"><font color="#FFFF99" size="3">Contact Us</font></a></strong></li>

          </ul>

        </li>

    </ul>

      <strong><br/>

      </strong>

      <table border="0" cellspacing="0" cellpadding="0" width="160" id="navigation">

    </table></td>

    <td width="71"> </td>

    <td width="556" valign="top"><strong><img src="mm_spacer.gif" alt="" width="305" height="1" border="0" /><br />

       <br />

       <br />

      </strong>

      <table border="0" cellspacing="0" cellpadding="0" width="556">

        <tr>

          <td width="556" class="pageName"><p align="center"><strong><font color="#FFFF99">Role of the Workforce </font></strong></p>

          <p align="center"><strong><font color="#FFFF99">Investment Board</font></strong></p></td>

        </tr>

        <tr>

          <td class="bodyText"><p> </p>

            <p align="justify"><strong><u><font color="#FFff99" size="3" face="Arial, Helvetica, sans-serif">Mission</font></u><font color="#FFff99" size="3" face="Arial, Helvetica, sans-serif">: To promote a state of economic well being by helping to create a skilled, diverse, motivated, and adaptable   workforce.</font></strong></p>

              <p align="justify"><font size="3" face="Arial, Helvetica, sans-serif"><strong><font color="#FFff99"><u>Vision</u>: A high quality standard of life for   our region.</font></strong></font></p>

          <p align="justify"><font size="3" face="Arial, Helvetica, sans-serif"><strong><font color="#FFff99">The Workforce Investment Board will be a leader in community   collaboration to promote a dynamic, high skill/high wage economy in Southeast   Missouri through development of its workforce and workplaces.</font></strong></font></p>              <p align="justify"><font size="3" face="Arial, Helvetica, sans-serif"><strong><font color="#FFff99">The Workforce Investment Board has developed a two-year plan   that is available to the public. Please click on the following link to get a   copy of the plan. <a href="Two%20Year%20Plan.htm" target="_blank">WIB Two-Year   Plan</a>. </font></strong></font></p></td>

        </tr>

      </table>

      <strong>

      <br />

       <br />   

      </strong></td>

    <td width="50"><img src="mm_spacer.gif" alt="" width="50" height="1" border="0" /></td>

<td width="161" valign="top"><br />

        <table border="0" cellspacing="0" cellpadding="0" width="161" bgcolor="#FFFFCC">

          <tr>

            <td colspan="3" class="columnHeader" align="center"><br />

              <strong>PUBLIC NOTICE</strong><br />

              <br /></td>

          </tr>

          <tr>

            <td width="29"><img src="mm_spacer.gif" alt="" width="20" height="1" border="0" /></td>

<td width="110" class="smallText"><a href="file:///C|/Documents and Settings/PHYLLIS.JOB4YOU/Desktop/1996 Accounting/WIB Site 3/Plan Mode Aug 1 2011.pdf"><strong>Proposed Modification of the local plan notice dated 8-1-2011</strong></a><br />

                <p><img src="mm_product_sm.gif" alt="product image 2" width="110" height="110" vspace="6" border="0" /><br />

                  Lorem ipsum dolor sit amet consetetur.<br />

                  <a href="javascript:;">read more &gt;</a><br />

                </p>

              

            <br />            </td>

            <td width="51"></td>

          </tr>

      </table></td> <td width="3"> </td>

  </tr>

</table>

<script type="text/javascript">

<!--

var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});

var sprytextarea1 = new Spry.Widget.ValidationTextarea("sprytextarea1");

//-->

</script>

</body>

</html>

 
Replies
  • Currently Being Moderated
    Dec 13, 2011 3:16 PM   in reply to sprydrivingmecrazy

    You are not using the latest Spry files

    The latest version of the Adobe Spry Framework is 1.6.1, this is the same version that ships with Dreamweaver CS4. If you use Dreamweaver CS3 (uses Spry 1.4), its wise to upgrade your files to the latest version. This can easily be done using the Spry Updater that can be found here.

     

    Gramps

     
    |
    Mark as:
  • Currently Being Moderated
    Dec 14, 2011 12:16 PM   in reply to sprydrivingmecrazy
    1. make a copy of the SpryMenuBarVertical.css file that you modified for further reference.
    2. replace the old SpryMenuBarVertical.css with the new SpryMenuBarVertical.css
    3. replace the old SpryMenuBar.js with the new SprymenuBar.js
    4. test the page in a browser
    5. make adjustments to SpryMenuBarVertical.css using the old file as reference.

     

    Gramps

     
    |
    Mark as:
  • Currently Being Moderated
    Dec 15, 2011 9:29 AM   in reply to sprydrivingmecrazy

    Thank you for your feedback, I'm glad it worked.

     

    regarding the new problem, it is always best to give us a link to the site so that we can see the page in situ. Also, because it is a new topic which (presumably) has little to do with Spry, you might like to post the problem here http://forums.adobe.com/community/dreamweaver/dreamweaver_general

     

    Gramps

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points