Why not put a button on your browser to tools as do all other browsers? I have to do a search to find a way to make changes.

My other browsers have a "tool button" I can click on to go change the security settings, clear the cache and history as well as other things. I can find one with Firefox.

Why Firefox should look or be like the other browsers?

Press the Alt key to display the Menu bar that has the menu Tools, or use the Firefox app button, then select Options.

Tags: Firefox

Similar Questions

  • I'm not you allow comments on your browser.

    I have Internet Explorer and Adobe Acrobat 9 Pro


    when I open a pdf from a link http://Miportal/Capacitacion/documento.PDF
    I'm not you allow comments on your browser.
    as activated?
    must be enabled for comments, that are saved on my Sharepoint Porta

    Please repost your question. Please take care to rephrase your question carefully, so that we can understand what you're asking. The link you gave above does not work. Please make sure that you give us the appropriate link.

  • Hi my website it works fine on all other browsers but on firefox it does not display correctly. I expect to send a screenshot to see if anyone had any ideas why this might occur.

    I'm almost finished my website and on all other browsers I've tried the site load properly, but some expandable boxes on my Web site do not appear on firefox.

    Anyone has any ideas on how I can fix it.
    [http://tinypic.com/r/2rwvk7n/5]
    [http://tinypic.com/r/69fbdd/5]

    It's firefox on mac.

    Upgrade your browser Firefox 8 and check

  • Why Firefox 25.0 does not show Google ads and Facebook comments and love. Make all other browsers.

    I just upgraded to 25.0 FireFox and I have problems of visualization of Google ads and Facebook comments and love on my site (wellfitstyle.com). All other browsers show Google adds comments in the right sidebar and Facebook and like below each post. Many people in Eastern Europe (where I am) using FireFox and I would like to know how this problem can be solved.

    TNX.

    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.

    The report please come back shortly.

  • datpiff may not broadcast on firefox, but on all other browsers, it's OK? It's embarrassing

    datpiff may not broadcast on firefox, but on all other browsers, it's OK? It's embarrassing

    check these links urself, they spread smoothly on chrome, etc.

    http://www.datpiff.com/pop-mixtape-player-2014.2.php?Mediaid=m24050af & TrackID = 6

    but firefox? Forget it

    The link you provided above also works on my Firefox browser. Maybe you do not have Flash installed or your version is perhaps obsolete.

    Please check if all your plugins are up to date. To do this, go to the Plugin Check site.

    Once you are there, the site will check if all your plugins have the latest versions.
    If you see in the list of plugins that have a yellow button to update or a red button update now , please put to update these immediately.

    To do this, click each yellow or red. Then you should see a site that allows you to download the latest version. Double-click the downloaded file to start the installation and follow the steps in the installation process.

  • The myfitnesspal website is most compatible with you? It will not connect, but works with all other browsers. I did help out. Did not work.

    Yesterday, I had problems with the Myfitnesspal.comwebsite. I have a tab set to open automatically when I start the browser every day. I could not connect any information in the site, so I tried a log off and log in. It doesn't let me log on to the site. I contacted, myfitnesspal and we worked through many steps in troubleshooting. I also tried all the steps of troubleshooting your site. I even made a full stop and start my computer. Nothing has solved this problem. I had the same problem with a couple of store that I like to go. The shop site work finally after more than six months of frustration. Myfitnesspal works on all other browsers. So with everything which has been tried and done, the problem seems to be your side somewhere. I'm running Windows 7 Professional 32 bit.

    I really hope that this could be solved because the site appears better on your browser. If you have any questions, feel free to send me an email.

    Thank you for what you can do about it, and for your time.

    Hello.

    I used to have this problem with Firefox only for some time. I was frustrated beyond. MyFitnessPal is 100% compatible with Firefox, however, some extension (type of) can cause significant headaches. I hope that this fix also helps.

    Do you by chance the https everywhere extension installed? It's a great add-on and I strongly recommend using it, however, unless you "disable" its use with MyFitnessPal, you will not be able to connect to your account, add food, weight update, see graphics, etc..

    So don't panic. Your question is likely to be what I had as well. I just went in the https everywhere extension and where it says "MyFitnessPal" with a checkmark (saying it is ACTIVE for the site), I simply clicked to disable the add-on for a site.

    Simple and it works instantly. I hope it does for you too! If you do not have this add-on so it is probably related to some thing similar so good luck to you!

    D

  • Layout does not not in IE but fine in all other browsers?

    Hello

    It I'm probably missing something very simple, but can anyone shed some light on as to why a coloumn keeps jumping in IE but works & looks like it should be in all other browsers.

    The link to the page in question is lower, I tried fixing the width and even rebuild the page but all without success.

    http://www.gecodesigns.com/test/touringsport/football-tours.html

    Thank you very much

    Alex

    First thing - all Web pages must have a doctype.  Yours doesn't.  Add-on which is compatible with the code you have already used on the page (it looks like HTML 4.01 Transitional).  This will prevent browsers render the page in quirks (a bad thing) mode.

    Second - do not use commas or spaces in the names of file/path:

    background-image: url (images/Touring%20Sport%20-%20Sports%20Tours,%20Schools%20Tours%20and%20Corporate%20To urs.jpg);

    Third - when you specify a font, do it as a family, not a single font.  In your case, a computer with no default Helvetica is Times New Roman, which is probably not what you want:

    . {Contact_Header}

    do-family: Helvetica;

    Fourth - justified text is not very good on the web and it is more difficult to read the text not justified:

    . {Main_Text}

    do-family: Helvetica;

    color: #666;

    text-align: justify;

    Finally, in addition to these things, wobbly code is the cause of your problems.  Here is the report of validation for this page - there are a lot of things out there that need to be addressed-

    http://validator.w3.org/check?URI=http%3A%2f%2Fwww.gecodesigns.com%2Ftest%2Ftouringsport%2 Ffootball-tours.html&charset=%28detect+automatically%29&doctype=Inline&group=0&user-agent= W3C_Validator%2F1.2

    Also, read this about the impact of the use of collar - and rowspans the way which you have in your layout tables-

    http://www.apptools.com/rants/spans.php

  • Embedded YouTube videos work locally, but not after the FTP publishing. Works locally and on the web in all other browsers. Using FF 17.0.1 and Adobe Flash 11.5.502

    Found a Tube-video, which I embarked on one of the pages of my site. Using FF 17.0.1 and Adobe Flash 11.5.502, YouTube-videos work locally, but not after the FTP publishing.

    I work reasonable locally and on the web in all other browsers.

    Stupid FF?

    The HTML code is as follows:

    <table WIDTH="770" CELLPADDING="0" CELLSPACING="0">
      <tr VALIGN="TOP">
        <td VALIGN="top" ALIGN="left" width="463">
    <object WIDTH="340" HEIGHT="193">
          <param name="movie" value="http://www.youtube.com/v/N6GvuO_9tLY?fs=1?amp;hl=de_DE">
          <param name="allowFullScreen" value="true">
          <param name="allowscriptaccess" value="always"><embed SRC="http://www.youtube.com/v/N6GvuO_9tLY?fs=1?amp;hl=de_DE" TYPE="application/x-shockwave-flash" WIDTH="340" HEIGHT="193">
        </object>
    </td>
        <td VALIGN="top" ALIGN="left" width="403"></td>
        </tr>
    </table>

    I've experimented on the use of < iframe > instead of < object >. No change. Cache cleared on each attempt.

    Any thoughts?

    If it works in Firefox Safe mode and then disable all extensions (Tools > Modules > Extensions) and then try to find out who is causing by allowing an extension at a time until the problem reappears.

    Close and restart Firefox after each change through "file > exit ' (Mac: ' Firefox > leave";) Linux: "file > exit ')

    Alternatively, you can try to disable hardware acceleration in Firefox.

  • I bought a new hard drive as an upgrade for my previous hard disk which had no space and I want to put vista on my new hard drive. I have a sony notebook and cannot find a way to do

    new hard drive

    I bought a new hard drive as an upgrade for my previous hard disk which had no space and I want to put vista on my new hard drive. I have a sony notebook and cannot find a way to do thanks in advance

    How to pass windows 7 to a new hard drive using Acronis True Image Home 2011:
    http://www.PAGESTART.com/acronisnewharddrive01.html

    The same technique should also work for Vista.

    Note: Acronis now sells their 2012 for the UI version may be slightly different.

    J W Stuart: http://www.pagestart.com

  • Effects of the muse does not work in IE and the shifts contained in IE but everything is ok in all other browsers

    When I open my site in Internet Explorer the items which I have appointed as part of footer upward to the top just under the menu and behind all the other widgets in Internet Explorer, all other browsers, it works as should be. Also I turned on the effects do not appear in Internet Explorer. Any ideas? Others to stop using IE, I want to put a ban on IE to my work but can't because enterprise applications that need active x.

    Sorry the site is on a private intranet, so I can't give you a link.

    Good news is that the issue is not serious more that I thought about it on my own. I have trashed Muse, built the site in dreamweaver and it works perfectly in all browsers, so I have more blurry text, block that gets the release of Muse. So the ditch Muse was the answer.

  • my web site does not load the bar of navigation on the site, but the fact on all other browseres!

    www.funfactorypartyrentals.com a few days ago the site as working perfectly on firefox now however the navigation between the logo one bar the row of photos does not appear on one of the cables pages it indexes to all others he will ignore this line of code or something is blocking, I'm tired everthng to solve the problem, but nothing seems to work.

    It is not a problem with the font-size rules.

    See line 102 of the http://www.funfactorypartyrentals.com/ffpr.css

    It's the font-size-adjust rule.

  • am a div in a site does not appear in firefox but present on all other browsers (chrome, safari, opera and Explorer), can anyone help?

    I'm developing a site and I used div tags by making the arrangements.
    all other tags div on the page shows but on an individual does not show.
    I gave all the divs a border with a red color, all other browsers (explorer, opera, chrome and safari) shows the divs with the colors, but firefox does not yet show the color red

    can you please explain how works this adblock, which is technically

    I'm not really sure, but after reading the development councils and the Firefox support for many years, I've seen this place ourselves, from time to time: "Announces" the letter string in a URL id or class name or CBC may assume of Add-ons for advertising correctly or incorrectly.

    I'm not a developer, but I can recommend joining the mozillaZine Web Development board as a useful resource.

  • SVG trace element not working in FF 6.06 but works in all other browsers and validated by W3C service

    Hello
    I'm writing a game using SVG and for some reason the path element is not dispaying in FF 6.06.

    It follows the SVG 1.1 as per the W3C documentation and works in all other browsers, I tried same IE9. It must be something simple, but I can't. OK, it is validated by the w3c validation service. Here is the URL and also the source.

    http://www.ironagegames.com/iasb350bc/help/SVGTests/MyMan.svg

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <svg
       xmlns:svg="http://www.w3.org/2000/svg"
       xmlns="http://www.w3.org/2000/svg"
       version="1.1"
       width="600"
       height="600" >
    <g transform='translate(100,0)'>
    <!--<rect x='0' y='0' height='60' width='20' style='stroke:red;fill:none;stroke-width:1px;' />-->
    <circle cx='10' cy='5' r='4' style='stroke:none; fill:BurlyWood;' />
    <path d='m 2 10, l 16 0, a 2 4 0 0 1 2 4, l 0 18, c 0 2, -3 2, -3 0, l 0 -18, -2 0, 0 40,
    c 0 2, -4 2, -4 0, l 0 -22, l -2 0, 0 22, c 0 2, -4 2, -4 0, l 0 -40, -2 0, 0 18, c 0 2, -3 2, -3 0,
     l 0 -18, a 2 -4 0 0 1 2 -4' style='stroke:none; fill:BurlyWood;' />
    <path d='m 2 10, l 16 0, a 2 4 0 0 1 2 4, l 0 4, -3 0, 0 -4, -2 0,
    0 18, -10 0, 0 -18, -2 0, l 0 4, -3 0, 0 -4, a 2 -4 0 0 1 2 -4'
    style='stroke:none; fill:#8B7355;' />
    </g>
    <g transform='translate(100,0)'>
    <!--Med Spear
    <path d='m -10 55, l 0 -40' style='stroke:SaddleBrown; fill:none;stroke-width:1px;'/>
    <path d='m -11 18, l 1 -3, 1 3, z' style='stroke:grey; fill:grey;'/>
    -->
    <!-- SHORT JAV -->
    <path d='m -6 55, l 0 -18' style='stroke:SaddleBrown; fill:none;stroke-width:0.5px;'/>
    <path d='m -7 37, l 1 -2, 1 2, z' style='stroke:none; fill:grey;'/>
    <path d='m -3 55, l 0 -18' style='stroke:SaddleBrown; fill:none;stroke-width:0.5px;'/>
    <path d='m -4 37, l 1 -2, 1 2, z' style='stroke:none; fill:grey;'/>
    <path d='m -0 55, l 0 -18' style='stroke:SaddleBrown; fill:none;stroke-width:0.5px;'/>
    <path d='m -1 37, l 1 -2, 1 2, z' style='stroke:none; fill:grey;'/>
    <!-- Body Shield -->
    <path d='m 24 10, c 2 -1, 10 -1, 12 0, c -1 2, -1 22, 0 24,
    c -2 1, -10 1, -12 0, c 1 -2, 1 -22, 0 -24'
    style='stroke:grey; fill:SaddleBrown;stroke-width:2px;stroke-linecap:round;'/>
    <!--Short Sword -->
    <path d='m -10 15, l 0 -5' style='stroke:SaddleBrown; fill:none;stroke-width:1px;'/>
    <path d='m -12 15, l 4 0' style='stroke:grey; fill:none;stroke-width:1px;'/>
    <path d='m -10 30, l 0 -15' style='stroke:grey; fill:none;stroke-width:2px;'/>
    <path d='m -9 30, l -1 2, -1 -2, z' style='stroke:none; fill:grey;'/>
    </g>
    </svg>

    I think that this file violates 2 syntaxrules of SVG 1.1 SE.

    1. The separator for a statement drawto is ws * no comma-wsp
    2. Elliptical-arc-argument does not number of negativ

    See http://www.w3.org/TR/SVG11/paths.html#PathDataBNF

  • Flash not appearing not in IE 8, but appears in all other browsers

    Hello

    I inserted my flash swf using Dreamweaver CS4 file and it looks great and appears in all other browsers, including IE 7 and IE6, but when I try to view anything in IE8 does not appear, but a large white space. Can someone help me find a way to make it appear so in IE8? Here is the page that I have trouble with.

    If it is maybe a problem?

  • So, for the 3rd TIME WHEN I REQUEST SUPPLICANT why NOT update only FF updated my browser?

    You see, I ask myself this same question twice before, because Firefox has once more for the third time last updated browser DESPITE MY PLAIDANT ASK TWICE BEFORE NOT to DO SO. but now I have a platform to make public DISHONESY of Firefox, put to task for defying a very adamant demand, specifically NOT UPDATE MY BROWSER, CIRCUMSTANCES THAT systematically, repeatedly occurred throughout all these years I've been with Firefox since 2005.

    How is it that Firefox continues to deliberately defy, ignore the wishes of its customers most loyal me inflamed beyond words, when I repeatedly made KNOWN QUITE WELL NOT to HAVE MY BROWSER updated.

    BUT NOW, AFTER ALL THIS TIME, TOGETHER WITH THE INSIGHT I HAVE RUN AS ONE INDUSTRY COMPUTER SPECIALIST I know very well why Firefox CONTINUES THIS PRACTICE WITH ABANDON.

    1. they do not like anyone was sleeping with the subject: config (then why did you never included it in the first place) as I do.

    2. they don't like anyone made modules incompatible extensions again as I do.

    3. they do not like someone tampering Firefox as I do.

    And all Firefox should do to reduce to nothing all the meticulous work I spend change about: config. configurations to accommodate my own and the needs of my company and all the hard work. spend time of activation of newly incompatible extensions, I need to work as effectively as possibleamong other things that I tweaked, THAT I EXACTLY WHAT YOU DO for THE REASONS I GAVE. YOU deliberately, to DO so hatefully. And that's the final reason for YOUR contempt total without taking account of the request of a customer. In addition, YOU, fIREFOX feel that since you wrote the code, and the owner of the code, YOU can insist USERS to follow the protocols of Firefox exactly as I ask.

    Another example of YOUR dictatorial to browse the web - what approach YOU feel that no one should dare to take a peek to content that is not the level of WHAT YOU BELIEVE IS purity AND ALL OTHER CONTENT CORROMPRE THE MORALS OF OUR YOUTH.

    In one of the cases where my browser has been updated despite my unyielding position against it, someone in YOUR ORGANIZATION has removed several sites for adults STRICTLY STRAIGHT to my favorites.

    SO now, NOT ONLY DO you HAVE AN ATTITUDE INTRUSIVE big BROTHER THAT NOBODY DARE DEVIATE FROM the OFFICIAL FIREFOX BROWSING PROTOCOLS BUT NOW YOU have put in PLACE A CENSURER CAMPAIGN ON WHAT YOU CAN READ, WATCH at all SIMPLY BOOKMARK or.

    BUT IT IS EVEN WORSE, MUCH WORSE. THE LAST TIME TWO YOU UPDATED MY BROWSER AGAINST MY WILL, YOU GAVE ME THE REASON MORE LAME MORE STUPID, INSULTING, STUPID WHY YOU UPDATED TWICE BEFORE AS IF THEY WERE JUST CIRCUMSTANCES THAT OTHERWISE NEVER WOULD HAVE VIOLATED AS WELL AS THE PRIVACY BEING THE TERRIBLE REBEL COMMERCIAL PRACTICES, ARROGANT AND SIMPLY TO YOUR MITIGATING CUSTOMER. BUT NOW IN ADDITION TO PROVE YOURSELF TO BE A MEGALOMANIACAL SOCIOPATH YOU HAVE REVEALED YOURSELF TO BE ABSOLUTE LIARS CHRONICLES.

    AND IT OF BECAUSE I AM RESPONSIBLE FOR MY COMPUTER SERVICE COMPANY AND HAVE A LOT OF COMPUTERS UNDER MY CONTROL AND SUPERVISION. I HAVE ONLY RECENTLY PASSED ON SOME OF OUR COMPUTERS FROM IE TO FIREFOX AS A TEST AND I AM DEPRIVED OF WHAT HAPPENED BETWEEN THE COMPUTERS THAT WERE USING FIREFOX AS A TEST STUDY.

    AND WHILE THE TRUTH BEING WHAT IT IS, YOU ARE CAREFUL NOT TO MESS WITH MY BROWSER, AS IT IS WELL CONFIGURED TO NOT UPDATE, WHICH, IN YOUR HONOR, YOU GAVE HIM A LARGE DOCK, BUT YOU GRIMLY UPDATED SIX COMPUTERS THAT WERE PART OF OUR TEST STUDY
    WHO HAD THE SAME CONFIGURATION OF BROWSER REQUEST NOT TO BE UPDATED BUT THAT YOU UPDATED HOWEVER. THESE COMPUTERS WERE PART OF A STUDY OF PRODUCTIVITY WHICH, BY UPDATING IT SET ALL THE SMALL EXPERIENCE OF OUR BACK A LITTLE BIT.

    SO, WHAT AM I GOING TO DO WITH YOU? I HAVE TO REALLY THINK LONG AND SERIOUSLY ON HOW TO RESPOND TO AN ORGANIZATION THAT HAS SHOWN NOTHING BUT THE WORST KIND OF APATHY, PRACTICES DISHONEST COMMERCIAL I'VE SEEN SINCE BEING IN THE COMPUTER SECTOR.

    Automatic updates can sometimes damage the files in the profile, and I always read several web for a complaint indicating that it has not changed. This is one of the reasons why I don't like the automatic updates.

Maybe you are looking for