lumberjakel
Programmer
I've made a page for a forum with some nice smileys,
I selected 40 smileys and I wanted to build a nice way to present the smileys so the user can click on them. When clicked the text '[SM##]' appears into a textarea. Later, this will be parsed by a PHP Script.
So I made a <SPAN> tag, which is scrollable by clicking on the text up/down. It uses the scrollTop property.
Inside the Tag there is a table with 8 rows each containing 5 cells.
Now when the SPAN tag scrolls or when it is hidden or made visible the antimated gifs stop animating!
When using my browsers refresh button, the gifs start moving again!
So there's a problem.
I used IE 6.0, so maybe it's not a big problem...
URL
I selected 40 smileys and I wanted to build a nice way to present the smileys so the user can click on them. When clicked the text '[SM##]' appears into a textarea. Later, this will be parsed by a PHP Script.
So I made a <SPAN> tag, which is scrollable by clicking on the text up/down. It uses the scrollTop property.
Inside the Tag there is a table with 8 rows each containing 5 cells.
Now when the SPAN tag scrolls or when it is hidden or made visible the antimated gifs stop animating!
When using my browsers refresh button, the gifs start moving again!
So there's a problem.
I used IE 6.0, so maybe it's not a big problem...

URL