Tagged Questions
1
vote
2answers
258 views
How to get javascript event to fire only when the background is clicked (and not other elements)?
I'm trying to write a web app which replaces the context menu (right-click menu) with my own customized ones. I want it so that when the user clicks on a table row, they get one certain context menu ...
0
votes
3answers
160 views
CSS tr background not working IE7
The tr background property doesn't seem to work in IE7. I want to make the bgcolor of the row alternating and then have it a different color when the mouse is on the row. So I can't use table tbody ...