Change color of a table cell using javascript using dropdown menu
- by Mike Burzycki
I'd like to use some javascript code to change the background color of a single cell within a table.
I have some code below which allows me to change the page background color. This is similar in concept to what I would like to do, but I would really like to be able to change just one cell...not the whole page.
I have thought about making the…