• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Javascript help needed

its a 5k submission that i have to do for a class. in theory i know how everything works, in code i dont.

for right now i have 2 tables, 3x3 each. One table is on top of the other, the one on top has each cell a different color. As you roll over the cells, they should roll over to reveal a letter beneath which is in a seperate table. now the javascript is where i dont get it. how do i specify a table's individual cell?

any help would be appreciated.

MIKE
 
Do you have to use 2 tables? Can't you just set the css font-color of the cell to match it's background color, then using the onMouseOver event of the cell, change the css font-color to a contrasting shade?
 
Back
Top