Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

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

Purpose of the "@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */" css code?

  • 5 wótegrona
  • 1 ma toś ten problem
  • 50 naglědow
  • Slědne wótegrono wót Rick W

more options

Can anyone please explain the purpose of the

   @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ 

css code, which is often recommended to head any userchrome.css text inside the chrome folder? What happens when you omit this @namespace url line?

Can anyone please explain the purpose of the @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */ css code, which is often recommended to head any userchrome.css text inside the chrome folder? What happens when you omit this @namespace url line?

Wubrane rozwězanje

Hi, have a read of https://www.userchrome.org/adding-style-recipes-userchrome-css.html

If your question is resolved by this or another answer, please take a minute to let us know. Thank you!

Toś to wótegrono w konteksće cytaś 👍 1

Wšykne wótegrona (5)

more options

Is it simply an advertisement for Firefox XML User Interface Language?

more options

You use this line to set the namespace for the code on that page.

more options

Why does one need to set a namespace?? What happens if it is not done?

more options

Wubrane rozwězanje

Hi, have a read of https://www.userchrome.org/adding-style-recipes-userchrome-css.html

If your question is resolved by this or another answer, please take a minute to let us know. Thank you!

more options

Thanks, Scribe, that is very useful:

Scribe said

Hi, have a read of https://www.userchrome.org/adding-style-recipes-userchrome-css.html

Good to know it is safe to leave that namespace line out of my userchrome.css code.