I have 3 column table, I will need one of the columns to give me color change notification or flashing, how to do this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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?