Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Kuaave

The new firefox has a problem with CSS Background! what is the deal?

  • 5 Mbohovái
  • 3 oguereko ko apañuãi
  • 7 Hecha
  • Mbohovái ipaháva cor-el

more options

with Y and X axis. It doesn't really work. The background just stays on top.

with Y and X axis. It doesn't really work. The background just stays on top.

Opaite Mbohovái (5)

more options

Can you post a code snippet or a link to an example?

For reference, here is the MDN documentation with examples: https://developer.mozilla.org/en/CSS/background-position

Moambuepyre Ricky Rosario rupive

more options

What do you mean with x and y axis? Are you setting something as position:fixed and it doesn't scroll with your position? Do you have an example?

more options

#example{ background-position: 100px 200px; } this is the sample. the background positioning doesn't work.

sorry for the late reply

Moambuepyre mjb rupive

more options

all the examples on the page Ricky linked to are working for me. Can you tell us, which one of these examples is not working for you? https://developer.mozilla.org/samples/cssref/background-position/

more options

Do you have a test page?