The ga_shade div tag from Google Analytics on Firefox

After some tweaking on my blog theme, I re-added the Google Analytics code, an absolute div tag generated by the GA javascript code created an overlay on top of my page, everything underneath was unclickable and this was only in Firefox.


Code below:

<div style=”position: absolute; left: 0px; top: 0px; width: 100%; height: 1000px; background-color: rgb(238, 238, 238); opacity: 0.5; z-index: 100000; display: block;” id=”ga_shade”></div>

Page works on IE and div code is not visible on source code. Simple solution though is just delete the cookies on Firefox.

Makes me wonder how many site owners who uses Google Analytics have visitors that have been unable to use their site because of this issue. Hmm.

15 thoughts on “The ga_shade div tag from Google Analytics on Firefox

  1. The effect is only seen for the developer not for general users as the cooking in question is a result of using the GA overlay feature. The ga_shade is something that temporarily drops down over pages when you are browsing with the GA overlay. Watch your screen closely as you move from URL to URL watching people’s click paths. The good thing is that the end users of your site don’t see the problem.

  2. The ga_shade is visible only when logged in analytics/gmail with the account linked to analytics one.

    Theoretically the ga_shade layer should show clicks on various links in the page and other side infos.

  3. Thank you for posting this blog. I totally freaked out for about 5 minutes and thought my site was hosed. I cleared my cookies and and checked a couple other computers. This is definitely a developer bug only.

  4. I had the same problem. The simple solution is to go into analytics, select the site overlay link, and then at the top click “Hide Overlay”. Clears it right up 🙂

  5. I had this problem.. I googleed “ga_shade”.. click the first link.. solution and explanation perfectly provided! Thanks!

    This type of internetty goodness makes all our lives easier!

  6. Many thanks for the info. I almost freaked out, thinking someone had hacked my wordpress and created the overlay to sabotage. Search through all the theme’s php codes for ga_shade but found nothing. Thanks again.

Leave a Reply

Your email address will not be published. Required fields are marked *