Firefox settings in custom not disabling explorer

I've noticed a screen display change regarding a lighter text that is appears on every website page and application such as MS Word. So I downloaded the new Firefox update 3.10 and ever since then the default settings have changed on my computer and I cannot change them back.
I try to set to custom settings to disable internet explorer but it starts a percentage loading bar graph then suddenly disappears and internet explorer is NOT disabled. I try to set non-Microsoft settings on my computer but the same thing occurs: a split-second bar graph that appears like it will load starts then disappears and internet explorer is not disabled. I have XP that I need to keep for Generic CADD and Norton Internet Security through Comcast. My last completed update was a Firefox 3.6 and a Flash update that Firefox suggested.

No boxes are checked.
Last week, I did have to use internet explorer to take an online test for a college math class. Would explore have reset my settings?
I keep getting an error message that disappears immediately. It reads that Firefox is not my default browser. However, the active bar reads: Mozilla Firefox.
When I attempt to change my Set Program Access and Defaults to something other than Internet Explorer it attempts the bar graph; but it won't complete the bar graph and progress. Instead, it disappears and when I reopen Set Program Access and Defaults it shows Internet Explorer is still my default.
And again the active bar reveals that I am supposedly connected to the internet via Firefox. If I check Tools>Options>Advanced>Check to see if Firefox is your default browser then I am shown a message that YES, Firefox is already my default browser. But intermittently, that error returns and alerts me that it is not.
Thanks for your suggestion.

