Lines on the screen as if the browser is temporarily freezing

Hi, I've just got a new PC so have a fresh install, but firefox seems to display funny lines as I'm scrolling down the page. These lines can disappear or change if you scroll further, or if the browser loses focus. Any ideas? It's really frustrating - I use FF for development so it's a real pain. [http://imageshack.us/photo/my-images/191/firefoxscreen.jpg/ I've uploaded a screenshot here] . Thanks

Try to disable hardware acceleration.
*Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
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

Similar Messages

  • The Windows XP links tool bar at the bottom of the screen now hides the last line or lines of the browser screen. Why? (V3.6.16)

    I use V 3.6.16 and since a recent update, it looked as if I'd lost a line or two at the bottom of the screen. What happened is that the Windows task bar showing quick launch icons, links to running programs (tabs) and the clock, etc., now obscures the last few lines of the browser display. This is since approximately a week. I assume it's due to FF updates rather than to WinXP but of course I don't know. I don't see a problem with other programs. In particular, IE doesn't do it which makes me think it's an issue with FF and it's new. I looked for something under options I could change but couldn't find one. Anyone have an idea?
    System is working fine -- Windows XP SP/3 with all updates. Avira antivirus. Thanks!

    Oops... sorry! Problem was that the window was not full screen! Darn, I'm a dummy. It was almost full screen so I didn't bother to check. Issue solved. Sorry for the false alarm.

  • How do i get my navbar to stay on one line when the browser window is minimized?

    I am new to coding and have just created my first website in html and css.  I know that the coding is pretty dire and that I have a lot to learn and hope that someone can guide me in how to solve this problem.  When the browser window is minimized, the navbar breaks down into 2 or 3 lines but I want the navbar to fit to the window whatever the size of the client machine.
    I think I need to add a media query but i'm not sure if i do and if so what code to use and where to put it?
    I am worried that the page will only be viewable properly on a desktop and i really want to learn how to make a fluid layout which can be viewed on 320px, 768px and 1200px.
    Any guidance would be greatly appreciated.
    Here is my code:
    HTML
    <!doctype html>
    <html>
    <head>
    <meta charset="utf-8">
    <title>The Engineer's Corset</title>
    <link href="styles/style.css" rel="stylesheet" type="text/css" media="screen">
    <style type="text/css">
    body {
        background-color: #000;
    </style>
    </head>
    <body>
    <div id="container">
    <div id="navbar">
        <ul id="nav">
        <li><span class="current-menu-item">Home</span></li>
        <li><a href="about.html">About Us</a></li>
        <li><a href="workshops.html">Workshops</a></li>
        <li><a href="news.html">News</a></li>
        <li><a href="gallery.html">Gallery</a></li>
        <li><a href="contact.html">Contact Us</a></li>
        </ul>
    </div>
    <div id="header">
      <img src="images/final/headerbeauty3.png" width="1100" height="341" alt="The Engineer's Corset">
    </div>
    <div id="links">
    <ul id="link">
    <li><a href="https://www.facebook.com/Bristolengineer" target="_blank"><img src="images/final/fb3.png" width="200" height="45" alt="Follow Us on Facebook"></li>
    <li><a href="https://twitter.com/Engineerscorset" target="_blank"><img src="images/final/twitter2.jpg" width="200" height="45" alt="Follow us on Twitter"></a></li>
    </ul>
    </div>
    <div class="chantry">
    <img src="images/final/CD Logo fin.png" width="240" height="200" alt="Chantry Dance Company">
    </div>
    <div class="about">
      <p> The Engineer's Corset is a new play written by Janet Goddard for performance by the community of Bristol in 2015. <br>  ~ <br>
    The play is based on the extraordinary real-life events of 1843 surrounding Isambard Kingdom Brunel's near-death experience after swallowing a coin.  We travel through time to explore the adventure and horror of Victorian industrialisation. <br> ~ <br> Using a community theatre group The Engineer’s Corset tells a familiar tale of Brunel’s near death experience when he swallows a gold half sovereign. His wife Mary fights to maintain her composure but is ripped apart by the waiting game. Her servants and his workforce, using dance and sound, broaden her horizons. Just like Mary the audience too will see life in the 1840s through a different lens.</p>
    </div>
    <div class="workshops">
    <img src="images/final/bridgebridge.jpg" width="1100" height="713" alt="clifton suspension bridge">
    <span><a href="workshops.html">We will be running a series of workshops prior to production and hope you will join us.  For further information, click here.</a></span>
    </div>
    <div id="sponsorspace"></div>
    <div id="footer"> <p> &copy; Heartprints Web Design 2014 </p> </div>
    </div>
    </body>
    </html>
    CSS
    @charset "utf-8";
    /* CSS Document */
    body {
        font-family:Arial, Helvetica, sans-serif;
        font-size:125%;
    @media screen {
        #navbar:
    #navbar li {
        font: 25px Arial;
        display: inline;
        list-style-type: none;
        background: #09F;
        color: #000;
        border-radius: 20px;
        padding: 15px 25px;
    .current-menu-item {
        color: #0FF;
    #navbar a {
        padding: 15px 25px;
        background-color: #6cf;
        color: #000;
        text-decoration: none;
        border-radius: 20px;
    #navbar a:hover {
        background-color:#0FF;
        color: #000;
        padding: 15px 25px;
    #header {
        width: 1100px;
        height: 340px;
        margin-left: 50px;
        margin-top: 0px;
        margin-bottom: 0px;
        border-style: ridge;
        border-width: 5px;
        border-color:#09F;
    #links li {
        display: inline;
        width: 700px;
        margin-left: 300px;
    .chantry {
        margin-left: 40px;
    .about {
        position: relative;
        width: 860px;
        text-align:center;
        background-color: #CCC;
        color: #000;
        border-style: ridge;
        border-width: 3px;
        border-color:#09F;
        border-radius: 15px;
        float: right;
        margin-top: -200px;
        margin-right: 90px;
    .workshops{
        position:relative;
        width: 1100px;
        height: 713px;
        font-size:24px;
        margin-left: 50px;
        border-style: ridge;
        border-width: 5px;
        border-color:#09F;
        margin-top: 130px;
    .workshops span {
        position: absolute;
        background: #6CF;
        color: #000;
        left: 30px;
        top: 30px;
        right: 800px;
        padding: 15px;
        font: 1em georgia, serif;
        font-style:italic;
        text-align:center;
        border: 5px solid #09F;
        border-radius: 20px;
        margin-top: 35px;
    .workshops span a {
        color: #000;
    #link li {
        border-style: solid;
        border-color: #6CF;
        padding: 30px 10px 5px 10px;
    .info {
        text-align:center;
        width: 1100px;
        margin-top: 50px;
        margin-bottom: 50px;
    .CDC {
        float: left;
        margin-right: 50px;
        margin-left: 45px;
    .workshopinfo {
        height: 250px;
        text-align:center;
        margin-top: 50px;
    .photos {
        Height: 500px;
        text-align:center;
        margin-top: 50px;
    #footer {
        text-align:center;
        margin-top: 700px;
        color:#0CF;
    .brunel {
        margin-top: 50px;
        margin-left: 400px;
    #workshops2{
        width: 1000px;
        border-style: outset;
        border-width: 5px;
        padding: 15px;
        border-color:#09F;
        background-color: #6CF;
        margin-left: 100px;
        text-align:center;
    #workshops2 a {
        color: #000;
    #sponsorspace {
        height:  300px;
        background-color: #6CF;
        border-style: outset;
        border-color: #09f;
        margin-top: 15px;

    Give #navbar a width that is wide enough to hold all of the buttons within it.
    #navbar {
         width:####px;
    Replace #### with a pixel number large enough to hold the nav buttons.

  • Limiting MAX lines on the browser

    hi, i am using a servlet for writing directly on the iFrame. This servlet runs continuosly till the session is alive. During this time i am getting randomly big chunk of data to write from the server side........... i want to limit the MAX_LINES of the data to be displyed in the iFrame .for eg. say 500 lines and after that i want to remove the OLD data if data exceeds 500 lines. Can anybody help me for this.........should i Limit it at the client side by using Javascript or if from the Servlet how can i manage this.

    Try to disable hardware acceleration.
    *Tools > Options > Advanced > General > Browsing: "Use hardware acceleration when available"
    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

  • L do not see an orange line in the browser for clips that are in the timeline.  What do I do?

    How do I get the orange line to show in the brewer for clips that are in the timeline.  Mine doesn't show it.

    I called Apple and said it is a glitch which caused me not able to see a registration key. They sent my $30 back so I will make another order of Quicktime Pro 7 to get registration key.

  • I have a blank window on mozilla and it does not allow me to use the browser. It freezes the browser.

    Have uninstalled and reinstalled three times but I cannot get rid of this, there is no writing and no x to close it. I have to go to task manager to close.

    I replied to your later post here: https://support.mozilla.org/questions/1052653

  • Why have I lost the Mozilla at the top of the screen? (blue line)this was supposed to be my browser,have not changed a thing

    I have tried in vain to figure out...why it changed at all..used to say Modzilla as my broswer..now the blue line shows file,edit view etc... HELP

    Hi curleyshirley1, I think you mean it said Firefox in the top left. Now there is no space in the top left and the tabs just start there. If I understand you then this means that your browser automatically updated to Firefox 29. It is the fastest Firefox version of Firefox ever. It is supposed to be better in every way. With that being said the look has also changed. The replacement to the Firefox button is, the icon in the icon with three horizontal lines near the top right.

  • Has anyone experienced this problem: I am editing in FCP 7.0.3 on a Mac 10.6.8 - I have a clip in the browser that is full frame and matched the other clips but when I drop it in the time line it becomes a fully zoomed in version of itself

    has anyone experienced this problem: I am editing in FCP 7.0.3 on a Mac 10.6.8 - I have a clip in the browser that is full frame and fine and it matches the other clips in my bins but when I drop it into the time line it becomes a fully zoomed in version of itself and I can only see a small portion of the image.  What's going on?  I've noticed this has happened in the past randomly with other clips and it's driving me cray cray!  Any help appreciated greatly and thanks in advance for taking the time

    In the FCP Browser, click on the source clip that is showing up sized incorrectly to select it. Once it is selected, type Command + 9 to see the item properties for the clip. Either report those properties here, or take a screen shot of the item properties and post the screen shot here.
    Next, click anywhere in your sequence timeline and then type Command + 0 {zero} to see your sequence settings. Either report those settings or take a screen shot of the sequence settings and post that screen shot here.
    MtD

  • My new version of Firefox (downloaded automatically) on my Mac displays long paragraphs in emails as a single line, so the end of the paragraph is off the screen. How can I make it automatically wrap to fit the screen?

    Long paragraphs in incoming emails display as a single line, with the end of the paragraph running off the screen. I want to make it wrap automatically to fit the screen.

    For the browser window, just drag it to the top left of the screen (click and hold on the top bar with the traffic lights to drag), then in the bottom right of the window you'll see a rectangle with diagonal hatching. Click and hold on that and drag the window to the size you want.
    Clicking on the green dot at top left will expand the window to fit the screen, clicking it again will shrink it back to where it was (this doesn't work in Finder windows quite the same).
    The menu bar size is set in the bowels of the OS, though there may be third-party applications which can alter it.
    As it's size is relative to the screen resolution, you could try reducing the resolution in System Preferences > Displays to see if that would suit you better.

  • Can't get full screen view- how do I expand the browser window to full screen

    A portion of the available screen is used to display open tabs. I want the browser to fill the whole view screen. Is there a way to do this? I am running Firefox on an android tablet.

    You should be able to "swipe" the tabs list away. Press with your finger near the line that separates the tab list from the webpage, and drag to the left.

  • When I test my update page in the browser, all I get is a blank screen

    I'm feeling like I live here.  I just finished everything on the data entry part of my site.  Everything worked.  I made an addition to a table, went back to my update page, changed a menu/list from a list to menu, and now I just get in the browser is a blank screen.  I know that it's something in the PHP, but I haven't been able to figure it out.  Help (once again)!

    As i poured over the code for the nth time, I discovered that when I rebuilt the page i inadvertently forgot to delete the first many lines of code that won't go away by just deleting items from the document window.  Anyway, the caution is to remember that the code that precedes the DOCTYPE must be deleting in the code window.  And IHOP, thanks.

  • How do I fix lines across the screen while on web pages?

    I am getting lines across the screen on my Mac Book Pro.  This is while I am on a web page.  How do I fix this?

    Those don't look like classic signs of hardware issues.
    Of greater concern, I notice that you have both Trend Micro and MacKeeper installed. It's generally a bad idea to have two different anti-virus programs installed at the same time, as any active scanning each does can conflict with the other.
    MacKeeper is very bad software, made by unethical developers in Russia. You should uninstall it immediately. See:
    http://applehelpwriter.com/2011/09/21/how-to-uninstall-mackeeper-malware/
    As for Trend Micro, note that its detection of Mac malware is not particularly good. See:
    http://www.thesafemac.com/mac-anti-virus-testing-01-2013/
    I would recommend uninstalling it as well. You should find an uninstaller in the Trend Micro folder in your Applications folder. If uninstalling all your anti-virus software makes you nervous, see my Mac Malware Guide. If you decide to install some other anti-virus software, use one recommended by that guide.
    Back to the line problem, if uninstalling those programs doesn't help, try some browser other than Chrome (like Safari). Do you see the same problem there, or is it only happening with Chrome?

  • The very top of my 13" macbook pro screen, above the browser or application frame, goes black sometimes and I'm unable to see the choices

    the very top of my 13" macbook pro screen, above the browser or application frame, goes black sometimes and I'm unable to see the choices, any ideas?

    Back up all data.
    I've tested these instructions only with the Safari web browser. If you use another browser, they may not work as described.
    Triple-click anywhere in the line below on this page to select it:
    defaults delete -g NSFullScreenDarkMenu
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Launch the Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing the key combination command-V.
    Wait for a new line ending in a dollar sign (“$”) to appear. You can then quit Terminal. Log out and log back in.

  • My ipod screen is white with small vertical lines with one big black line in the middle

    My ipod's screen turned white and had a few thin vertical lines and 1 thick black line in the center. the ipod can still play music but i have to randomly press the icons by memory to play music since I cannot figure out where the icons are. It all started after downloading a free app. I was browsing my ipod when the screen turned white. I already restored it to its original settings. I don't remember dropping my ipod. Help!

    Since restoring the iPod to factory defaults/new iPod did not solve the problem it appears that you have a hardware problem.  I would make an appointment at the Genius Bar of an Apple store.

  • I opened my iPod Touch up to fix my home button. When i closed it back up it had a white screen. I tried pressing lock and home button for 10 seconds and it worked but while i'm using it it goes white with lines on the screen. Help please

    I opened my iPod Touch up to fix my home button. When i closed it back up it had a white screen. I tried pressing lock and home button for 10 seconds and it worked but while i'm using it it goes white with lines on the screen. Help please. This has been happening for a while and i've tried everything but it doesn't work.

    Try:
    fix for Home button
    iPhone Home Button Not Working or Unresponsive? Try This Fix
    - If you have iOS 5 and later you can turn on Assistive Touch it add the Home and other buttons to the iPods screen. Settings>General>Accessibility>Assistive Touch
    - If not under warranty Apple will exchange your iPod for a refurbished one for:
    Apple - Support - iPod - Repair pricing
    You can do it an an Apple store by:
    Apple Retail Store - Genius Bar
    or sent it in to Apple. See:
    Apple - Support - iPod - Service FAQ
    - There are third-party places like the following that will repair the Home button. Google for more.
    iPhone Repair, Service & Parts: iPod Touch, iPad, MacBook Pro Screens

Maybe you are looking for

  • How to change color in menu text box

    In a pop up menu generated with spry, I get get colors for text and back ground as I want excet for the background color in the parent text box when the mouse goes over the text box. The background goes blue and I cannot find how to find. Where is th

  • We need a script that will select clipping path for multiple images in indesign

    this is what we have, but it's not working: app.scriptPreferences.userInteractionLevel = UserInteractionLevels.interactWithAll;  app.doScript(resetAllClippingPathsToActiveDoc, ScriptLanguage.JAVASCRIPT, [], UndoModes.ENTIRE_SCRIPT, "Reset all Clippin

  • Third Party Cables

    Have apple block Third Party Cables from working with ios 8?

  • Rebate Credit Memo relevant for other rebate

    Hello, We are using rebate agreements but here we have the particulary that one customer could have more than one rebate agreement in a period, and the last rebate agreement that you create the final settlement have to consider the others credit memo

  • E2000 Xbox 360 wireless connection issues

    My Xbox 360 will not connect to my Cisco E2000 wireless router. It can find the router, but when the Xbox tests the connection it can't establish a connection with the router. Ironically when I try to use the guest account it can establish a connecti