Drop Down Problem in Google Chrome

Hi,
Total newbie to Dreamweaver and spry menu bars. I just finished my new site and I need help solving one small problem. When browsing the page on Google chrome, the "Galleries" menu will not drop down is selected in one if the children pages. I have searched for an answer but have not been successful. This is the link to my page: http://www.polvodeluz.com
Here is my html code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Polvo De Luz</title>
<link href="styles/polvo.css" rel="stylesheet" type="text/css" />
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="styles/polvo_menu.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="container">
  <h1>Polvo De luz: Images</h1>
  <div id="bandera"><a href="index.html"><img src="Page Images/bandera.jpg" width="968" height="85" alt="polvo de luz" /></a>
    <ul id="MenuBar1" class="MenuBarHorizontal">
      <li><a class="MenuBarItemSubmenu" href="#">Galleries</a>
        <ul>
          <li><a href="people/peoplep.html">People</a></li>
          <li><a href="earth/earthe.html">Earth</a></li>
          <li><a href="life/lifel.html">Life</a></li>
          <li><a href="analogue/analogue.html">Analogue</a></li>
        </ul>
      </li>
      <li><a href="info.html">Info</a></li>
      <li><a href="pricing.html">Pricing</a>      </li>
      <li><a href="contact.html">Contact</a></li>
    </ul>
  </div>
  <div id="main_image"><a href="index.html"><img src="Page Images/Ale.jpg" name="ale_image" width="968" height="655" id="ale_image" /></a>
  <div id="main_text">
      <h2>Light Is Dust</h2>
      <p>To see an object is to perceive the light particles that are bouncing from the object into our eyes. What we see is a third-party representation of that which exists. All we see is POLVO DE LUZ.  </p>
  </div>
  </div>
  <div id="footer">Copyright © 2011 Miguel Morales</div>
</div>
<script type="text/javascript">
<!--
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
//-->
</script>
</body>
</html>
This is the code for the index page. I will appreciate any help. Please let me know if more information is needed.

Hi Alex,
thanx for your answer, it is helpful.
My first row is working but when i insert a second row using the insert button, first row remains unchanged but i dont find the names in drop down in second row.
i should get al those names again in the drop down for second row also.
and i dint used any coding in wddomodify method. i only added a onactionon_select & on_insert methods.
Rgds.
Parteek.

