
The new firefox has a problem with CSS Background! what is the deal?
with Y and X axis. It doesn't really work. The background just stays on top.
Opaite Mbohovái (5)
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
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?
#example{
background-position: 100px 200px;
}
this is the sample. the background positioning doesn't work.
sorry for the late reply
Moambuepyre
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/
Do you have a test page?