Tell me what the trouble is: http://mir-m.com

It is in fire that the display:none; rule does not work display:none; . Because of this, the whole site is going.

 <div style="display: none;"> <div id="fancyform" style="width:300px;height:200px;overflow:auto;"> <!-- Бокс вход --> <!--noindex--> <div id="boxLogin"> <div class="boxcontent"> <form id="loginbox" method="post" action="http://mir-m.com/login.php?action=process"> форма </form> </div> </div> <!--/noindex--> <!-- /Бокс вход --> </div> </div> 

and down counters. All tags are closed.


upd: and that was the trouble

<meta http-equiv="Content-Style-Type" content="text/html" /> fox does not like

<meta http-equiv="Content-Style-Type" content="text/css" /> everything is ok

Closed due to the fact that off-topic participants zb ' , aleksandr barakin , Nick Volynkin , Yura Ivanov , Vladimir Glinskikh 2 Aug '15 at 15:31 .

It seems that this question does not correspond to the subject of the site. Those who voted to close it indicated the following reason:

  • “Questions asking for help with debugging (“ why does this code not work? ”) Should include the desired behavior, a specific problem or error, and a minimum code for playing it right in the question . Questions without an explicit description of the problem are useless for other visitors. See How to create minimal, self-sufficient and reproducible example . " - zb ', aleksandr barakin, Nick Volynkin, Yura Ivanov, Vladimir Glinskikh
If the question can be reformulated according to the rules set out in the certificate , edit it .

  • 3
    And where is there in this pile of code to look for your display? But for the future: [122 Errors, 27 warning (s)] (hhttp: //validator.w3.org/check? Uri = http% 3A% 2F% 2Fmir-m.com% 2F & charset =% 28detect + automatically% 29 & doctype = Inline & group = 0). Before asking "what's wrong here," it would be good to reduce this ratio to 0, 0. - user6550
  • Well, no matter how many of these "errors were there," they are all due to the fact that the scripts in the page, that the tee starts on the wrong line. on style = "display: none;" No way should not affect - KoVaLsKy
  • Recheck opening / closing tags. And indicate in the question for which element the display:none rule does not work, do you think? - Sergiks
  • And down counters. All tags are closed. <div style="display: none;"><div id="fancyform" style="width:300px;height:200px;overflow:auto;"> <!-- Бокс вход --> <!--noindex--> <div id="boxLogin"> <div class="boxcontent"> <form id="loginbox" method="post" action="http://mir-m.com/login.php?action=process"> форма </form> </div> </div> <!--/noindex--> <!-- /Бокс вход --></div></div> - KoVaLsKy
  • Tried to turn off Redhelper and other dynamic gadgets temporarily? - Sergiks

1 answer 1

Removed answer from question body

The problem was in the content . This does not work in Firefox:

 <meta http-equiv="Content-Style-Type" content="text/html" /> ^~~~~~~~~~~~~~~~~~^ 

And so - everything is fine:

 <meta http-equiv="Content-Style-Type" content="text/css" /> ^~~~~~~~~~~~~~~~~^