$(document).ready(function() { 
/* apply a class of firstChild to elements to fake the first-child pseudo-selector for IE6 */

 $('#details-form table tbody tr > td:first').addClass('firstChild'); 

});