Similar Messages

  • Spry menu works in Firefox and Safari, but not Internet Explorer

    I designed my school website in CS4 and  CS5.  The left spry menu bar appears correctly in Firefox and Safari, but in Internet Explorer the gray background and buttons do not appear.  You can only see the text and when you scroll over the text, it disappears even though when you click on it, the link does appear.  The website is http://ml.chinookschools.org.  I created the site on a mac and I am hosting it on a mac mini server on my network at school.  I am a beginner with Dreamweaver and I'm not sure if someone can help me with this, but I would sure be appreciative for any help offered. Here is the source code for the main template page:
    </style>
    <!-- TemplateBeginEditable name="head" -->
    <!-- TemplateEndEditable -->
    </head>
    <body>
    <div id="wrapper">
      <div id="header"><a href="../index.html"><img src="../images/header.jpg" width="950" height="121" /></a>
        <div id="apDiv1"><a href="http://chinookschools.org/" target="_blank"><img src="../images/hslink.gif" width="170" height="60" /></a></div>
      </div>
      <div id="bodyArea">
        <div id="left">
          <ul id="MenuBar1" class="MenuBarVertical">
            <li><a href="../calendar.html">Calendar</a>            </li>
            <li><a href="../contactinfo.html">Contact Information</a></li>
            <li><a href="../currenthappenings.html" class="MenuBarItemSubmenu">Current Happenings</a>
              <ul>
                <li><a href="../harwoodhappen.html">Mr. Harwood - K</a></li>
                <li><a href="../haslerhappen.html">Ms. Hasler - K</a></li>
                <li><a href="../tedwardshappen.html">Mrs. T. Edwards - 1</a></li>
                <li><a href="../lewishappen.html">Mrs. Lewis - 1</a></li>
    <li><a href="../whitneyhappen.html">Mrs. Whitney - 2</a></li>
    <li><a href="../weinheimerhappen.html">Mrs. Weinheimer - 3</a></li>
    <li><a href="../cedwardshappen.html">Mrs. C. Edwards - 4</a></li>
    <li><a href="../macleodhappen.html">Mrs. MacLeod - 5</a></li>
    <li><a href="../mackenziehappen.html">Mrs. MacKenzie - 6</a></li>
    <li><a href="../surberhappen.html">Mrs. Surber - Ex. St.</a></li>
              </ul>
            </li>
            <li><a href="../PDFs/gifted.pdf">Gifted &amp; Talented</a></li>
            <li><a href="../libraryhappen.html">Library News</a></li>
            <li><a href="../pto.html">PTO</a></li>
            <li><a href="#" class="MenuBarItemSubmenu">School Information</a>
              <ul>
                <li><a href="../activities.html">Activities</a></li>
                <li><a href="#" class="MenuBarItemSubmenu">Class Schedules</a>
                  <ul>
                    <li><a href="../harwood.html">Mr. Harwood - K</a></li>
                    <li><a href="../hasler.html">Ms. Hasler - K</a></li>
                    <li><a href="../tedwards.html">Mrs. T. Edwards - 1</a></li>
                    <li><a href="../Lewis.html">Mrs. Lewis - 1</a></li>
    <li><a href="../whitney.html">Mrs. Whitney - 2</a></li>
    <li><a href="../weinheimer.html">Mrs. Weinheimer - 3</a></li>
    <li><a href="../cedwards.html">Mrs. C. Edwards - 4</a></li>
    <li><a href="../macleod.html">Mrs. MacLeod - 5</a></li>
    <li><a href="../mackenzie.html">Mrs. MacKenzie - 6</a></li>
                  </ul>
                </li>
    <li><a href="../edlinks.html">Educational Links</a></li>
    <li><a href="../PDFs/handbook.pdf">Handbook</a></li>
    <li><a href="../PDFs/newsletter.pdf">Newsletters</a></li>
    <li><a href="../schoolforms.html">School Forms</a></li>
    <li><a href="../studyhall.html">Study Hall</a></li>
              </ul>
            </li>
            <li><a href="../staff.html">Staff</a>        </li>
            <li><a href="../index.html" class="MenuBarVertical">Home</a></li>
          </ul>
        </div>
    <div id="right"><!-- TemplateBeginEditable name="Editable Area" -->
    <!-- TemplateEndEditable --></div>
        <div id="footer">
          <div align="center"></div>
          <div align="center"></div>
        </div>
      </div>
    </div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    //-->
    </script>
    </body>
    </html>

    You are not using the latest Spry files
    The latest version of the Adobe Spry Framework is 1.6.1, this is the same version that ships with Dreamweaver CS4. If you use Dreamweaver CS3 (uses Spry 1.4), its wise to upgrade your files to the latest version. This can easily be done using the Spry Updater that can be found here.
    Then, if you have a look near the bottom of SpryMenuBarVertical.css you will see that the white background colour has been specified for IE as in
    @media screen, projection
        ul.MenuBarVertical li.MenuBarItemIE
        display: inline;
        f\loat: left;
        background: #FFF;
    Change the value to #CCC and it will have fixed that part of the problem.
    When you upgrade to the later version of Spry, make sure to keep a copy of the CSS file as a reference to modifying the new CSS file.
    Gramps

  • Spry menu works in Firefox and Safari, but not Internet Explorer 6, 7, or 8

    Our school website is doing a re design and in the adobebrowser test lab it looks great in all browsers except for IE 6, 7, & 8. Some of our faculty and staff are still running 7 or 8, so that's why I need to find a fix. For some reason it puts my last menu item underneath the first one which throws the whole thing off, but it's the exact way I want it on all other browsers. Using Dreamweaver CS5.
    Here is the link
    I would appreciate any help! Thanks

    Something has gone awry here but afer that, I'm not sure what to advise:
    </div>
                </li>          
                  <div class="latestnews"></div>
                </li>
              </ul>
              <p class="readmore"><a href="calendar.html">Click here to view all of the latest events &raquo;</a></p>
            </div>
    First off, you aren't supposed to have a <div> nested in an <li>.
    I also think that the whole unordered list there might  be poorly  formed.
    Martin

  • Creating a Windows 7 OS desktop short cut for gmail with Firefox as browser, not internet explorer

    I have an HP laptop that originally had Windows Vista Home Premium 64-bit OS. I recently upgraded to Windows 7 64-bit OS. I want to generate a desktop shortcut for gmail that uses Firefox as the browser not internet explorer (8). If I use IE 8 as the brower and enter in gmail.com, gmail opens. I can right click on that page and create a gmail desktop short cut with IE 8 as the browser. If I try the same steps using Firefox as the opened browser, I can't create a desktop short cut by right clicking...it is not an option. I can't make Firefox my default browser for everything as my work programs/shortcuts require IE. Again, how do I create a direct gmail desktop shortcut that uses Firefox as the browser, not IE 8, when IE 8 has to be the default browser?

    You could create a shortcut to open Firefox with a specific site using a command line argument.
    You can copy the shortcut that you use to open Firefox, then right-click on it and choose '''Properties'''. On the shortcut tab, you will see the target, it will look something like this:
    "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
    You can add gmail.com to this shortcut so it looks like this:
    "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" gmail.com
    For more details see http://kb.mozillazine.org/Command_line_arguments

  • Browser is not allowing sign in to excite web page. it says my settings are configured to disable cookies and/or javascript. please help

    i just got firefox 4.0, and i tried to simply sign in to myexcite.com, but instead the message "the browser you're using is not allowing you to sign in to Excite. Right now , your browser's settings are configured to disable cookies and/or javascript..."
    Please Help. I am new to Firefox 4.0

    First, create a specific [[Managing profiles|profile]] for Firefox 4.0b8 to prevent interferences between current (Firefox 3.6) and beta (Firefox 4.0b8) versions.
    Then, see [[Cannot log in to websites]].

  • Why does a saved hotmail message disappear when I click on "continue to create the message? It only happens with Firefox, not with Explorer.

    Why does a saved hotmail message disappear after I click on "continue creation the message? It only happens with Firefox, not with Explorer.
    == This happened ==
    Every time Firefox opened
    == A few weeks ago

    Hello Helena.
    You may be having a problem with some extension or plugin that is hindering your Firefox's normal behavior. Have you tried disabling all add-ons (just to check), to see if Firefox goes back to normal?

  • Is there a way to create a project with custom audio settings that are NOT only "Stereo" or "Surround"?

    Is there a way to create a project with custom audio settings that are NOT only "Stereo" or "Surround"?
    Thanks!
    -Adrian

    the old apps are on my computer but they have had upgrades since they were put on the ipod originally.  you think you would get a warning about this when you restored. I was not worried about losing the progress of the apps but i would have been worried about the app it self!!!!!

  • Images Viewable in Firefox But Not In Explorer, Safari, Chrome.

    I have a coldfusion page with images. The images are called up dynamically from my Mysql database. The image field with my database has the datatype "char(100)". All that is stored in that database field is the file path to the folder of which the image is stored which is: \photos\RSL\1.jpg.
    On my webpage, the image placeholder looks like this:
    <a href="#Unit_Info.comphoto1#"><img src="#Unit_Info.comphoto1#" alt="" name="1" width="98" height="73" /></a>
    This images display just fine on Firefox, But Not In Explorer, Safari, & Chrome. These latter three just show a broken image. Could there be something wrong with either my coldfuson or Mysql file path where each of the letter three browsers are trying to access?
    I'm running Coldfusion 9 on my local machine, using OS Window 7 Professional.

    When I hard coded the file path it worked. I checked the source code and saw no white space. I even went to each browser's options dialog box to make sure that the show image options were checked. It may be my coding. In my image folder there are categories  of other folders within folders that have images of which Coldfusion calls up whenever the browser needs it. Could that be the problem? Should I have all of my 300 images in one folder?
    - Hannibal Hasan
    On Sep 1, 2011, at 9:30 PM, Dan Bracuk <[email protected]> wrote:
    First thing I'd try would be to hard code the expected value and see if that works.  If it does, I'd look at the html source code from the problematic browsers and see if there is any unexpected white space.
    This message was sent to: College Kid
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/3897548#3897548
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/3897548#3897548. In the Actions box on the right, click the Stop Email Notifications link. For more information about unsubscribing from the Adobe Forums, please visit http://kb2.adobe.com/cps/522/cpsid_52211.html
    --end--

  • Videos will not work in Firefox but work fine in windows explorer. why?

    I tried to verify my plug-in's and all are enabled. I found where was suggested to remove and reinstall Firefox but that did not fix problem either. I tried to change viewer for videos but still no luck. Not certain why Quicktime doesn't work. Note, videos when browsing will not open but everything else works fine. Videos work fine with windows Explorer, but not Firefox.

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Images loaded fine in the previous version of firefox, but now do not open in firefox 5. It is our business' website. it opens and looks fine in explorer and other browsers.

    Images (actually graphics) loaded fine in the previous version of firefox, but now do not open in firefox 5. It is our business' website. it opens and looks fine in explorer and other browsers. However, please goto www.trinitystone.biz (using Firefox 5)and look at how the top menu bar has a black box surrounding it and the bottom menu also has this black bar. It is not supposed to be there, if you view the site from IE, you will see what it is supposed to look like. Any help would be appreciated! Thanks

    You can modify the pref <b>keyword.URL</b> on the <b>about:config</b> page to use Google's "I'm Feeling Lucky" or Google's "Browse By Name".
    * Google "I'm Feeling Lucky": http://www.google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=
    * Google "Browse by Name": http://www.google.com/search?ie=UTF-8&sourceid=navclient&gfns=1&q=
    * http://kb.mozillazine.org/keyword.URL
    * http://kb.mozillazine.org/Location_Bar_search

  • Spry menu look fine in Firefox, Safari but not Intenet Explorer

    Help how cann I Spry working fine in Internet Explorer!!!
    Look with firefox this page and with Intenet Explorer and see the differents. In Firefox the menu show nice, but into Intenet Explorer not!!
    When i open the same page lokale the page ist good till I alow the script inside Internet Explorer....
    http://geerthakze.nl/vriendaanzee/index.html
    I hope we can find a solution!!!

    Gramps
    Alvast hartelijk dank voor de tips, de voorgestelde wijzegingen staan nu online. Maandag kijk ik hier nog verder naar, nu heb ik nog wat weibg marge links en rechts en staat het submenu nog iets te ver weg.
    Als het mogelijk is zou ik de pijljes het liefst voor de tekst willen hebben (maar dat vindt ik minder belangrijk).
    Alvast een fijn weekeinde gewenst
    Geert
    Verstuurd vanaf mijn iPhone
    Op 1 okt. 2011 om 15:48 heeft altruistic gramps <[email protected]> het volgende geschreven:
    Re: Spry menu look fine in Firefox, Safari but not Intenet Explorer
    created by altruistic gramps in Spry Framework for Ajax - View the full discussion
    Now everything works nice, I can now chancing the Layout, but watt is wrong!!
    Geert,
    Please update the website with the changes to the menubar and then tell me what changes you wish to make to the layout.
    If you are having a problem expressing your views in English, you can PM me in het Nederlands.
    Gramps
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/3948627#3948627
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/3948627#3948627. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Spry Framework for Ajax by email or at Adobe Forums
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • I cant open many website with firefox, there say filter not let open this site, but when i open they with internet explorer not have any problem.

    i cant open many website with firefox, there say filter not let open this site, but when i open they with internet explorer not have any problem.

    Could you post an example of the filter message?
    This article has more information on the filters built in to Firefox: [http://www.mozilla.org/en-US/firefox/phishing-protection/ Firefox Phishing and Malware Protection].
    It's possible that you also have a Firefox add-on, or external software, that is filtering what you see. However, we don't have enough information to help identify it yet. If you want to review a list of your add-ons, you can find them under: Help > Troubleshooting Information.

  • In Keynote09, if i set custom presenter display settings (large presenter notes), and i save the file, will i see my notes in the same way on another computer? Are the presenter display setting saved in the file?

    In Keynote09, if i set custom presenter display settings (large presenter notes), and i save the file, will i see my notes in the same way on another computer?
    Are the presenter display setting saved in the file?
    Thanks for your help!

    it wont.
    Presenter note display is set per machine.
    Surprising nobody in this community knew this.

  • How to reset iphone 5s to factory settings if iphone is disabled and if Home button is not working

    how to reset iphone 5s to factory settings if iphone is disabled and if Home button is not working?

    Visit an Authorized Apple Service Provider or Apple Store to get it serviced:
    iPhone - Contact Support - Apple Support

  • I know that I have acount. I have logged on after reinstall Windows. But my Firefox settings was not restored. Why?

    Reinstall Windows and Firefox, of course. Logged on Firefox Synk. But do not see how to restore my Firefox settings to old one, i.e. bookmarks, passwords etc.

    Hope this article's helpful.
    http://support.apple.com/kb/ht2519

Maybe you are looking for

  • Restoring my MacBook Pro hard drive

    My brand new macbook pro was working very slowly for about a day and then just froze so I restarted it. But then when it was trying to turn on it was just a gray screen with a file and a question mark on it, which I read means it can't find the hard

  • White Screen of death caused during update of IOS 8.3

    My Girlfriend was updating her iPhone 5 to iOS 8.3, A message came in during and she clicked on it. This in turn caused the phone to with to the white screen of death with the apple logo and upload bar paused. We've tried the usual hard re-set, also

  • [iPhone] UIImageView in UIScrollView

    Ok, this is something that's been hanging in my code for a while and I just can't get it to work. I just need my UIImageView to get centered in a UIScrollView and zoom working properly. The Problem is the centering, either you set the Frame of your U

  • Adding a video into Dreamweaver cs4

    How do you add a video to your site I really need help i cant find a video for it on youtube. Thanks for help

  • Fitting FCP movies onto a DVD

    Hi I have 6 movies (all final cut pro quicktime movies) I want to place all on one DVD movie#1 = 3.4 gigs movies #2 to #6 = 1.5 gigs each What is the easiest way to capture them all on the same 4.7 DVD R?