Site does not work in some browsers

I transferred my site via an external ftp host.

It works in some browsers, such as Explorer 10.

But it does not work in 11 of Explorer, Firefox, Safari and Chrome.

You can go to the website and see the first page, but you can't use the menu and go to the other pages.

What can be done to fix this?

There seems to be an object (probably an empty text block) on the top, obscuring most (all?) of the menu. The object has no border or background. That is to say up to 10 have a bug that allows the mouse events through objects that have no fill or stroke (which is contrary to the HTML specification and not how other browsers work).

Delete the empty and everything should work as expected.

Tags: Adobe Muse

Similar Questions

  • Nav background image does not display in some browsers...

    Hello

    I am trying to build a model of Web site - still ironing a few bugs, but just found out that the information in my navigation bar image does not appear on some browsers (including certain versions of Internet Explorer). It works in IE8 where my first test (on both my drive local and temporary 'live' server, but in most other browsers, does not appear...

    Here is a link to my test page:

    and here's the css with the code in red:
    / * Menu external Wrapper * /.
    {.p7PMMh04}
    Width: auto;
    height: 20px;
    margin: 0 auto;
    do-family: Arial, Helvetica, without serif.
    do-size: 11px;
    make-weight: bold;
    background-image: url (img/new_bk.gif);
    background-repeat: repeat-x;
    background-color: #000;
    text-align: left;
    line-height: normal;
    }
    / * Hide the submenu in Design view
    Compensate for the LI padding on doors sliding themes * /.
    .p7PMMh04 ul div {}
    display: none;
    }
    /*
    TOP LEVEL MENU
    */
    .p7PMMh04 ul {}
    margin: 0;
    padding: 0;
    }
    .p7PMMh04 li {}
    list-style-type: none;
    float: left;
    Width: 120px;
    }
    / * Hide IE5 Mac * /.
    .p7PMMh04 li {}
    Width: auto;
    }
    / * High level links * /.
    .p7PMMh04 a {}
    display: block;
    text-decoration: none;
    padding: 2px 14px 3px 14px! important;
    color: #ffc42a! important;

    / * border-right: 1px solid #8184e6;  */

    text-align: left;
    }
    / * Link stationary when a drop-down list is not present * /.
    .p7PMMh04 a: hover {}
    color: #df8f04! important;

    / * background-color: #DFDFDF; * /
    }
    /*
    Syntax of the special classes programmatically assigned to the first and last links and also read
    See the guide the user for more information
    .p7PMMh04 ul a.pmmfirst {}
    border-left: 1px solid #df8f04;
    }
    .p7PMMh04 ul ul {a.pmmfirst}
    border-left: 0;
    }*/
    .p7PMMh04 ul a.pmmlast {}
    }
    .p7PMMh04 ul li.pmmfirst {}
    }
    .p7PMMh04 ul li.pmmlast {}
    }
    / * First void / level * /.
    .p7PMMh04 ul ul {}
    z index: 10000;
    background-color: #333;
    Width: 150px;
    background-image: url(img/pmm_carbon_subs.jpg);
    background-repeat: repeat-x;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    }
    .p7PMMh04 ul ul li {}
    float: none;

    background-color: #000;
    background-image: none;
    }
    .p7PMMh04 ul ul a {}
    padding: 4px 12px! important;
    color: #ffc42a! important;
    border-right: 0;

    text-align: left;
    overflow: hidden;
    }
    / * tread on 1st level transfer * /.
    .p7PMMh04 ul ul a: hover {}
    background-color: #333;! important;
    color: #df8f04! important;

    }
    / * Third level (launchers in the horizontal menu) * /.
    .p7PMMh04 ul ul ul {}
    border-top: 1px solid #df8f04;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    border-left: 1px solid #df8f04;
    }
    /*
    THE IMAGE-ORIENTED SPECIAL RULES
    */
    .p7PMMh04 img {}
    border: 0;
    }
    .p7PMMh04 .p7PMM_img {}
    padding: 0px;
    border: 0;
    background-image: none;
    background-color: transparent;
    }
    /*
    TRIGGERS and the RULES of MARK CUURENT
    The Closed state is related to the trigger elements when their kids meals are not displayed
    The open State refers to the trigger components when their kids meals are displayed
    Selectors added with _left automatically change the orientation and position of the arrow
    If additional levels are set to fly to the left
    */
    / * Void / level * /.
    .p7PMMh04 ul a.trig_closed .p7PMMh04 ul a.trig_closed_left {}
    background-image: url(img/pmm_south_medium.png);
    background-repeat: no-repeat;
    background-position: Center-right;
    }
    .p7PMMh04 ul a.trig_closed_up {}
    background-image: url(img/pmm_north_medium.gif);
    background-repeat: no-repeat;
    background-position: Center-right;
    }
    .p7PMMh04 ul a.trig_open .p7PMMh04 ul a.trig_open_up {}
    Color: #000! important;

    background-color: #DFDFDF! important;   / * It's background color of rolling main drop-down list *.
    }
    .p7PMMh04 ul ul {a.trig_closed}
    background-image: url(img/pmm_east_dark.png);
    background-repeat: no-repeat;
    background-position: Center-right;
    }
    .p7PMMh04 ul ul {a.trig_closed_left}
    background-image: url(img/pmm_west_dark.gif);
    background-repeat: no-repeat;
    background-position: left Center.
    }
    .p7PMMh04 ul ul {a.trig_open}

    color: #FFF! important;
    background-color: #424242! important;
    }
    / * The current marker (you're here) links * /.
    .p7PMMh04 .current_mark {}
    make-weight: bold;
    color: #60c3d1! important;
    }
    .p7PMMh04 ul ul {.current_mark}
    color: #FFF! important;
    }
    /*
    Rule the utility used for floats in the horizontal Menus
    */
    {.p7pmmclearfloat}
    Clear: both;
    height: 0;
    line-height: 0;
    do-size: 0;
    }
    ---------------------------------------------
    Thanks in advance for any advice,
    Jesse

    Add overflow: hidden; (as shown below) for the class selector in your stylesheet p7PMMh04.css .p7PMMh04

    {.p7PMMh04}
    Width: auto;
    height: 20px;
    margin: 0 auto;
    do-family: Arial, Helvetica, without serif.
    do-size: 11px;
    make-weight: bold;
    background-image: url (http://home.roadrunner.com/~jgigandet/trinity/img/new_bk.gif);
    background-repeat: repeat-x;
    background-color: #000;
    text-align: left;
    line-height: normal;
    overflow: hidden;

    }

  • Add/Remove Programs does not work with some programs in XP

    Why add and remove program does NOT work on some programs. These are programs on a computer that was created using a process of the image. Like ghost?

    If you have a third party app that will not uninstall, I think I might check the support page for this application and see what they have to say about it.

    Some AV products have obtained quite complicated that add/remove programs is not the recommended way to remove them, so some companies have developed their own removal procedures and some have special programs to manage their affairs.

    Norton/Symantec has a special page for you:

    http://us.Norton.com/support/kb/web_view.jsp?wv_type=public_web&docURL=20080416133836EN

    I see that just goes through Add/Remove programs too, but there is an option "what happens if it does not work" too (or post in the forums).

  • Domain redirection to namecheap my version of the mobile site does not work well

    Hi, the mobile version of my site does not work after the redirect domain to namecheap.

    I have to set something?

    Sorry for my bad English

    Please check the dns management where you added the front end, its added field correctly then it should work fine.

    URL of the site will help you to study.

    Thank you

    Sanjit

  • How can I cancel my plan? I followed the steps recommended by Adobe, but when I click in 'manage plan' site does not work... Could someone help me, please?

    Hello

    How can I cancel my plan? I followed the steps recommended by Adobe, but when I click in 'manage plan' site does not work... Could someone help me, please?

    Hello

    Please contact adobe support https://helpx.adobe.com/in/contact.html?step=PHSP-PHXS_how-tos-troubleshooting_troubleshoo t_stillNeedHelp

    Thank you

    Jitendra

  • Sound does not work for some Web sites

    Hello

    I can't listen to music on the following Web sites:

    http://www.cede.ch/en/music/?branch_sub=1 & View = detail & ID = 896510 & Branch = 1
    http://estastonne.bandcamp.com/album/live-in-Odeon-2011

    I use the first a lot, which is really annoying. I've already looked and I think that the problem has to do with firefox. I have a linux system. When I try to play music, I see the time meter that works perfectly, the only problem is: I have no sound. If I install firefox 25, I have no problem. With firefox 26 or 27 of firefox it does not work. With the same configuration (plugins for example) if I switch to firefox 25, all right. I tried clearing the cache, but it does not help. I have no idea more.

    If anyone has an idea that would be great!

    Thank you

    This looks like a problem with the player player of the second site.

    I don't know what flavor of Linux, this thread is running, but there is a problem with GSStreamer around the time 25-27 that has been activated.

    I'm looking into this site and see player video javascript. The GSStreamer is used only with html5 and h.264 and others have their own codec.

    After some research on this second site, its an mp3 file. It's called TralbumData which is a hack for streaming music bandcamp. They use the MP3 format to 128 for data flow. http://Bandcamp.com/help/audio_basics There is also no volume control.

    So to answer your question, it seems to have been something that has stopped working. Please make sure that your media player is updated if you update to version 27.

    The bug for this specific page is https://bugzilla.mozilla.org/show_bug.cgi?id=921714 which recommend to disable media.gstreamer.enabled, in the subject: config as well.

    That should solve the problem!

  • Flash video streamin does not work on some Web sites.

    The content Flash streaming on some websites began to malfunction. Instead of content, all I get is a white box. Not even the interface of the video player doesn't load. This isn't a problem on all sites. YouTube works fine, but AMC.com does not work. Hulu works great, but CWTV.com does not work. It is a cross browser problem. I have updated the Flash Player and pretty much everything but I still have this problem. Help, please.

    figured it out. It was a Global setting in flash that clicked.

  • using firefox 24, yahoo toolbar disappears and the keyboard does not work on some websites

    We have installed firefox 24, yahoo toolbar sometimes disappears. On some web site when trying to enter a password, the keyboard does not work until you double click of the mouse on the registration form. This on two different systems of windows 7. Each thin seemed to work fine before the update prior to the installation of 24.

    Hello

    Try Firefox Safe mode to see if the problem goes away. Safe mode is a troubleshooting mode, which disables most of the modules.

    (If you use it, switch to the default theme).

    • Under Windows, you can open Firefox 4.0 + in Safe Mode holding the key SHIFT key when you open the desktop Firefox or shortcut in the start menu.
    • On Mac, you can open Firefox 4.0 + in Safe Mode holding the key option key when starting Firefox.
    • Under Linux, you can open Firefox 4.0 + with leaving Firefox then go to your Terminal and running Safe Mode: firefox-safe-mode (you may need to specify the installation path of Firefox for example/usr/lib/firefox)
    • Or open the Help menu and click on the restart with the disabled... modules menu item while Firefox is running.

    Once you get the pop-up, simply select "" boot mode safe. "

    If the issue is not present in Firefox Safe Mode, your problem is probably caused by an extension, and you need to understand that one. To do this, please follow article Troubleshooting extensions, themes and problems of hardware acceleration to resolve common Firefox problems .

    To exit safe mode of Firefox, simply close Firefox and wait a few seconds before you open Firefox for normal use again.

    When find you what is causing your problems, please let us know. It might help others who have the same problem.

    I hope this helps!

    Curtis

  • Google and other Web sites does not work after installing Bitdefender Internet Security.

    After that installation of the version of Bitdefender Internet Security offered to the 60-second-anti-virus plugin for Firefox of Bitdefender, a number of sites have stopped working. First of all, I cannot change my homepage, because the connection hangs, and Web site does not open. In addition, tries to connect to a number of Web sites (Google, Youtube, Yahoo, DuckDuckGo, etc.) created this site:
    "Secure connection failed".

    An error occurred when connecting to www.google.com. The server has rejected the transfer protocol because the customer to a lower version of TLS on the server supports. (Error code: ssl_error_inappropriate_fallback_alert)

       The page you are trying to view cannot be shown because the authenticity of the received data could not be verified.
       Please contact the website owners to inform them of this problem."
    

    In short, a lot of great websites do not work and are seriously harming my ability to work. Bing works as a site search engine that I can go to, but not as a home page. I desperately need help with this problem...

    Hi pokator, can you try disabling ssl scanning in bitdefender options and see if that makes a difference?
    http://www.BitDefender.com/support/what-to-do-when-security-certificates-cannot-be-verified-installed-1090.html

  • "Sweep left" does not work for some email notifications

    On some mail notifications, as documented works "sweep left" very well, but I'm still not clear what if any difference there is between 'X' and 'Clear' (see previous announcement) - I have recently several contradictory theories.  However, for SOME e-mail notifications, "left sweep" simply does not work - nothing happens.  I * think * it's maybe for 'complex HTML' messages, not 100% sure.

    Hi Doug

    As previously indicated, 'X' and are clearly part of the same key - typing will erase / reject notification from your list of recorded notifications.

    Also as previously indicated, there is a difference between alerts by mail in the list of alerts in the Notification Center (IE hitting swiping to the left on the alert) compensation and removal / rampage messages in the Mail application.

    More information:

    https://help.Apple.com/watch/#/apddca457a4f

    https://help.Apple.com/watch/#/apd29461a7b7

  • Overview of the site does not work in any browser.

    Site Overview does not work in one browser. WTF?
    PC, 64-bit, W7.

    The problem is resolved. The problem in the browser.

    Control Panel-> network and Internet-> Web Options-> click on the "Advanced" tab and click on the bottom of the "Reset...".
    Then, you turn your "default browser" browser.

  • I have a license for CS3 Design Premium, but not drive. Exactly where can I download the software? The solution on the Adobe Web site does not work...

    I have a license for CS3 Design Premium, but not drive. Exactly where can I download the software? The proposed solution on the Adobe (CS3 products download) website does not work...

    If the page that you are connected does not work, then it should so what happens when you try?  It is possible that it could be a simple matter of enable you cookies or try a different web browser.

    You can also try to download the demo version of the software through the page linked below and then use your current serial number to activate it.

    Don't forget to follow the steps described in the Note: very important Instructions in the section on the pages of this site download and have cookies turned on in your browser, otherwise the download will not work correctly.

    CS3 and CS4: http://prodesigntools.com/download-adobe-cs4-and-cs3-free-trials-here.html

  • iPhone iOS 9.3.2. Microphone does not work in some applications.

    MIC on iPhone 5 has stopped working.  Software not hardware.  First noticed when the other party could not hear me on a phone call.  Incoming or outgoing calls - hear the other party, but they don't hear me.  Voice memo does not work... doesn't detect any sounds.  Voice memo and calls work when headset inserted.   HOWEVER, Siri and voice command work very well without a helmet.  Therefore Mic works = no material.

    I have reset all settings - off one - there is sufficient space free etc etc.  Wanted to ask this forum for ideas before the reset complete of your data.  I see that there are problems with the iOS updates.  Not sure on the timing of the question as the phone is used by my 12 year old son.

    Any suggestion is appreciated.

    Hello donbisset,

    If the microphone on your iPhone 5 does not work correctly, follow the troubleshooting steps in the resources below.

    Get help with microphones on your iPhone, iPad and iPod touch

    Take care

  • 280 G1 Micro Tower HP: Chipset driver needed for HP 280 G1 Micro tour Win 7 32 Bit Driver on the HP Sup site does not work

    Driver chipset on the HP support site does not load correctly.  All other drivers will charge properly.    Can someone point me to a chipset driver that is installed correctly?

    Thank you!

    Hello:

    Try the one directly from Intel...

    A 2nd on the left side of the page is the automatic installation file.

    https://Downloadcenter.Intel.com/download/20775/Intel-chipset-device-software-INF-Update-utility-

  • F3 exposes function does not work on some users

    Hi guys,.

    My F3 function key that shows all open windows suddenly stopped working.

    • I restarted the dock using the terminal,
    • I moved office computer keyboard plist and restarted the computer
    • Restores all default keyboard shortcuts.

    The function key still doesn't, but if I create a new user and try it on this user it works but does not work for my main user.

    Any help, restore this back to normal will be highly appreciated.

    Thank you

    Hi guys, correcting the problem delete the following files from ~/Library/Preferences

    com.apple.dashboard.plist
    com.apple.desktop.plist
    com.apple.dock.plist

Maybe you are looking for