Javascript dynamic drop down not working in Safari

This script works properly in windows IE, Firefox and mac Firefox, Camino, etc. but NOT in Safari. It controls a dynamic dropdown. Select the state 'Category' and the second dropdown 'metro' shows the city - in all browsers except Safari. For brevity, the example below shows only WY. When Category is selected, the Safari javascript console says:
"Value undefined (result of expression selectbox.options.add) is not object."
Is there anything I might be able to change so this will work in Safari? Thanks for any advice. Page is at http://look-on.com/ddTEST.html
<script type="text/javascript">
<!--
function SelectSubCat(){
removeAllOptions(document.form1.metro);
addOption(document.form1.metro,"00000", "Metro Area");
if(document.form1.Category.value == 'WY'){
addOption(document.form1.metro,"82601", "Casper");
addOption(document.form1.metro,"82001", "Cheyenne");
function removeAllOptions(selectbox)
var i;
for(i=selectbox.options.length-1;i>=0;i--)
selectbox.remove(i);
function addOption(selectbox,value, text)
var optn = document.createElement("OPTION");
optn.text = text;
optn.value = value;
selectbox.options.add(optn);
// -->
</script>

Hi
the test page works fine in a very recent nightly build of Webkit ( the system framework behind Safari ) & Safari 2.0.4
I'm still on 10.4.9, so it's possible that 10.4.10 might fix it anyway.
..... since webkit fixes it, it's likely a bug that's been cured.
However, that doesn't help you get it working in older versions; you may get more help in the web-dev list at http://lists.apple.com/mailman/listinfo

Similar Messages

  • Drop down not working in safari

    I've had my iPad since last summer and just recently am having issues on my online banking website. It's only occurring on one of the screens where there is a drop down menu listing accounts. It will allow me to see what is in the drop down but always blanks it out after selecting a value. This is a required value to be used on the screen in order to process the information...so the page errors out when you try to submit the info b/c this value was blank.
    I can't recall exactly if this behavior started after I upgraded to os4...
    Anyone else having this issue.? I've attempted to use several other browser apps and the same result...
    Just to add to he confusion, the website page works on my iPhone running os4...the drop down will blank out, but you can select it again and submit without errors...

    Hi
    the test page works fine in a very recent nightly build of Webkit ( the system framework behind Safari ) & Safari 2.0.4
    I'm still on 10.4.9, so it's possible that 10.4.10 might fix it anyway.
    ..... since webkit fixes it, it's likely a bug that's been cured.
    However, that doesn't help you get it working in older versions; you may get more help in the web-dev list at http://lists.apple.com/mailman/listinfo

  • EREC external user registration - WD ABAP on IPAD - drop down not working on IPADA / TABLETS

    Hi Experts
    We are on NW 7.0 and EHP2 for E-recruitment system. We have a candidate registration WD ABAP application.
    Application sccessfully opens on IPAD but drop down not working even we can not select any value from the drop down.
    Pleas can you suggest some fix for this.
    If we can acheieve this functionality fo IPADS and TABLETS.
    Much appreciated inputs in this direction.

    Using http://service.sap.com/pam you can check which browsers are supported for which application/version. This is for apple safari:
    Product Version
    Release Category
    Product Instance
    Web-Browser
    Web-Browser maintained until
    Operating System
    Operating System maintained until
    Scope
    Scope maintained until
    Status
    Valid from
    Additional Information
    Link to SAP Service Marketplace. Disclaimer: Please note that the online information on SAP Service Marketplace is the most recent information.
    SAP EHP2 FOR SAP NETWEAVER 7.0
    Web Browser Platforms
    Application Server ABAP
    APPLE SAFARI 6
    OS X 10.8 (MOUNTAIN LION)
    SAP BASIS 7.02 [>= SAPKB70212]
    31.12.2020
    Released
    03.12.2012
    https://service.sap.com/sap/support/pam?hash=pvnr%3D01200615320900003225%26pt%3Dt%257CWBRPFM%26ainstnr%3D01200615324900006401
    SAP EHP2 FOR SAP NETWEAVER 7.0
    Web Browser Platforms
    Application Server ABAP
    APPLE SAFARI 7
    OS X 10.9 (MAVERICKS)
    SAP BASIS 7.02 [>= SAPKB70215]
    31.12.2020
    Released
    06.02.2014
    https://service.sap.com/sap/support/pam?hash=pvnr%3D01200615320900003225%26pt%3Dt%257CWBRPFM%26ainstnr%3D01200615324900006401

  • WD ABAP on IPAD - drop down not working on IPADA / TABLETS

    Hi Experts
    We are on NW 7.0 and EHP2 for E-recruitment system. We have a candidate registration WD ABAP application.
    Application sccessfully opens on IPAD but drop down not working even we can not select any value from the drop down.
    Pleas can you suggest some fix for this.
    If we can acheieve this functionality fo IPADS and TABLETS.
    Much appreciated inputs in this direction.

    Hi,
    There are known restrictions for browser support in web dynpro abap. You may have to implement the "Unified rendering corrections " SAP Notes for your netweaver version which has constant updates for browser support, UI element enhancements and other corrections Or import the relevant support packs.
    For ex: SAP Notes: 1677729 and 1672454
    hope this helps,
    Regards,
    Kiran

  • Cost Centre drop down not working in Shopping Cart

    Hi Experts,
    Cost Centre drop down is not working in Shopping Cart.
    Version: SRM 7.0 SP05
    Message - no input help due to errors when checking the display authoriz.
    I have checked there are some SAP Notes available for this issue, but it is for SRM 5.0 version
    725247 - Search help and BAdI BBP_F4_READ_ON_ENTRY in accnt assgn scr
    839534 - Problems with dropdown list in Acc. ***. overview
    925890 - Cost centre drop down not working
    I have raised OSS Message, Please gothrough the reply from SAP below
    Note
    656633
    815849 top 5
    Customizing Recommendations
    - Note 656633 desribes pre-requisites for ERP RFC-user using F4-help.
    - Assign SRM standard role /SAPSRM/EMPLOYEE during F4-help testing.
    - Check RFC-dialog for F4-help destination using SM59.
    - ERP F4-help destination must be maintained in IMG table bbp_backend_dest.
    - Using PPOMA_BBP dropdown disable BE_F4_HELP authority activity as of note 815849. Multiple values must be maintained in  attribute CNT cost center.
    - Hint: Mix of ERP F4-help and PPOMA_BBP dropdown is not possible.
    Return
    a.SRM system ID, client, remote access, logon data buyer who face the problem incl. sap_all
    b.ERP RFC-dialog access via SRM, RFC-user incl. display or sap_all
    I have followed both the notes, but still problem presists
    Please advice.
    BR,
    Siva

    Hi,
    This issue has been resloved.
    Solution:
    Step:1
    Assign SRM standard or custom role like /SAPSRM/EMPLOYEE to user; Please make sure multiple values been maintained in attribute CNT cost center in PPOMA_BBP for the user
    Step: 2
    Disable BE_F4_HELP authority activity for role /SAPSRM/EMPLOYEE in BBP Component > SRM: General Access Authorizations in EBP
    Step: 3
    Apply SAP Note 668746 - COIN - Switching off OKB9 in EBP scenario in SAP R/3 as per note 815849 Solution 1
    System will check during the processing of account assignment objects in an EBP scenario, the backend system reads the default account assignment (Transaction OKB9) as usual if EBP does not provide any account assignment. This note will Switch off OKB9 in EBP scenario and it will list the CNT values from PPOMA in the shopping cart account assignment F4 help.
    BR,
    Siva

  • Drop Down not working

    Hi, I posted this and only received one answer. I followed
    his links and all the directions and I still could not get my drop
    downs to work. Obviously, something isn't linking but I don't know
    what it is or how to fix it, can somebody please help me. This is
    my link.
    http://www.orled.com/p7_cssexpress/p7exp/test.htm
    This is what I tried to do ( I tried them all):
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Or, if using DWCS3, check the Spry menus.
    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
    ==================
    "actrihop" <[email protected]> wrote in
    message
    news:f17lec$7i3$[email protected]..
    > I'm looking for a good tutorial (free) that can show me
    how to produce a
    > drop
    > down menu with tabs. Similar to the one above Adobe is
    using above, but
    > without
    > images. Any guidance is greatly appreciated. Thank you
    for your help.
    > Melissa
    >
    Mark this message as the answer.
    Print this message
    Report this to a Moderator
    actrihop
    User is online
    Junior Member Posts: 11
    Joined: 04/17/2007
    Send Private Message
    05/01/2007 05:56:28 PM
    Reply | Quote | Top | Bottom | Edit
    I can't get it to work. So frustrating! This is what my page
    looks like
    http://www.orled.com/p7_cssexpress/p7exp/test.htm
    melis

    Please keep this discussion in the same thread. You have a
    good suggestion
    there from *mista*.
    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
    ==================
    "actrihop" <[email protected]> wrote in
    message
    news:[email protected]...
    > Hi, I posted this and only received one answer. I
    followed his links and
    > all
    > the directions and I still could not get my drop downs
    to work. Obviously,
    > something isn't linking but I don't know what it is or
    how to fix it, can
    > somebody please help me. This is my link.
    >
    http://www.orled.com/p7_cssexpress/p7exp/test.htm
    >
    > This is what I tried to do ( I tried them all):
    >
    >
    >
    > Check the uberlink and MacFly tutorials at PVII -
    >
    http://www.projectseven.com/
    >
    > and the Navbar tutorial/articles at Thierry's place
    >
    http://tjkdesign.com/articles/dropdown/
    >
    > Or this one (more recent article):
    >
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    >
    > Or to get it done fast, go here -
    >
    >
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    >
    > Or, if using DWCS3, check the Spry menus.
    >
    > --
    > 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
    > ==================
    >
    >
    > "actrihop" <[email protected]> wrote in
    message
    > news:[email protected]...
    > > I'm looking for a good tutorial (free) that can
    show me how to produce a
    > > drop
    > > down menu with tabs. Similar to the one above Adobe
    is using above, but
    > > without
    > > images. Any guidance is greatly appreciated. Thank
    you for your help.
    > > Melissa
    > >
    >
    >
    >
    >
    >
    > Mark this message as the answer.
    > Print this message
    > Report this to a Moderator
    > actrihop
    >
    > User is online
    > Junior Member Posts: 11
    > Joined: 04/17/2007
    > Send Private Message
    >
    >
    > 05/01/2007 05:56:28 PM
    >
    > Reply | Quote | Top | Bottom | Edit
    >
    > I can't get it to work. So frustrating! This is what my
    page looks like
    >
    http://www.orled.com/p7_cssexpress/p7exp/test.htm
    melis
    >

  • Allow Custom Text Entry for Drop down not working For Dynamic form

    Dear All,
    In drop down field Allow custom text entry is working fine if the form is save as a static pdf form file.But if the form is save as a Dynamic pdf form file it is not working.I can enter custom text in drop down field but after filling it up when I click on next field the text from the drop down is disappearing.
    If any body can please help me to solve this problem.
    Thanks a lot in advance
    Regards
    Rakesh

    Dear Jimmypham,
    Thanks a lot for your quick response.But it's not working for me.I have even tried with a form having only single field and save it as a dynamic pdf file.In that form also it's not working.The text which I have entered is disappearing when I click outside of this field.
    Can you please help me to find out the solution for this problem.
    Regards
    Rakesh

  • Flash and Drop down not working properly on safari

    I have some of my safari users experiencing trouble with my
    swishmas flash image on my home page. Apparently it is causing my
    drop down menu to disapear when it is selected. I know its related
    to the image because yesterday i was experiencing issues with
    firefox. I think its related to the transparent parameter. Anyone
    run into this problem?
    Any help anyone can provide is greatly appreciated!!
    I just posted some changes, can someone test this url:
    http://arcdev2.dcis.net/index3.html
    here is the code I'm using:
    <object
    classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="
    http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0"
    id="home5"
    width="800" height="280"
    >
    <param name="wmode" value="transparent">
    <param name="movie" value="/images/index/home5.swf">
    <param name="bgcolor" value="#FFFFFF">
    <param name="quality" value="high">
    <param name="allowscriptaccess" value="samedomain">
    <embed
    wmode="transparent"
    type="application/x-shockwave-flash"
    pluginspage="
    http://www.macromedia.com/go/getflashplayer"
    name="home5"
    width="800" height="280"
    src="/images/index/home5.swf"
    bgcolor="#FFFFFF"
    quality="high"
    swliveconnect="true"
    allowscriptaccess="samedomain"
    >
    </embed>

    Hey, just wanted to say I'm having the same problem as you.
    You can see my site in progress here:
    http://www.maconstate.edu/nathan/
    I can't get anything to stay on top of the Flash banner in
    Safari. I noticed it's happening on the Adobe site as well. Is this
    something that is being addressed by the Safari dev team?

  • Drop down not working in IE

    Hi,
    I'm having problems with the spry drop down menu in
    Dreamweaver. It works perfectly fine in Firefox, Safari and Opera,
    but not IE. I'm using IE 5.2 for Mac, so I don't know if it works
    in other IE versions?
    I also don't understand whether it's a css or javascript
    problem, or both. (I noticed something about iframes in both the
    .css and .js file)
    This is the site
    link.
    This
    is the css.
    And the
    javascript
    Any suggestions?!
    Thank you
    - Lyss

    Hi,
    I am having the problem with the spry drop down menu not
    working in Firefox or Chrome. I created the site in DW CS3. The
    browsers I am using are:
    IE7 (works fine)
    Mozilla/5.0 (Firefox/3.0.4) which does not display the drop
    downs
    Google Chrome which does not display drop downs either
    Were you able to find a fix for this problem?

  • Drop down not working in ie8

    Hi and thanks in advance for any help you can provide.
    I have a site http://www.webworksnow3.com/src id:src, pwd:src12345.  There is a spry horizontal menu and a spry vertical menu on the pages under "About Us".  When on one of the children pages with an active vertical menu, the horizontal menu "About Us" drop down does not work.  Check it out on any of the pages "Our Firm" or "Our Team".  It works in Firefox but not ie.
    Code for Our firm:
    <!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"><!-- InstanceBegin template="/Templates/template.dwt.php" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Discretionary Investment Management since 1938</title>
    <!-- InstanceEndEditable -->
    <link rel="icon" type="image/x-icon" href="images/logo.ico" />
    <link href="style.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <!-- InstanceBeginEditable name="head" -->
    <link href="SpryAssets/SpryMenuBarVertical.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryDOMUtils.js" type="text/javascript"></script>
    <script type="text/javascript" language="javascript">
    function InitPage() {
    Spry.$$('.MenuBarVertical li').forEach(function(node){
         var a=node.getElementsByTagName("a")[0]; // finds all a elements inside the li, but we only want the first so [0]
         if(a.href == window.location){
             Spry.Utils.addClassName(node,"activeMenuItem");
    Spry.Utils.addLoadListener(InitPage);
    </script>
    <!-- InstanceEndEditable -->
    </head>
    <body>
    <div id="container">
      <div id="header">
        <div id="phone">212.754.5100</div>
        <!--<div id="reg">registered investment advisors - member New York Stock Exchange</div>-->
      </div>
      <div id="menu">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.php">Home</a>      </li>
          <li><a href="#" class="MenuBarItemSubmenu">About Us </a>
            <ul>
              <li><a href="ourFirm.php">Our Firm</a></li>
              <li><a href="ourTeam.php">Our People</a></li>
              <li><a href="adv.php" title="Investment Advisory Brochure">Investment Advisory Brochure</a></li>
            </ul>
          </li>
          <li><a href="philosophy.php">Philosophy</a>      </li>
          <li><a href="services.php">Services</a></li>
          <li><a href="contact.php">Contact Us</a></li>
        </ul>
      </div>
      <!-- InstanceBeginEditable name="EditRegion1" -->
      <div id="main">
    <div id="rightPage">
      <div id="sidebarNav">
        <h2>About Us</h2>
            <ul id="MenuBar2" class="MenuBarVertical">
                <li><a class="activeMenuItem" href="ourFirm.php" title="Our Firm">Our Firm</a>          </li>
                <li><a href="ourTeam.php" title="Our People">Our People</a></li>
                <li><a href="adv.php" title="Investment Advisory Brochure">Investment Advisory Brochure</a>          </li>
    </ul>
      </div>
      <div id="quoteDiv">
       Earning our clients' trust for over 70 years
      </div>
          <div id="sidebarContainer">
            <?php require_once('sidebar.inc.php'); ?>
          </div>
        </div>   
        <div id="leftPage">
      <div id="pageTitle">
        <h1>Shufro, Rose &amp; Co.</h1>
        </div>
      <div id="subHeading">
      <h2>Leaders in Discretionary Wealth Management</h2>
      </div>
            <div id="pageContent">
              <p><img src="images/wall-street-for-about.png" alt="Discretionary investment management - Shufro Rose &amp; Co." width="120" height="180" hspace="0" vspace="27" align="left" /></p>
              <p> </p>
              <p>Shufro, Rose &amp; Co. (SRC) was founded as a  partnership in 1938. We are members of the New York Stock Exchange and are  among the oldest such firms specializing in the discretionary management of  investment portfolios. We are independent and owned entirely by our working Principals,  each of whom is a Senior Managing Director. The Principals of SRC have worked  together for many years; three have been in the investment business for more  than forty years.  Foremost in our minds  is that putting our client’s interests first and producing good investment  results are the most important services we can provide.  In numerous instances we now advise the fourth successive generation of a family. These  long relationships as well as the growth in our assets under management attest  to our diligence on behalf of our clients.</p>
          </div><!--close page content-->
          </div><!--close left page-->
        </div><!--close main-->
          <script type="text/javascript">
    var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
        </script>
      <!-- InstanceEndEditable -->
    </div>
    <div id="footerContainer">
      <div id="footer">
        <div id="footerText">745 Fifth Avenue | New York, NY 10151-2600 | (212) 754-5100 | (212) 754-5111 (Fax)</div>
        <div id="subFooter"><a href="legal.php" title="Privacy Policy" target="_blank">Privacy Policy</a> | <a href="legal.php" title="Business Continuity" target="_blank">Business Continuity</a> | <a href="legal.php" title="Order Routing" target="_blank">Order Routing</a></div>
        <div id="illus">Illustration: Kenneth Noland, Mysteries: Yellow and Blue 2000</div>
        </div>
    </div>
    <script type="text/javascript">
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    </script>
    </body>
    <!-- InstanceEnd --></html>
    Horizontal CSS:
    @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
    padding: 0;
    list-style-type: none;
    font-size: 16px;
    cursor: default;
    width: 720px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    font-family: Georgia, "Times New Roman", Times, serif;
    /* 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
    padding: 0;
    list-style-type: none;
    font-size: 16px;
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 7.8em;
    float: left;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #FF0;
    font-family: Georgia, "Times New Roman", Times, serif;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
    /* 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: 1020;
    cursor: default;
    width: 7.0em;
    position: absolute;
    left: -1000em;
    /* 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
    left: auto;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarHorizontal ul li
    width: 12em;
    border: none;
    background-color: #224769;
    text-align:left;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
    ul.MenuBarHorizontal ul ul
    position: absolute;
    margin: -5% 0 0 95%;
    /* 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: 0;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Submenu containers have borders on all sides */
    ul.MenuBarHorizontal ul
    /*border: 1px solid #CCC;*/
    ul.MenuBarHorizontal ul li
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FEEF50;/*border: 1px solid #CCC;*/
    /* Menu items are a light gray block with padding and no text decoration */
    ul.MenuBarHorizontal a
    display: block;
    cursor: pointer;
    background: transparent;
    color: #FEE54B;
    text-decoration: none;
    padding-top: 0.4em;
    padding-right: 0.75em;
    padding-bottom: 0.4em;
    padding-left: 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
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    background-image: url(../images/grad2.png);
    background-repeat: repeat-x;
    /* 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
    color: #FFF;
    background-image: url(../images/grad2.png);
    background-repeat: repeat-x;
    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-image: url(SpryMenuBarDown.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* 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-image: url(SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarDownHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarHorizontal ul 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.MenuBarHorizontal 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.MenuBarHorizontal li.MenuBarItemIE
      display: inline;
      f\loat: left;
    /*  background: #FFF;*/
    Vertical CSS:
    @charset "UTF-8";
    /* SpryMenuBarVertical.css - version 0.6 - Spry Pre-Release 1.6.1 */
    /* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */
    LAYOUT INFORMATION: describes box model, positioning, z-order
    /* The outermost container of the Menu Bar, a fixed width box with no margin or padding */
    ul.MenuBarVertical
    margin: 0;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    cursor: default;
    width: 190px;
    text-align:left;
    /* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
    ul.MenuBarActive
    z-index: 1000;
    /* Menu item containers, position children relative to this container and are same fixed width as parent */
    ul.MenuBarVertical li
    margin: 0;
    list-style-type: none;
    font-size: 100%;
    position: relative;
    text-align: left;
    cursor: pointer;
    width: 180px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #CCC;
    /* Submenus should appear slightly overlapping to the right (95%) and up (-5%) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
    ul.MenuBarVertical ul
    margin: -5% 0 0 95%;
    padding: 0;
    list-style-type: none;
    font-size: 100%;
    position: absolute;
    z-index: 1020;
    cursor: default;
    width: 8.2em;
    left: -1000em;
    top: 0;
    /* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
    ul.MenuBarVertical ul.MenuBarSubmenuVisible
    left: 0;
    /* Menu item containers are same fixed width as parent */
    ul.MenuBarVertical ul li
    width: 8.2em;
    DESIGN INFORMATION: describes color scheme, borders, fonts
    /* Outermost menu container has borders on all sides */
    ul.MenuBarVertical
    /* Submenu containers have borders on all sides */
    ul.MenuBarVertical ul
    border: 1px solid #CCC;
    /* Menu items are a light gray block with padding and no text decoration */
    .activeMenuItem a {
      color: #FFF;
    ul.MenuBarVertical a
    display: block;
    cursor: pointer;
    color: #666;
    text-decoration: none;
    padding-top: 0.5em;
    padding-right: 0px;
    padding-bottom: 0.5em;
    padding-left: 10px;
    font-family: Georgia, "Times New Roman", Times, serif;
    /* 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: #313538;
    color: #FFF;
    background-image: url(../images/vertMenuBg.png);
    background-repeat: repeat-x;
    .activeMenuItem {
    background-color: #CCC;
    background-image: url(../images/vertMenuBg.png);
    background-repeat: repeat-x;
    color:#FFF;
    /* 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: #30363C;
    color: #FFF;
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenu
    background-image: url(SpryMenuBarRight.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    /* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
    ul.MenuBarVertical a.MenuBarItemSubmenuHover
    background-image: url(SpryMenuBarRightHover.gif);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
    ul.MenuBarVertical iframe
    position: absolute;
    z-index: 1010;
    filter:alpha(opacity:0.1);
    /* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
    @media screen, projection
    ul.MenuBarVertical li.MenuBarItemIE
      display: inline;
      f\loat: left;
      background: #FFF;
    #container #main #rightPage #sidebarNav #MenuBar2 li .activeMenuItem {
    color: #FFEA51;
    Thanks!

    Wow,  Thanks so much!
    I was using a template for the sub pages and I was sticking things in the editable regions, not paying attention to order.  I pulled the DOMUtils out and put it as the first <script> on all pages and it works!
    Thanks so much for taking the time.  You are truly amazing!

  • Flash drop downs not working in IE7

    I created a drop down menu in Flash 8 and used Dreamweaver to
    place it in an HTML page. It looks great in Firefox and Safari, but
    when I preview it in IE7, the rollovers on the main navigation bar
    work, but the drop downs do not. If I preview the swf only (not in
    the HTML page) in IE7, the drop downs appear.
    I know there are issues with IE7 and Flash, but I can see
    that it works, just not in my page!! please help. Thx.

    Hi Peter
    Thanks for your help. I have solved the problem thanks to your help. The key was the master page. Once I unlinked the topic from the master page everything started working again.
    I created a new master page whe the same items on an used that and now everyting works as I would expect.
    Tim

  • JQuery Drag and Drop Plugin Not Working on Safari 7.0

    I have a website that uses jQuery Drag and Drop and it is working on Safari 6.0.5, Chrome, and Firefox, but it doesn't work on Safari 7. Any ideas why this would be?
    In genearl Safari has a lot of CSS and Javascript issues. If there is a place that list all of these issues and solutions I would really appreciate it.
    Thanks

    More information would be great.
    What type of site is it?  WordPress?  Joomla or Drupal?
    What drag and drop theme or framwork are you using?
    What version of software and theme, what type of hosting, what version of PHP and mySQL?
    I'm having similar issues but details such as these will go a long way to grouping symptoms and getting to the bottom of the problem(s).
    One thing I've noted is that in most cases everything is actually working.  It's just taking an unbelievably long time.  jQuery isn't the problem either.  It seems more closely related to the quantity of available tasks on a given page.
    There are forum posts for v7 that say Safari isn't compatible with WordPress for example.  It is compatible and works just fine, but if you're running the latest version of Catalist Theme and their Dynamic Site Builder you can't do anything with Dynamic admin because all its options are on a single page which appears to be too much for Safari 7 to handle for some reason.  Folks are having similar problems with Genesis, Headway Theme, Pagelines and many others.

  • Drop menus not working in Safari on iPhone 3.0 software

    There is a website that I use for work that has links that once touched used to drop down a sub-menu. This used to work before I upgraded to 3.0 yesterday. Any suggestions? I've checked to make sure that all options are the same in the Safari menu for JavaScript, Plug-Ins, and Block Pop-ups - they are all set to ON as they were with the older iPhone software.

    Why don’t we use a site that everyone can use and play with as an example.
    www.BESTBUY.com
    This site is loaded with drop down menus for product selection. The Iphone 3.0 will still allow the drop down menu to appear. But as mentioned earlier, the header is already activated. There is no chance making a selection from the drop down menu. I find it hard to believe that APPLE didn’t test this. Must be a bug introduced with a last minute security patch.
    APPLE fix it.

  • Search criteria drop down not working in CRM 7.0 Web UI for few users.

    Hi Gurus,
    i have come across problem in sap CRM 7.0 web ui,
    it goes here....
    when a user opens a webui page and goes to "account management" work center page under "search" work center link group... he selects "accounts"(or contacts or account plan)... there in search criteria fields..(account id,role,country etc ) drop down list is not working for him...he can only see only which is maintained as default but if wants to change it by drop down list selection it is not possible...for me it is working ..can u please suggest what is missing in his case..?
    if it is authorization issue please tell which object should i check..?
    Thanks,
    gaurav

    Hi,
    Please check if the user is assigned to a Business Partner.If not then assign the User to a Business Partner and check.
    Regards.
    Deepak Ramchandran.

  • Spry Horizontal drop downs not working in Chrome or FF

    Hi,
    I used the Spry Horizontal Drop downs, and they work fine locally and in IE, but not in Chrome or FF, you can't see the drop down sub menus. I'm using DW cs3, updated spry 1.6.1
    Here is a link to the site
    http://youcanseeithere.com/spa4/index.html
    thanks so much, any help would be greatly appreciated

    This is where your problem lies
    #header {width:100%; overflow:hidden;}
    The best way out of this is to make logo.png a background image

Maybe you are looking for

  • Spell check broken after IOS 6.0.1 update

    After updating one of our iPads to 6.0.1 the spell checking no longer works.  All of the settings (under keyboard) relating to spell checking, capitalization, "." are ON but none of these features work in any program.  I powered off the iPad and rest

  • How can You create a rescue email if you already have an Apple ID/account?

    I didn't think about it, thought I didn't need it, but now I know. I forgot my security answers, and I keep getting locked. I need a way to create a rescue account if I already have an Apple ID/account. I won't click on any links unless it directs me

  • Mac Mini and Gigabit Ethernet problems

    My iMac will start to run on the gig network talking fine to my new Intel SS4000-E NAS, then after about an hour of inactivity the ethernet port will lose its DHCP address and drop to a 169 number. If you open the network tool, you can not get a rene

  • My movie is too large... what do I do?

    Right now I am building a movie for my friends of our summer together. We basically did everything together, so I had a massive amount of media I wanted to put in the movie. Now that I'm almost complete with the movie, I can see that it's going to be

  • HttpServletRequest getReader read part of the post data

    Hi all, HttpServletRequest getReader read part of the post data (even though the conten length is bigger). It stops after 48k (49,152 bytes) int sizeOfBuffer = 100; char[] cbuf = new char[sizeOfBuffer]; StringBuffer inputBuffer = new StringBuffer();