Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8844463
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T11:29:37+00:00 2026-06-14T11:29:37+00:00

I’ve seen this issue before but have found no concrete answers so far. I

  • 0

I’ve seen this issue before but have found no concrete answers so far. I have an onmouseout event which works in practically everything but Firefox. It’s not even showing up in Firebug, which makes no sense at all.

Here are the offending lines of code:

<div id="MarketBox3" class="MarketBox" style="top: 205px;">
<div id="TimeBox3Cont" class="TimeBox"><h3 ifirefoxd="TimeBox3" style="color: white; text-     shadow: 0px 0px 5px #000; letter-spacing: 1px; font-size: 12px;"></h3></div>
<div id="TimeBar3" class="TimeBar" style="left: 300px; width: 300px;" onmouseover="CheckOpen(3)" onmouseout="document.getElementById('intext3').innerText = 'bla bla'">
<div id="MarketName3" class="MarketName">
<div id="inbox3" style="position: absolute; top: -2px; height: 30px; width: 300px;">
<h3 id="intext3" style="color: white; text-shadow: 0px 0px 2px #000; letter-spacing: 1px; font-size: 16px;">Frankfurt - Germany</h3>
</div>
</div>
</div>
</div>

Can anyone have a crack at what’s going on? It literally works fine in everything except Firefox.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-14T11:29:38+00:00Added an answer on June 14, 2026 at 11:29 am

    This works just fine:

    <div id="MarketBox3" class="MarketBox" style="top: 205px;">
    <div id="TimeBox3Cont" class="TimeBox"><h3 id="TimeBox3" style="color: white; text-     shadow: 0px 0px 5px #000; letter-spacing: 1px; font-size: 12px;"></h3></div>
    <div id="TimeBar3" class="TimeBar" style="left: 300px; width: 300px;" onmouseover="document.getElementById('intext3').innerText = '111'" onmouseout="document.getElementById('intext3').innerText = 'bla bla'">
    <div id="MarketName3" class="MarketName">
    <div id="inbox3" style="position: absolute; top: -2px; height: 30px; width: 300px;">
    <h3 id="intext3" style="color: white; text-shadow: 0px 0px 2px #000; letter-spacing: 1px; font-size: 16px;">Frankfurt - Germany</h3>
    </div>
    </div>
    </div>
    </div>
    

    Demo on JS Fiddle.

    There might be a problem with your CheckOpen() function,

    Try

    onmouseover="alert(1)"
    
    onmouseout="alert(2)"
    

    instead of

    onmouseover="CheckOpen(3)"
    

    Another Suggestion

    It seems that Firefox treats innerText differently than other browsers.

    Using a javascript library will erase this problem because it will automatically take care of differences in browser behavior.

    I tried using jQuery and it works fine.

    <div id="MarketBox3" class="MarketBox" style="top: 205px;">
    <div id="TimeBox3Cont" class="TimeBox"><h3 id="TimeBox3" style="color: white; text-     shadow: 0px 0px 5px #000; letter-spacing: 1px; font-size: 12px;"></h3></div>
    <div id="TimeBar3" class="TimeBar" style="left: 300px; width: 300px;" onmouseover="javasript:function f(){ $('#intext3').text('bla bla');} f(); " onmouseout="javasript:function g(){ $('#intext3').text('1111');} g(); ">
    <div id="MarketName3" class="MarketName">
    <div id="inbox3" style="position: absolute; top: -2px; height: 30px; width: 300px;">
    <h3 id="intext3" style="color: white; text-shadow: 0px 0px 2px #000; letter-spacing: 1px; font-size: 16px;">Frankfurt - Germany</h3>
    </div>
    </div>
    </div>
    </div>
    

    Demo on JS Fiddle.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is an oddball issue I've encountered (and probably have seen before but never
I have seen similar questions which attempt to solve this issue, but none seem
I have seen a few posts regarding this issue but not one specific to
i have seen other blogs and SO questions relating to this issue but none
I don't know if anyone has seen this issue before but I'm just stumped.
Variations of this question have been asked before, but it seems like the issue
I have seen this error before but got around it by entering values manually,
I have seen many posting this issue in SO. I have gone through those
I've seen the post that deal with this issue but I still can't solve
Please help, clarify this issue, I have seen it on many sites now, you

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.