On firefox startup it looks like a glass page

when firefox loads from startup just before it finish's loading its like a blurred or dirty piece of glass, this is all i can say to describe it.

Try to disable hardware acceleration.
*Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
In Firefox 4+ versions you can use one of these to start in <u>Safe mode</u>:
*Help > Restart with Add-ons Disabled
*On Windows, hold down the Shift key while starting Firefox with a double-click on the Firefox desktop shortcut
*On Mac, hold down the Options key while starting Firefox
*https://support.mozilla.org/kb/Safe+Mode
If disabling hardware acceleration works then check if there is an update available for your graphics display driver.
*https://support.mozilla.org/kb/how-do-i-upgrade-my-graphics-drivers
*https://hacks.mozilla.org/2010/09/hardware-acceleration/

Similar Messages

  • My Firefox does not look like the Firefox shown in your tutorials

    Going through the tutorials and help sections, the Firefox page shown does not match the one that I have. There is no Firefox button, the menu below the Mozilla logo is the "File Edit View...." menu. So the directions I am getting from the tutorials and Help sections can't be followed.
    I just downloaded Firefox, installed it, and checked for updates, which Firefox found and installed. I am now at 19.0.2
    I am running Windows 7 on a Lenovo Thinkpad. WIndows just updated.
    Am I running the latest version of Firefox? Why doesn't my version look like the help pages?

    hello, you can go to the ''view ''menu > ''toolbars'' & un-check the menu-bar - then you should get the default look.

  • My firefox does not look like the new version, why?

    I have downloaded the new Firefox but it looks like the old version. Why?

    You see the orange (on Linux gray) Firefox button if the Menu Bar is hidden, so you need to hide the Menu bar via View > Toolbars, also accessible via Firefox > Options.<br />
    If you need to access the hidden Menu bar then press F10 or hold down the Alt key to make the Menu Bar appear temporarily.<br />
    You can place the Tab Bar on top.
    * View > Toolbars : [ ] Menu Bar
    * View > Toolbars : [X] Tabs on Top
    *http://www.mozilla.com/firefox/features.html

  • Sending email using mail that looks like a web page

    I want to send an email that looks like a web page (kind of like those emails from apple or other companies). I tried making a document in Pages, but then that didn't quite work. Of course, I could make the pages document into a pdf file, but that's not ideal. Any recommended application?

    Check Composing HTML messages in Apple Mail.

  • Looks good in firefox browser but looks like hell on upload to my server

    I created a webpage, used a simple template of 'header' 'content' 'footer', inserted an image into the header, inserted a table then image then table in the content, and nothing in the footer. it looks great when previewed with Firefox or Explorer. But when I upload it to my server it looks like hell. The image in the header is off to the side, my content is overlaying the header. the left side of the template is dark gray.  What could have possibly happened?
    Thank you in advance for any help you can give.
    here is my code.
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>main page</title>
    <link href="_css/one page with header.css" rel="stylesheet" type="text/css">
    <style type="text/css">
    body {
        margin-left: 300px;
        margin-right: 300px;
    </style>
    <script type="text/javascript">
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_swapImgRestore() { //v3.0
      var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_swapImage() { //v3.0
      var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
       if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    </script>
    </head>
    <body onLoad="MM_preloadImages('_images/Kindle overlay button.jpg','_images/iBook overlay button.jpg','_images/Nook overlay button.jpg','_images/Kobo overlay button.jpg')">
    <div class="container">
      <div class="header">
        <!-- end .header -->
      <img src="_images/How To Go Back To Work-blue- banner.jpg" alt="banner" width="1000" height="200" align="middle">  </div>
      <div class="content">
        <div align="center">
          <table width="778" height="60" border="1" cellpadding="1">
            <tr>
              <td height="51"><div align="center"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Kindle button','','_images/Kindle overlay button.jpg',1)"><img src="_images/Kindle button.jpg" alt="Kindle Buy Button" width="100" height="40" id="Kindle button"></a></div></td>
              <td><div align="center"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('iBook','','_images/iBook overlay button.jpg',1)"><img src="_images/iBook button.jpg" alt="iBook Buy Button" width="100" height="40" id="iBook"></a></div></td>
              <td><div align="center"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Nook button','','_images/Nook overlay button.jpg',1)"><img src="_images/Nook button.jpg" alt="Nook Buy Button" width="100" height="40" id="Nook button"></a></div></td>
              <td><div align="center"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Kobo button','','_images/Kobo overlay button.jpg',1)"><img src="_images/Kobo button.jpg" alt="Kobo Buy Button" width="100" height="40" id="Kobo button"></a></div></td>
            </tr>
          </table>
        </div>
        <p><img src="_images/Index page 4.jpg" alt="Index image" width="1000" height="2532" align="bottom"></p>
          <div align="center">
            <table width="778"  height="60" border="1" cellpadding="1">
              <tr>
                <td><div align="center"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Kindle button','','_images/Kindle overlay button.jpg',1)"><img src="_images/Kindle button.jpg" alt="Kindle Buy Button" width="100" height="40" id="Kindle button2" align="absmiddle"></a></div></td>
                <td><div align="center"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('iBook button','','_images/iBook overlay button.jpg',1)"><img src="_images/iBook button.jpg" alt="iBook Buy Button" width="100" height="40" id="iBook button"></a></div></td>
                <td><div align="center"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Nook button','','_images/Nook overlay button.jpg',1)"><img src="_images/Nook button.jpg" alt="Nook Buy Button" width="100" height="40" id="Nook button2"></a></div></td>
                <td><div align="center"><a href="#" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage('Kobo button','','_images/Kobo overlay button.jpg',1)"><img src="_images/Kobo button.jpg" alt="Kobo Buy Button" width="100" height="40" id="Kobo button2"></a></div></td>
              </tr>
            </table>
          </div>
        <blockquote>
          <blockquote>
            <blockquote>
              <blockquote>
                <p> </p>
              </blockquote>
            </blockquote>
          </blockquote>
        </blockquote>
      </div>
      <div class="footer">
        <p> </p>
        <!-- end .footer --></div>
    <!-- end .container --></div>
    </body>
    </html>

    You may have forgotten to upload your .css file.
    Without a link to the actual page, it's hard to say what else might be wrong.
    If you uploaded your css, one thing to look at is the case structure of your files. Servers are CaSe SenSiTiVe, your local OS is not, so a link like " _css/one page with header.css" will work with a file named "One Page With Header.css" locally, however, online the link would break since the two names (one all lower case the other with "camel case" structure) would be considered different files by the server.
    Be careful with file names for that reason. They really should be simple lowercase alpha numerics with no spaces (use underscores or hyphens instead).

  • Reports overview page for BI Portal looks like ESS overview page

    Hi Experts,
    i am implimenting FPN environment with BI portal,I have lot of BI reports roles in my system,now i have a requirement to develop an overview page having all BI reports,it looks like a ESS overveiw page.How can I create this page,can any body please suggest me?
    Thanks ,
    Kiran

    Hi Kiran,
    As you wrote "i selected different pic from standard list,but it is displaying one standard pic only."
    I hope you want to change the picture of Headings only ie your workset in above mentioned case right ??
    To change the picture go the role->then select added workset -> then open properties of worset ->now look for the
    Pictogram  properties of workset here from drop down select your desired pic and save the changes.
    Now open portal the look for the changes ie new logo for the heading.
    If  new picture is not coming the try to clear the portal caches and check again .... other way to get the changes remove the
    assigned role from user and change the role id and assign to user again now you will get new changes
    without clearing  the cache.
    how to add custom pic?
    To add custom pic you need to add the new pictures in the par file called  com.sap.portal.navigation.mimeservice.par
    So download the this par file from ROOT/WEB-INF/deployment/temp this location from Portal support , even you can copy from server too.
    Now import the par file in NWDS and copy your new pic in images directory ..now build the par file again and
    upload it on portal. But here new images will only appear in drop down list when you portal is restarted.
    I hope you know how to import par in NWDS  don't forget to add required jar file in both the lib folders.
    There can be other way also to change the picture where portal restart is not needed . So if you don't want to change in this way then search for other method and let me know also.
    Regards,
    Piyush

  • My Firefox Doesn't Look Like What's Shown On Pictures

    pictures of Firefox for desktop on the Firefox website shows that the tool bars, tabs etc, are black, but they are all white/grey on mine. Is it meant to be like that or do I need to do something?

    Post a link to that specific screenshots please.
    What OS are u using?
    By the way, you have diferent skins and themes on firefox for that customization:
    * [http://www.getpersonas.com Personas] (skins)
    * [https://addons.mozilla.org/en-US/firefox/themes/ Themes]

  • Make firefox 4 mac look like the windows version?

    I like the firefox 4 windows default theme much better how can I turn the mac firefox into windows style?

    You see the orange (on Linux gray) Firefox button if the Menu Bar is hidden, so you need to hide the Menu bar via View > Toolbars, also accessible via Firefox > Options.<br />
    If you need to access the hidden Menu bar then press F10 or hold down the Alt key to make the Menu Bar appear temporarily.<br />
    You can place the Tab Bar on top.
    * View > Toolbars : [ ] Menu Bar
    * View > Toolbars : [X] Tabs on Top
    *http://www.mozilla.com/firefox/features.html

  • How do I get iTunes page on iPad to look like the iTunes page on my other macs

    The iTunes page on my new iPad 2 screams, COMMERCE........how do I make it look more like a normal iTunes page? I also find it very hard to navigate the iTunes page in general!

    As a gentle reminder you can avoid these sorts of questions by either consulting the User Guide or nosing around in these or other forums. Many questions are answered in the Guide, and most have been  asked and aswered many times online.

  • Yahoo and Fox News page on Mozilla look like smart phone pages

    After downloading the OS X Mountain Lion upgrade. I pulled up my Mozilla Browser and went to Yahoo.com and FoxNews.com and the page loads like a smart phone web page. It's the only two like that. Anyone know how to get the web version of those pages back?
    Thanks

    My problem is now solved. I cleared my browsing history, cache and the web pages are now working properly. Thanks for your help.

  • Looks like I have pages, but can't open docs

    I have pages app in dock but cannot open docs sent as pages from someone else.  Or do I not have Iwork?

    The icon on the Dock is just an alias & will remain even if the application it points to has been deleted. Have you looked in your Applications folder for Pages.app? It could be in a folder named iWork '09.

  • Does this look like your Monitoring Page?

    Image not Available
    Image not Available
    Image not Available
    Image not Available
    Image not Available
    Image not Available
    Image not Available
    Image not Available
    Image not Available
    Image not Available
    Image not Available
    Image not Available
    Comeo on Verizon.. Eiither Make it work or admit you failed and then give us our money back.. This is awful.. absolutely Awful......

    Don't forget....
    We are sorry. The server is temporarily busy. Please try again later.

  • I just downloaded Firefox 4 and it does NOT look like it is supposed to look - My menu items are not in a single button, etc... as displayed in Step 2 of getting to know your browser on the welcome page for Mozilla Firefox 4. Can anyone help?

    This webpage [http://example.com http://www.mozilla.com/en-US/firefox/central/ ]shows what Firefox 4 should look like. My Firefox 4 does not have the menu items grouped and I have no app tab. All in all, my Firefox 4 is not what it should be... does anyone know why this might be and how I should go about fixing it? thanks :)

    To get the new UI you need to hide the menu bar. To do that in the View menu select Toolbars, then click on the "Menu Bar" entry.
    If you need access to the menus you can press either Alt or F10 to temporarily display them.

  • I don't have the Firefox in a orange tab on top left of page, looks like there are tabs across top blured in background

    my browser page does not look like shown on web site. Ok on other laptop and desktop, only this laptop with Window7. it was ok until last week.
    looks like older version of firefox. missing orange tab, top left, with firefox in it.
    looks like several tabs blurred in background

    You see the orange (on Linux gray) Firefox button if the Menu Bar is hidden, so you need to hide the Menu bar via View > Toolbars, also accessible via Firefox > Options.<br />
    If you need to access the hidden Menu bar then press F10 or hold down the Alt key to make the Menu Bar appear temporarily.<br />
    You can place the Tab Bar on top.
    * View > Toolbars : [ ] Menu Bar
    * View > Toolbars : [X] Tabs on Top

  • Can I make Firefox/Gecko on Linux look like IE on Windows?

    Quoeth the obnoxious "Big Easy Button"-toting Staples website, as I tried to apply for a job...
    Unsupported Web Browser or Operating System
    To ensure all functions of the Staples application perform correctly, you may not apply online using an unsupported web browser or operating system. Please see the list of supported web browsers and operating systems below – you may not continue with the application in an unsupported browser and/or operating system.
    You must also have JavaScript enabled and an Internet connection at 56 kbps or higher. For more information on enabling JavaScript, see your browser's Help.
    Supported Web Browsers:
        * Microsoft Internet Explorer 5.x
        * Microsoft Internet Explorer 6.x (Click here to download the latest IE browser)
        * Netscape Navigator 7.x (Click here to download the latest Netscape browser)
          Please note that "beta" versions of web browsers are not supported. If you are an AOL user, please complete your application with an alternate supported browser after you have opened your AOL network connection.
    Supported Operating Systems:
        * Windows 98
        * Windows 2000
        * Windows XP
    I was fortunately able to apply on a Windows machine (using Firefox - take that, Staples!); but if a corporation such as Staples is willing to use this kind of annoying platform blocking, I'm liable to encounter it in the future. So how do I make Firefox or Epiphany look like IE (or Netscape) on Windows, so that I can avoid this garbage?

    Well, they're not exactly losing custom since it's a job application, but in priciple I'm with Thomas. There's no excuse for locking out non-MS browsers these days (if there ever was). Hell, my bank is completely unconcerned about me using Konqueror; why should Staples be so fussy?
    There is something strangely satisfying in getting round these restrictions, though. "Not supported, eh? I'll show you what's not supported, you CENSOREDs."

Maybe you are looking for

  • "Class Circle not found in TryBouncingBalls" error message. Help !

    Dear People, I have an error message : "TryBouncingBalls.java": Error : class Circle not found in class stan_bluej_ch5_p135.TryBouncingBalls at line 67, " Circle circle = new Circle(xPos + 130, 30); below are the classes TryBouncingBalls, BouncingBal

  • Open a document and go to a specific page.

    Hello. Is there any way to tell the Reader that opens a document and go to a specific page? I want to do it from FileMaker, Mac and Windows. Regards..

  • Performence problem

    Hi All, I have written a select command on the table COEP based on objnr and vrgng fields ( both are required ) So when i was execuiting the query it was taking too much time for a single record. Can you guide me the alternative table or alternative

  • Airport network connected on full bars but "no internet connection" and missing lock icon!

    this is really frustrating! I'm using wireless in my house. when i click on my network it connects and it shows perfect connection which is full bars. on Network Preferences it says that i'm connected to the Airport but when i go to Safari it shows "

  • Time machine errors out repeatedly

    Hi all, I have a user who is running an iMac with OS X 10.6.6 (I can get you the specs of the Mac if necessary, I don't have it off hand though). She has an external USB disk set up for Time Machine. A couple weeks ago, Time Machine started erroring