tr display none crashes ie9

前端 未结 4 1201
无人及你
无人及你 2020-12-17 23:47

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 ..

4条回答
  •  一向
    一向 (楼主)
    2020-12-18 00:09

    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

提交回复
热议问题