This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Hierdie gesprek is in die argief. Vra asseblief 'n nuwe vraag as jy hulp nodig het.

a website shows number of searches completed and left in internet explorer but not mozilla. why?

  • 1 antwoord
  • 1 het hierdie probleem
  • 3 views
  • Laaste antwoord deur cor-el

more options

my website-www.skiptracing.com displays a box in the upper left hand corner which indicates the users name, status, searches left and searches completed. this box displays in internet explorer but not in mozilla.

how do i get this to display in mozilla?

my website-www.skiptracing.com displays a box in the upper left hand corner which indicates the users name, status, searches left and searches completed. this box displays in internet explorer but not in mozilla. how do i get this to display in mozilla?

All Replies (1)

more options

Note that visibility: hidden is apparently meant as style rule and not as attribute: style="visibility: hidden" and Firefox makes two attributes out of it (visibility: and hidden) and that may cause that element to stay hidden.

document.write('<TABLE width="150" height="125" cellpadding="0" cellspacing="0" border="0" style="border-bottom: #'+bordercolor+' 1px solid;"><tr BGCOLOR="#D2D1CC"><td valign="top" class="note-text"><BR>');
document.write('<DIV id=\"UserInfo\" visibility: hidden>' + UserInfo + '</div>');
document.write('</td></tr></table>');

How is that area populated because I assume that you need to be logged on to make this work?