开发者

Table flashing or color change

开发者 https://www.devze.com 2023-01-07 03:10 出处:网络
I have 3 column table, I will need one of t开发者_StackOverflow中文版he columns to give me color change notification or flashing, how to do this?There\'s a (rather annoying) simple JavaScript code sni

I have 3 column table, I will need one of t开发者_StackOverflow中文版he columns to give me color change notification or flashing, how to do this?


There's a (rather annoying) simple JavaScript code snippet here that does this:

http://www.javascriptbank.com/flashing-background-color.html

You can make it less annoying by reducing the number of colors and increasing the delays :)

Note that you'll have to modify it from using the entire document to using just the element(s) that you want to change. I'm guessing a bunch of td elements?

0

精彩评论

暂无评论...
验证码 换一张
取 消