Similar Messages

  • Web/Country drop-down missing from Google search-tools

    After updating to 35.01 and now to 36.0, the Google search results page now behaves differently between Chrome and Mozilla Firefox. The issue is that the "search tools" used to ALWAYS show the web/country choice filter (drop-down), but now only shows 2 options, that is the anytime filter, and the all-results filter. Chrome still shows consistently, all four options (web/country, anytime, all-results, local-location).
    After reading various articles on this, and checking likely options in about:config, I found that the ONLY way I could get this back to "normal" was to override the "browser.newtab.url" setting as follows:
    browser.newtab.url;https://www.google.com.au
    NOTE: I have NO problem or blockage in changing my home page (it is set to www.google.com.au) and do NOT have any malware, or the Trovi/SearchProtect/Conduit add-in.
    This can still occasionally get the missed options, but it is now 90% consistent. It would be good to get a permanent and proper fix for this. If anyone has a better more rbust method, please let me know. TD

    Hmm, maybe I should have mentioned the more general advice to clear cache and your Google cookies, in case something "stuck" is causing this problem.
    '''Cookies''' - While viewing a page on the site, try either:
    * right-click and choose View Page Info > Security > "View Cookies"
    * Alt+t (open the classic Tools menu) > Page Info > Security > "View Cookies"
    In the dialog that opens, google.com.au should already be entered at the top to drill down to just their cookies. You can remove the cookies individually. I suggest also changing the filter at the top to google.com and removing those as well. Then do a "full" reload using Ctrl+Shift+r.
    Does it make any difference?
    '''Cache''' - To flush the cache, you can use:
    "3-bar" menu button (or Tools menu) > Options > Advanced
    On the Network mini-tab > Cached Web Content : "Clear Now"
    If you have a large hard drive, this might take a few minutes.

  • 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

  • Spry Menu not dropping down in Firefox and Chrome

    Hi -
    I am not a professional and having difficulty.  I have inserted a spry menu bar in CS5 and it looks fine in IE, but doesn't drop down (can see a little bit) in firefox and chrome.
    I read a bunch and tried a fix to make the overflow visible, that fixed the problem but my formatting of locations of other areas went wild.
    The site is:  http://www.tucsonrealpros.com
    .....any help is much appreciated...been pulling hair out

    Hi,
    I have tried the site and can see the drop down for Home search, Buyers.
    Can you try to update the chrome and firefox.
    Thanks and regards
    Harshit yadav

  • Spry horizontal drop down problem in IE

    I would appreciate some help with a project I'm working on. My spry horizontal drop down menu looks best in Apple Safari on a Mac and looks worst in IE 8 on a PC. There are also some problems apparent in Firefox for both PC and Mac.
    The problem in IE is that the horizontal bar is not the correct height even though I have set the height in the css:
    ul.MenuBarHorizontal a
        display: block;
        cursor: pointer;
        color: #FFF;
        text-decoration: none;
        font-family: "Arial Narrow", Arial, Helvetica;
        font-size: 10pt;
        padding-top: 0.7em;
        padding-bottom: 0em;
        font-weight: normal;
        background-repeat: repeat-x;
        background-image: url(/2011images/gradientnav.jpg);
        height: 30px;
    The drop downs are the correct size, just the top menu bar that is not the right size.
    The menu bar is the correct height in Firefox and Safari, but in Firefox the menu bar is a few pixels higher than it should be.
    Here's the page I'm working on.
    http://westernstage.com/2011index.html

    This may help http://foundationphp.com/tutorials/sprymenu/customize1.php
    Also have a look here http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php#one
    Gramps

  • Application launching problem in Google Chrome

    Hi All,
       I am trying to launch a desktop application from browser(Google Chrome Version 21.0.1180.60 m).
    When i try to launch the application it is asking for AIR install even though i have already installed adobe air. When we try to install adobe air it says 'A download error occured. Try to download again'. Any idea pleas help me.
    regards,
    Jayagopal.

    Hi Manish,
    Is your problem resolved? I am facing a similar issue. When I scroll in my Table, the scrollbar disappears.
    Please share your solution if you were able to resolve.
    Thanks
    Anoop    

  • Adobe XI Print problem using Google Chrome

    I have recently updated to Adobe XI and downloaded a PDF print at home rail ticket. I currently use Google Chrome which I find quicker than Internet Explorer but when I download the PDF and try to print when using Chrome I get the message 'Prop Res DLL not loaded' . I decided to try printing when in Internet Explorer and the document printed without problem. So is there an incompatibility with Chrome and Adobe XI and can it be fixed? I did try Adobe Help and Repair but the same problem arose.

    Chrome uses its own PDF viewer, not Adobe Reader.  Download the document to your local disk, then open and print it from there.

  • Inserting Flash Video causes display problems in Google Chrome

    Hi all,
    I have tried in insert a Flash Video (.flv) into Dreamweaver using the Insert > Media > Flv command.
    The video looks fine in both Firefox and Interent Explorer. The problem is Google Chome does not display the video at all. It shows a white background. As I right+click onto Google Chrome, it says About Flash Player which means it is already installed into the browser.
    Does anybody know how to resolve this issue?
    Thanks!

    clavin007 wrote:
    Does anybody know how to resolve this issue?
    Well certainly not without seeing your code. 
    Please be kind enough to post a link to your page.

  • How can you delete the automatic drop-down address in Google mail on the iPad2??

    I want to delete an e-mail address that automatically  pops up when I send from Google mail.  How can I do this? Thanks!

    Use these steps to remove saved (form) data from a drop down list:
    #Click the (empty) input field on the web page to open the drop down list
    #Highlight an entry in the drop down list
    #Press the Delete key (on Mac: Shift+Delete) to remove it.
    *http://kb.mozillazine.org/Deleting_autocomplete_entries

  • When trying to upload a photo to Facebook Firefox 5 hangs. I have no problem with Google Chrome

    When I try to upload a photo to Facebook, Firefox 5 hangs. I have downloaded and used Google Chrome and it uploads in seconds. Thanks for any help.

    I have used the address bar frequently since the problem began. I just checked my History record, it is blank and has no entries since I cleared it several days ago. (Had a rouge search engine that I accidentally downloaded when I was trying to get Firefox 3. I finally got rid of all traces and in the process cleared the history. But there should be at least 2 or 3 days of history and my bookmarks are ok! Auto complete is set to use both.

  • Flash Problems with Google Chrome..

    For the past several weeks, I am having problems with viewing my YouTube Videos.  The video is getting very choppy and the audio quality is terrible. I am a computer technician and I do a lot of IT work. I have been using Chrome as my primary internet browser and I have been using it for years. For the past several weeks, it was very stressful for me to figure out the problem. I have googled the information and all of the results are the same. Here what I have done:
    I had uninstalled Flash Active X and the Plug in, restarted my computer, and re-install the program. Results: nothing. No improvements.
    I had uninstalled Google Chrome. Resetted my machine. And re-installed Chrome with the defaults options. Results: nothing. No improvements.
    I removed my video, and my network card from my computer. Resetted my machine, and re-install the appropiate drivers. Results: nothing. No improments.
    I had followed Google's recommendation from their FAQ site but no luck there..
    I had resetted my cable modem and the wireless router to see if I am missing something. Results: nothing. No Improvement.
    I am running Windows 7 Ultimate 32-bit OS and I do not have any internet accelerators or anything to help out with my internet.
    I have done several system checks and it passed with flying colors.
    I am planning to write to Google about this and see what they say but I'm writing to you first.
    I have the most recent Flash player on my system which is the 11.7.700.224.
    Can you help me and find out what the probem? When I tried Inernet Explorer, it plays well but my heart is set to Google Chrome and I don't want to switch back.
    I do need the help here.. I had done all of the things but no success. Can you help me find what I'm missing here?
    Thanks!

    You have to upgrade to 10.6.8 to be able to download the new Flash plug-in. The Snow Leopard 10.6 DVD should still be available from Apple for $20. You will have to call Apple Customer Care 1-800-692-7753 or 1-800-676-2775 to purchase it. It may still be in the Legacy Products list. The App Store which is required to download 10.7 Lion or 10.8 Mountain Lion is part of the 10.6.6 update.
    If they no longer have any in stock you will have to buy it from eBay or Apple resellers that still have stock. But you will have to pay a premium since the DVDs are no longer being made. Snow Leopard DVDs are already up to $100 on Amazon.
    http://www.ebay.com/sch/i.html?_nkw=10.6+snow+leopard&_sacat=0&_odkw=mac+os+10.6 &_osacat=0

  • E4200 Web-based User Interface having problems in Google Chrome 8 web browser

    Setting up a new E4200. My main web browser is Google Chrome (and Chrome has worked well with all of my other Linksys products, and that's a lot of products .
    The problems:
    1) The warning message that pops up (when using IE8) about changes in the Web UI breaking Cisco Connect's ability to manage the router does not appear.
    2) The "DHCP Reservation" button on 'Setup / Basic Settings' does not pop-up, making it impossible to make changes to the DHCP table in Chrome. Works fine in IE8.
    NOTE: The "DCHP Client" button on 'Status / Local Area Network' does work, so it appears that some pop-ups are working but not all. 
    NOTE: I don't customize my Google Chrome settings with regards to pop-ups and haven't seen this problem with any other site (well, except for some Oracle web applications that are years old, but those don't work in FireFox either and appear to have IE6-specific code). 
    Platform: Windows 7 Ultimate 64-bit, Google Chrome 8, E4200 firmware 1.0.0
    (Mod note: Edited for guideline compliance.)

    i use chrome and firefox but 99.8% is used on chrome. i have no issues. i do not use the cisco connect CD. it causes more harm than good. the warning is correct. you can break some things on the web based UI if you use the CD...

  • Problem in Google Chrome

    <s:VideoDisplay  mediaPlayerStateChange="loading(event)" id="myPlayer" source="rtmp://xxxxxx width="100%" height="100%">
      </s:VideoDisplay>
    When i compile and run the above code it is working fine in Firefox and IE but not in Google Chrome.
    Thanks for support in advance.

    Hi Manish,
    Is your problem resolved? I am facing a similar issue. When I scroll in my Table, the scrollbar disappears.
    Please share your solution if you were able to resolve.
    Thanks
    Anoop    

  • Apex 4.1 - strange login redirect problem in Google Chrome?

    Hi,
    just wondering if anyone else is seeing this too...
    Just upgraded to Apex 4.1 and latest Apex listener. Now whenever I navigate the Application Builder in Google Chrome (latest version 15.0.874.102 m), I keep getting redirected to the Apex login page. E.g. when running a page from the builder, then clicking the "Edit page" button at the bottom, I get redirected to the login page and have to log in to the builder again. It might also happen when trying to open the "Utilities | Page Events" in the Application Builder. Anywhere in the builder really, not just one or 2 specific functions. On the second go, I'm usually lucky and are able to open the desired page/function.
    Switching to latest version of Firefox has so far fixed the problem.
    Just kinda strange.... might be how the browsers handles session state...??!?
    Regards,
    -Haakon-

    I have same problem in Chrome, IE7
    When i Click "Edit Page" on Developer panel, when app is running, apex redirects me to the APEX login page! And there is no matter, app is public or not, page is public or not. Every run, when clicked developer panel button, it redirects me to the APEX login page.
    Help please!!!

  • Adobe Muse, using an adobe edge web font but having a problem with Google Chrome

    I have created a website with Adobe Muse and I am using an adobe edge web font that looks great on all browsers except for google Chrome... On chrome the font looks fuzzy and broken-up. Is there a way to fix this??? Thanks.

    This is the error:
    Add-ons: {d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}:1.3.3,{097d3191-e6fa-4728-9826-b533d755359d}:0.7.12,[email protected]:1.2,{d40f5e7b-d2cf-4856-b441-cc613eeffbe3}:1.48.3,{CE6E6E3B-84DD-4cac-9F63-8D2AE4F30A4B}:3.2,{3112ca9c-de6d-4884-a869-9855de68056c}:7.1.20101113Mb1,[email protected]:1.72.0,[email protected]:1.2,{36450ee9-67e2-46a0-8a90-eabde5d74e28}:1.300.306,[email protected]:2.2.0,[email protected]:3.60,{29c4afe1-db19-4298-8785-fcc94d1d6c1d}:0.6.2009110501,[email protected]:1.6,[email protected]:1.1.3,vshare@toolbar:1.0.0,{972ce4c6-7e08-4474-a285-3208198ce6fd}:3.6.13
    BuildID: 20101203074432
    CrashTime: 1298598340
    EMCheckCompatibility: true
    Email:
    FramePoisonBase: 00000000f0dea000
    FramePoisonSize: 4096
    InstallTime: 1291988448
    ProductName: Firefox
    ReleaseChannel: release
    SecondsSinceLastCrash: 6558
    StartupTime: 1298598134
    Theme: classic/1.0
    Throttleable: 1
    URL: https://mail.google.com/mail/?shva=1#inbox
    Vendor: Mozilla
    Version: 3.6.13
    This report also contains technical information about the state of the application when it crashed.

Maybe you are looking for

  • Problem with Adobe Forms - Layout designer just closed.

    Dear All, When I start to edit some PDF form in SFP transaciton I get crash all of SAP GUI programms on my PC. It all  just has closed and that's all. No errors, no message. This is heppened whith installed: Adobe Life cycle Designer 7.0 Adobe Life c

  • Order Split

    Hi, I would like to know if thera any way to do an split order after the order had been schedule. I mean after the status of the operation is mark as a PLAN. This status turn on after the order had been allocated using the transaction CM21. I really

  • Enabling layer object  outlining on object like CS5?

    Is there a way to enable layer selection by locking the object? Example, in CS5.5 when you selected on an object (say a text box inside a circle) it would automatically select that layer so you an move it. IN CS6 you have to select the layer from the

  • Enhancement Point

    Hi I have to disable/hide  the check box Display no values in MB52 kindly tell me how can i do that what i saw is enhancement point ENHANCEMENT-POINT RM07MLBS_G4 SPOTS ES_RM07MLBS STATIC. should i create implementation for above enhancement point and

  • Presario sr2030nx need drivers after upgrading to windows 7 ultimate 64 bit

    presario sr2030nx had xp media center edition, i upgraded to win 7ultimate 64 bit. my dvd player says it has some drivers dissabled there was a pop up about all drivers need to be signed ,  also a unknown device is missing drivers as well. please hel