Spry submenu not displaying in Chrome or Firefox

I am having problems with my Spry menu (produced with Dreamweaver CS5).  The submenus only appear in IE in compatibility mode and not at all in Chrome or Firefox.  The site is at http://www.vectors-meeting.eu and there should be additional items under programme and travel.  Any help would be greatly appreciated.

W3C Validator isn't too happy with your menu code.
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.vectors-meeting.eu%2F&charset=%28detect +automatically%29&doctype=Inline&group=0&verbose=1&user-agent=W3C_Validator%2F1.3+http%3A% 2F%2Fvalidator.w3.org%2Fservices
As Spry is no longer supported, and your menu is so simple, you might also consider switching to a simple HTML/CSS menu
http://alt-web.com/DEMOS/CSS2-Horiz-Drop-Menu.shtml
or a JQuery menu.

Similar Messages

  • Spry submenu not displaying in IE

    Hello,
      I just finished designing my first site with dreamweave, and am having some problems.I have read some threads and found the advice helpful to my situation, but still have a problem.
    My spry menu was not displaying in Internet Explorer when activex is was enabled.  I fixed part of the problem; the main Vertical Spry menu displays, but the submenu (for services) and the background rollover are different than what I intended (and what they are in Firefox).  Can someone point me in the right direction?  I'll upload my vertical .ccs and .js files, please let me know if you need more.
    Thanks,
    Kalyndra

    I've played around with this for a while, but I think there is something in your SpryMenuBar.js file that is not working; or, it is not uploaded to the server.
    Additionally, this declaration:
    /* 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: 100%;
        position: absolute;
        z-index: 1020;
        cursor: default;
        width: 150em;     /*  THIS WANTS TO BE 150px, NOT 150em but there are bigger issues (see below) */
        left: -1000em;
        top: 0;
        margin-top: -5%;
        margin-right: 0;
        margin-bottom: 0;
        margin-left: 95%;
    I recommend that you delete this SpryMenuBarVertical and all its associated files and insert it again. If you want to change things in the CSS files, do so carefully (and in the appropriate sections...layout in layout; color and fonts in their own section).
    By redoing, your submenu indicators will resume having the correct path (in your file, they are misnamed and improperly pathed), all your javascript and css files will be properly linked, etc.
    Beth

  • RoboHelp 8 WebHelp: Some images not displaying in Chrome or Firefox Browsers

    (I'm using RH8 v 8.0.2.208 under XP SP3, all latest Windows updates. Building to a WebHelp output.)
    I have many topics in which the images have a Fade In effect (Dynamic HTML Effect > Page has been loaded > Fade in). I build it into WebHelp.
    This works beautifully in IE8, but in Google Chrome,  and Firefox, there is no fade in (I can live with that I suppose) BUT some images are there, some are not - just white space where the image should be. I get identical problems, topic-for-topic, in Firefox and Chrome. Some fade-in images display, some don't. They are a mix of JPG and GIFs.
    Can anybody throw light on this?
    Help!

    laurenrobertson88 wrote:
    > I created my site using CSS divs, php and HTML and was
    testing it using safari
    > (as i am a Mac user) and everything looks correct. I
    then went to view and test
    > the site on Firefox and IE and some (not all) of the
    images are not displaying.
    > I have tried re-uploading, checking the paths and i cant
    see a soloution. I am
    > currently testing the site here:
    >
    http://www.omobono.co.uk/test/sapient/indexcss.php
    >
    > i cant figure it out - help!
    Using Firefox on my PC I get 3 images missing:
    1.
    http://www.omobono.co.uk/test/sapient/images/logo.jpg
    2.
    http://www.omobono.co.uk/test/sapient/images/nav_home_over.jpg
    3.
    http://www.omobono.co.uk/test/sapient/images/mainline.jpg
    When I try to view them I get this error message:
    The image “
    http://www.omobono.co.uk/test/sapient/images/mainline.jpg”
    cannot be displayed, because it contains errors.
    Maybe try exporting the images again and uploading again? A
    quick google
    shows it could be the colour settings, make sure they are set
    to RGB,
    not CMYK.
    Steve

  • Spry submenue not displaying correctly  on IE

    Hello fellows,
    I have tested my site on many browsers it looks ok on all
    except IE. It's the way the sub menus are displayed in Internet
    explorer. If you click on landscape -->getty photos ( the getty
    tab is far to the right and is disconnected from the main menu)
    I tried playing with the ul.MenuBarHorizontal ul ul but that
    affected the look on firefox and safari.
    Here is the site:
    http://karimsalha.com/
    Below is the spryhorizontal.css code
    Thanks in advance

    I had the same problem and finally just gave up on the Spry
    menu and went with a license from Milonic.com.

  • My vertical Spry is not displaying properly in IE 8

    I am working on my first website using Dreamweaver CS4 and my spry is not displaying properly over my flash photo gallery.  It looks ok in Firefox (although the borders are missing on my submenu for "sheds tool list") but in IE 8 the submenus can't be seen.  How can I correct this?
    My website is www.toolshedstudio.com
    Here's my 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: 10em;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
    /* 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;
        padding: 0;
        list-style-type: none;
        font-size: 100%;
        position: relative;
        text-align: left;
        cursor: pointer;
        width: 170px;
        border-top-style: outset;
        border-right-style: outset;
        border-bottom-style: outset;
        border-left-style: outset;
        border-top-width: thin;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
    /* 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
        border: 1px none #CCC;
    /* 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 */
    ul.MenuBarVertical a
        display: block;
        cursor: pointer;
        background-color: #000;
        padding: 0.5em 0.75em;
        color: #CCC;
        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: #33C;
        color: #000;
        font-size: 100%;
    /* 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: #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;

    Hi
    You flash movie doesn't have the parameter wmode=transparent. If  you set that, the menu bar will be on top.
    <param name="wmode" value="transparent">
    I hope this helps.
    Ben

  • Cross browser testing : Modifier Keys playback actions not working in chrome and Firefox

    Hi,
    In my work flow I have to select multiple items in list.So I have recorded 'Ctrl+Click' action to select list items.In Chrome and Firefox it is not selecting multiple Items.
    Even Ctrl+A,Ctrl+C,Ctrl+V also not working in chrome and Firefox.Complete modifier keys support is not observed in chrome and Firefox.Let me Know how to automate modifier keys actions in cross browser?
    Regards,
    Nagasree.

    Hi Nagasree,
    Welcome to MSDN forums.
    First,please make sure the Chrome and Firefox is supported by cross browser testing.
    Latest version of Chrome and Firefox supported by cross browser testing are Chrome version 38.0.2125.111 and
    Firefox 33.
    I doubt whether Chrome and Firefox in cross browser testing don’t support automating modifier keys or there is anything wrong on it if you are using supported browser. Since this issue is related to the Extensions tool
    Selenium components for Coded UI Cross Browser Testing, if possible, I suggest you post this
    issue here, click “Q AND A”, and then you could post this issue there, you would get dedicated
    support there.
    Thanks for your understanding.
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Blog not displaying in Chrome...looks like prototype.js issue

    I have an iWeb page with a blog, and the blog does not display in Chrome. If you look at the javascript console, there is an error:
    Uncaught TypeError: Object [object HTMLDivElement] has no method 'selectFirst'
    adjustLineHeightIfTooBigiWebSite.js:604
    onPageLoadGlenns_Blog.js:9
    (anonymous function)Glenns_Blog.html:46
    onloadGlenns_Blog.html:47
    window.onloadchrome-extension://aonjhmdcgbgikgjapjckfkefpphjpgma/measureIt.js:42
    Googling around, this looks like a Chromium issue, but I can't find anything newer than 2008. Looking at the code (line 604 in iWebSite.js), there is this:
    {oTextBoxInnerDiv=oTextBoxOuterDiv.selectFirst("div.text-content");if(oTextBoxIn nerDiv)
    In this case oTextBoxOuterDiv is an HTMLDivElement, not a prototype-enhanced DOM element, so selectFirst is not defined on it. Odd, though, that this works in all other browsers. In Firegox, oTextBoxOuterDiv is a prototype-enhanced DOM element, so it works.
    Any ideas why Chrome acts this way?
    Thanks,
    Glenn

    aferris wrote:
    >
    > If I try to use the forum search functionality, without signing in,
    > with any recent build of Google Chrome then I do not see the captcha
    > image box. Since I can't fill out the captcha box I can't search.
    > It's due to Chrome not displaying the insecure content on an
    > otherwise secure page. We've just recently changed our captchas to
    > use a secure service to avoid exactly this issue. Could something
    > like that be done for the Novell forums? I know I can log in but
    > sometimes it's nice just to look and search.
    >
    > thanks,
    > Andrew
    I'll pass this on to the forum administrator.
    Thanks for pointing it out.
    Kevin Boyle - Knowledge Partner
    If you find this post helpful and are logged into the web interface,
    show your appreciation and click on the star below...

  • On windows 7 only, ie9 and firefox 4 spry bar not displaying correctly?

    This website www.colonialstock.com does not display the spry menubar correctly.  I need it to go all the way to the right.  But when I do a view on IE8 or do the compatibility view on IE9 (which is the same as IE8) it brings the bar too far, making it fall below where it is.  I need it to work on both browsers.  The same is on firefox 4 and earlier versions.  I am guessing this is just a windows 7 issue in all.  Also on firefox when i hover on this tab issuer services> annual meeting & proxy the sub sub menu appears farther down than it should it works fine on all ie8/9 versions.  Please let me know if you have any solutions.

    See here http://forums.adobe.com/message/4002145#4002145
    Gramps

  • Column Highlighting Not Working in Chrome or Firefox but works in IE

    Version  4.1.1.00.23
    Hello,
    I have a classic report that I'm trying to apply dynamic column highlighting on.
    I'm following the discussion from Jari https://forums.oracle.com/thread/2209261
    The columns to be highlighted are being determined from a table that gets set every month and the value are being selected in the report query.
    The javascript that is in the Region Footer is:
    [code]
    <script type="text/javascript">
        $(function()
            $('##REGION_ID# input[name="f01"]').each(function(i)
                if ($x('f01').value == 1)
                    var forcast = "JANFORECAST";
                    var actual  = "JANACTUALS";
                    var mth_var = "JANVAR";
                    var mth_var_pnct = "JANVARPER";
                if ($x('f01').value == 2)
                    var forcast = "FEBFORECAST";
                    var actual  = "FEBACTUALS";
                    var mth_var = "FEBVAR";
                    var mth_var_pnct = "FEBVARPER";
                if ($x('f01').value == 3)
                    var forcast = "MARFORECAST";
                    var actual  = "MARACTUALS";
                    var mth_var = "MARVAR";
                    var mth_var_pnct = "MARVARPER";
                if ($x('f01').value == 4)
                    var forcast = "APRFORECAST";
                    var actual  = "APRACTUALS";
                    var mth_var = "APRVAR";
                    var mth_var_pnct = "APRVARPER";
                if ($x('f01').value == 5)
                    var forcast = "MAYFORECAST";
                    var actual  = "MAYACTUALS";
                    var mth_var = "MAYVAR";
                    var mth_var_pnct = "MAYVARPER";
                if ($x('f01').value == 6)
                    var forcast = "JUNFORECAST";
                    var actual  = "JUNACTUALS";
                    var mth_var = "JUNVAR";
                    var mth_var_pnct = "JUNVARPER";
                if ($x('f01').value == 7)
                    var forcast = "JULFORECAST";
                    var actual  = "JULACTUALS";
                    var mth_var = "JULVAR";
                    var mth_var_pnct = "JULVARPER";
                if ($x('f01').value == 8)
                    var forcast = "AUGFORECAST";
                    var actual  = "AUGACTUALS";
                    var mth_var = "AUGVAR";
                    var mth_var_pnct = "AUGVARPER";
                if ($x('f01').value == 9)
                    var forcast = "SEPFORECAST";
                    var actual  = "SEPACTUALS";
                    var mth_var = "SEPVAR";
                    var mth_var_pnct = "SEPVARPER";
                if ($x('f01').value == 10)
                    var forcast = "OCTFORECAST";
                    var actual  = "OCTACTUALS";
                    var mth_var = "OCTVAR";
                    var mth_var_pnct = "OCTVARPER";
                if ($x('f01').value == 11)
                    var forcast = "NOVFORECAST";
                    var actual  = "NOVACTUALS";
                    var mth_var = "NOVVAR";
                    var mth_var_pnct = "NOVVARPER";
                if ($x('f01').value == 12)
                    var forcast = "DECFORECAST";
                    var actual  = "DECACTUALS";
                    var mth_var = "DECVAR";
                    var mth_var_pnct = "DECVARPER";
                $(this).parents("tr:first").find('[headers="' + forcast + '"]').css({"background-color":"silver"});
                $(this).parents("tr:first").find('[headers="' + actual + '"]').css({"background-color":"silver"});
                $(this).parents("tr:first").find('[headers="' + mth_var + '"]').css({"background-color":"silver"});
                $(this).parents("tr:first").find('[headers="' + mth_var_pnct + '"]').css({"background-color":"silver"});
    </script>
    [/code]
    The highlighting works in Internet Explorer, but the same columns are not being highlighted in Chrome or Firefox and there are no errors being reported in either browser.
    Can someone help me with this?
    Is there additional information I can provide that I haven't.
    Thanks,
    Joe

    Hi Fac,
    This is a classic report. After debugging all 3 browsers I finally found the issue.  First, my javascript isn't very good.
    When I looked at the source of the page, I saw that 'F01' contained the value to determine which month's columns to highlight.
    I then thought that if I evaluated the contents of 'F01', using $x('f01').value, that I could set my variables in my if statements.
    During my debugging of the javascript in each of the browsers I came upon the 'this' object being displayed in the watch window. When I expanded the node to view the contents I saw that it also contained the value of the month to highlight as well.
    I have since changed my 'if' statement to if ($x(this).value == <month number> and the hightlighting is working in all 3 browsers correctly.
    Is this still not the right approach as Jari discusses in his post I referenced above?
    Thanks,
    Joe

  • Spry Widget not displaying properly

    Forgive me for what is, I am sure, a simple problem: I'm new to working in DreamWeaver and am making a site for a friend to teach myself. 
    I have added a vertical spry menu to my webpage.  One item from the menu has a few more specific topics and so a few more items have been added as a submenu.  I had done something that caused there to be a big space (the same height as the pop out submenu) to appear within the main menu.  I fiddled around and now seem to have changed something causing the submenu to display in the main menu along with the rest of the items. How do I make the submenu return to being invisible until the cursor is held over the specific menu item, and then pop out to the right?
    As I'm new to all of this, I'm not even entirely sure of what part of the code to show in order for someone to tell what's wrong... Hopefully this is of help.  The 5 items (Highland Cattle through to Produce) are intended to be the fly out submenu. 
    <div class="sidebar1">
        <ul id="MenuBar1" class="MenuBarVertical">
          <li><a href="#">Home</a></li>
          <li><a href="#">About Us</a></li>
          <li><a href="#" class="MenuBarItemSubmenu">Our Products</a>
            <ul>
              <li><a href="#">Highland Cattle</a></li>
              <li><a href="#">English Black Sheep</a></li>
              <li><a href="#">Rideau Arcott Sheep</a></li>
              <li><a href="#">Heritage Poultry</a></li>
              <li><a href="#">Produce</a></li>
            </ul>
          </li>
          <li><a href="#">Buying Local</a></li>
          <li><a href="#">Heritage Breeds</a></li>
          <li><a href="#">Photo Gallery</a></li>
          <li><a href="#">Contact Us</a></li>
        </ul>
      </div>
      <div class="content">
    Thanks!  Robyn

    As I'm new to all of this, I'm not even entirely sure of what part of the code to show in order for someone to tell what's wrong...
    The best approach by far is to upload a page to the web which displays the problem you're facing.
    Then post a link to that page here. A link gives us access to every file that we need to inspect.
    That way, it's quick and easy for you to post and quick and easy for us to check and diagnose with browser based troubleshooting tools and will gain many more responses here.

  • Internal pdf links not working in chrome and firefox

    I have some PDF files that I am adding links to additional PDF files that are located in the same folder on our webserver using Acrobat Pro XI. The links work fine in IE and the other PDF files open up and display well in the IE browser, but the links don't even show up in Chrome and will not open in Firefox. Further, the links in Safari, deliver an error message pop up saying the file could not be opened. If you click OK, the file does open. Also, in Acrobat > Tools > Add or Edit Link, I can change the properties to "Open File" and pick the "Open in New Window" option, but when I save the changes and come back, the option has automatically changed back to "Execute a Menu Item" and of course, the file I'm linking to does not open in a new Window.  These files were originally created in Word by another person and the person who converted them to PDF added fillable form fields throughout the document prior to converting to PDF. The links I am adding are being added using Acrobat Pro XI in the PDF file. Should we insert the above-mentioned links in the Word docs prior to converting to PDF to ensure the links work in all browsers, or are these browser issues common to all internal PDF links?
    Please help!
    Thanks,

    Make sure that you are using the Adobe PDF NPAPI viewer for Chrome and Firefox.  Both Google Chrome and Mozilla Firefox now have their own default PDF viewers.
    To change Chrome's settings use this blog:  Change PDF Viewer back to Adobe’s in Google Chrome « Caveat Lector
    To change Firefox's settings use this:  How to disable the built-in PDF viewer and use another viewer | Firefox Help

  • Edge Animate not playing in Chrome or Firefox?

    Hi guy's,
    I've embeded an Edge Animate file as an i-Frame so the animation can be viewed in our companies LMS (as it uses a WIZIWIG editor to create the content), the animation plays in Safari and on iPad etc, but it wont play on Chrome or Firefeox?
    Does anyone have any idea on how I can make sure it plays on all browsers please?
    I'm a bit of a newbie, so sorry if this is a stupid question?
    Cheers,
    Stu

    Hi Elaine,
    I've checked the comsole, It looks like there might be an error on our Firewall as it says 'display: blocked'
    However, as the file is hosted externally it shouldn't make a difference? I've tried veiwing the slider on an 'un-networked' machine on both Chrome and Firefox, and it doesn't seem to play still.
    Here's the link to my Google Drive so you can have a look at the files: https://drive.google.com/folderview?id=0B7_E2OecMf0aRFFnOVMtWE9zMVE&usp=sharing
    Also, using the HTML button on this WIZIWG editor, I've embeded the HTML in here too:
    It's not loading in Chrome on here either? I'm using an iframe too as the WIZIWIG Editor in our LMS srtips out the code

  • Spry HTMLDataSet not displaying in GoDaddy Website Tonight

    Hi,
    Has anyone tried using Spry with Website Tonight?
    I'm displaying a Spry HTMLDataSet on a Spry Tabbed Panel.   It's a pretty simple page - you can see it working here: http://www.bigdogrugs.com/Script/TestMDTabs.html.  The original Spry scripts are unmodified.
    When I embed this code into a GoDaddy Website Tonight template, the tabbed panel works ok but the DataSet is not displaying.  You can see the result here: http://michellesirois-silver.com/Gallery.html.  The script and style tags are embedded in the HTML body vs. the head as that is a Website Tonight limitation (Website Tonight does have an option to embed script in the page head but that didn't work either.)
    This may be a CSS problem.  I'm just using the default Spry MasterDetail.css and SpryTabbedPanels.css.
    I'm using Spry 1.6.1 and have tested in Firefox 3.5 and IE 8.
    Thanks,
    Jerry

    Hi Jerry,
    I suspect this is a case of encountering the cross site scripting security rules.  Basically this stops you showing content from one site on another site, as it makes a user vulnerable to script from another site running in their browser.
    So in your case you can't show html or xml from another site in your site. You are trying to show content from one site http://www.bigdogrugs.com/Script/Gallery.html on another http://michellesirois-silver.com/Gallery.html and the browser security models prevent this.
    var dsHosta = new Spry.Data.HTMLDataSet("http://www.bigdogrugs.com/Script/Gallery.html", "Hosta");
    If you place Gallery.html from bigdogrugs into http://michellesirois-silver.com/Script/Gallery.html and change the SpryHTMLDataSet reference then it should all work fine.
    Regards
    Phil

  • File Share search results not opening in Chrome or Firefox

    Today I crawled a portion of our file shares without incident. Everything is looking good. Except I cannot open any file share links in Chrome or Firefox. IE works flawlessly. Is this known behavior?

    File system search result link does not open on Firefox or Chrome
    Summary: The
    file system connector shows URLs with "file://" protocol in search results. However, Firefox and Chrome don't open such links when clicked in result page.
    Cause: Firefox and Chrome doesn't open "file://" links from pages that originated from outside the local machine.
     This is a design decision made by those browsers to improve security.
    Workaround: In order to enable local file access for Firefox and Chrome, please follow the steps as described below. 
    Please note with security risks caused by enabling such access.
    Firefox:
    Open Firefox.
    Enter about:support to the address bar.
    Click Open Directory for Profile
    Directory.
    Create or open user.js and add the following lines:
    user_pref("capability.policy.policynames", "localfilelinks");
    user_pref("capability.policy.localfilelinks.sites", "file:///[[PUT
    SERVER NAME HERE]]";);
    user_pref("capability.policy.localfilelinks.checkloaduri.enabled",
     "allAccess");
    Restart Firefox
    Source: https://support.google.com/gsa/answer/2664790?hl=de

  • Flash is installed ,but not seen by Chrome or Firefox

    Here is what I checked in Chrome , I have: 
    Adobe Flash Player - Version: 15.0.0.189
    Shockwave Flash 15.0 r0
    This is installed but not being recognized by  either firefox or chrome. I am on a WIN 8.1 pc and IE does not work so it is disabled/turned off. It does not even open anyway.  How do I fix this?

    Let me clarify, I need flash to work in Firefox and Chrome, IE is not important. I rarely use it

Maybe you are looking for

  • HT1198 Can I share my iPhoto library with other logons on the same computer

    My iMac has three separate logons for members of my family. However, it would be very useful if we call all access the same iPhoto library. Is this possible?

  • Unlimited data is a fraud!

    So, I'm an unlimited data user, and I've come to find out I've been throttled down you'll 22kb/ second.  According to verizon's executive customer service, this is to urge me to not use more than 2GB a month.  I can understand some throttling of heav

  • Can not export my movie from iMovie '09

    Hey there, Have a problem. Been working on a nice clip, wanted to export the movie and I get this error message that sais: Unable to prepare project for publishing. The project could not be prepared for publishing because an error occurred. (-50) Wha

  • Problem with Superdrive after using Bootcamp

    Alright so earlier today I decided to Bootcamp my Macbook and install Windows 7 with a 70GB partition. I was using https://help.apple.com/bootcamp/mac/5.0/help/#/bcmp173b3bf2 and http://www.howtogeek.com/186907/how-to-install-windows-on-a-mac-with-bo

  • Letter of Credit treatment in liquidity forecast FF7B

    Hi there, My client has a requirement to display letter of credit for import purchase in the liquidity forecast report. My original thought is to treat the L/C as the the noted item using a special G/L indicator, so it can be captured in FF7B. Howeve