In the end, for ff is simply a cache problem. Doing this: image+'?nocache='+Date.now()
solves the problem. It is necessary only in ff, though. And still I can't really undestand how they do here, where it seems they don't take advantange of anti-cache techniques: http://ines-papert.de/en/home uh? On 16 Mar, 08:08, stratboy <[email protected]> wrote: > The only difference I see is the use of getElement instead of $(), due > to the fact you're using a class I guess. > Wow. I've got to try something similar and see what happens. In the > meantime, thank you :) > I'll let you know > > On 15 Mar, 18:25, Oskar Krawczyk <[email protected]> wrote: > > > Anyway, work fine here. > > >http://jsfiddle.net/rjCeS/andthe result on IE8:http://d.pr/rnv2 > > > On Mar 15, 2011, at 5:18 PM, stratboy wrote: > > > > Yes I mean IE8 :) > > > > On 15 Mar, 16:43, Oskar Krawczyk <[email protected]> wrote: > > >> Wow, my brain parsed it as V8 (the V8 found in Chrome). > > > >> On Mar 15, 2011, at 4:15 PM, Lee wrote: > > > >>> I think he said IE8 ("v8"). > > > >>> On 15/03/2011 15:32, Oskar Krawczyk wrote: > > >>>> Which IE? > > > >>>> On Mar 15, 2011, at 3:31 PM, stratboy wrote: > > > >>>>> Hi! elem.getStyle('background-image') seems not to work in explorer > > >>>>> (tested on v8) > > >>>>> Idem if I use 'backgroundImage' or only 'background'. In ff and safari > > >>>>> it works. > > >>>>> That property is setted in an external css definition. > > > >>>>> How can I solve this issue?
