This code crashes ie9 as i am having this problem in my code .. any work around will be appreciated .. This is not a problem with the previous versions of ie .. Thanks ..
If hiding the TR is what you want, you could try something like:
#secondtr:hover { height: 0px; padding: 0px; margin: 0px; border: 0px; font-size: 0px; }
Here's the the complete code that worked for me on IE , FF and Safari:
BLAH Move cursor here