Hi All,
ok you may think...why the hell would someone want to do that?
Well I just do ok!
lol, ok imagine you have a line of 50 cells with links down the left of the page and as you roll over you want the BG color changing.
when rolling over them all in a row, one after the other.
Processor usage goes up and the flash content slows down dramatically until you stop moving the mouse across them.
Using CSS this happens constantly, so as far as i know using CSS to do this isnt gonna work, due to my flash content slowing.
At the moment im using simple onmouse over within the <td> tag.
And this works great in Firefox....you couldnt make it slowdown if you wanted to. However in IE it works Prefectly BUT ONLY after youve rolled over one of the links for the first time. The first rollovers slow everything!
e.g.
i start with my mouse at the top of the 50 links. I run my mouse down the list to get to the bottom link, they all highlight one after the other ...but all flash movies slow while doing this, in turn causing the buttons to highlight with a slight delay.
But now i move back up the list from bottom to the top of the 50 links and they all highlight instantly with no slow down whatsoever.
Firefox is fine on first rollover and any future rollovers.
So my immediate thought is to simulate that first rollover, hoping that then when i use the site it will be working at full speed.
its weird, like they need to cache the first time in IE or something.
Its not an end of the world problem, but more of a bug...thats ...well ...bugging!
any help or an idea, would be most appreciated
a weird one i know...