Morph css background-position in Internet Explorer
If you try to set the CSS-property background-position in Internet Explorer (I tested with 7) and even use that with Mootools' morph/tween-functions, it will not work.
You can workaround that issue, if you set also background-position-x and background-position-y (actually ignored by my Firefox 3.0).
This is the code, I use at koala to move the background upwards.
1
2
3
4
2
3
4
$('body').morph({
'background-position':'0 -140px',
'background-position-y':'-140px',
});
'background-position':'0 -140px',
'background-position-y':'-140px',
});
Messages
hdgfiuyeghfwef
hi all my names Halil
HEY
vgfy
yeaaaaaaaa
srgggsf
gta online now
#5 By
diegoblzx @ 21:00 14.07.2009
:)
dont test my drivingor me
#3 By
j-d @ 18:11 08.07.2009
Please add a message first :).
#2 By
BIG KING BOO @ 17:21 19.06.2009
hello
#1 By
kahlouche12400 @ 09:20 17.06.2009


