When creating my news ticker plugin, I came across a slight complication when using setTimeout() to calling a function which needed parameters passed to it. Not having had much call to use setTimeout in the past, I simply put:
The text suddenly gained a strange - and ugly - border effectHere’s a strange one I came across the other day. I’m posting this in the hope that I’ll save someone out there some time in the future. I was applying a fade-out effect to a news ticker, and all was going well (thank you Yahoo! User Interface library!) until I was ready to test in Internet Explorer.