Funkcionalnosć toś togo sedła se pśez wótwardowańske źěła wobgranicujo, kótarež maju wašo dožywjenje pólěpšyś. Jolic nastawk waš problem njerozwězujo a cośo pšašanje stajiś, wobrośćo se na našo zgromoźeństwo pomocy, kótarež na to caka, wam na @FirefoxSupport na Twitter a /r/firefox na Reddit pomagaś.

Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Dalšne informacije

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

  • 1 wótegrono
  • 10 ma toś ten problem
  • 1 naglěd
  • Slědne wótegrono wót 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>

Wót cor-el změnjony

Wšykne wótegrona (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.