Creating a frames-based page with a left side navigational frame. I have the frame setup with table cells that change color as you mouse over the items, all done through CSS instead of images because the items will change often. Inside the cells are links.
I'm trying to figure out if it's possible to change the background of a table cell after a user clicks a link within the table cell. Can you tie an onClick event to a CSS and trigger the background color change?
The links all target the main "right" frame, so I don't need to refresh the whole frameset after a click (however I could if needed).
Thanks!
I'm trying to figure out if it's possible to change the background of a table cell after a user clicks a link within the table cell. Can you tie an onClick event to a CSS and trigger the background color change?
The links all target the main "right" frame, so I don't need to refresh the whole frameset after a click (however I could if needed).
Thanks!