I'm really upset because Display:none does not work on the <tr> element in IE 7, what should I do? It works great on FF, Chrome, etc.
Display:none
<tr>
try it
div{ display:none; }
If not, jQuery should solve this problem.
$(document).ready(function(){ $("div").hide(); });
Start by validating the code using the following tools:
Display:none should be Display:none , on the one hand.