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.

ค้นหาฝ่ายสนับสนุน

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.

เรียนรู้เพิ่มเติม

CSS "display: none;" not working for jscript menu

  • 1 การตอบกลับ
  • 10 คนมีปัญหานี้
  • 1 ครั้งที่ดู
  • ตอบกลับล่าสุดโดย the-edmeister

more options

Using Firefox 3.6.15.

I have a 'media=print' CSS that I'm working on. Everything works fine except for hiding the output of the jscript menu.

The style sheet has:

.Nav {
  display: none;
  }

The html file has:

<DIV CLASS="Nav">
	<script type='text/javascript'>
	  function Go(){return}
	</script>
	<script type='text/javascript' src='/hvm/mnu.js'></script>
	<script type='text/javascript' src='/hvm/menu_com.js'></script>
</DIV>
Using Firefox 3.6.15. I have a 'media=print' CSS that I'm working on. Everything works fine except for hiding the output of the jscript menu. The style sheet has: <pre><nowiki>.Nav { display: none; } </nowiki></pre> The html file has: <pre><nowiki><DIV CLASS="Nav"> <script type='text/javascript'> function Go(){return} </script> <script type='text/javascript' src='/hvm/mnu.js'></script> <script type='text/javascript' src='/hvm/menu_com.js'></script> </DIV></nowiki></pre>

เปลี่ยนแปลงโดย cor-el เมื่อ

การตอบกลับทั้งหมด (1)

more options

Try posting at the Web Development / Standards Evangelism forum at MozillaZine. The helpers over there are more knowledgeable about web page development issues with Firefox.
http://forums.mozillazine.org/viewforum.php?f=25
You'll need to register and login to be able to post in that forum.