you can go to the following link.

http://dev.inflatableoffice.com/myaccount/leads.php

username: thanks
password: thanks

when you click on a row in IE you will see the issue.  for some
reason, after i use the following code:

$("table#leadheader").show();
$("#leadControls").show();
$("div#edittab").css("display","block");
$("div#tabs").css("display","block");
$("#savecopy").show();

this code doesn't have any affect:

$(".tableContainer table>tbody").css("height","130px");

this still works:

$(".tableContainer").css("height","178px");

however, if i put the last two lines first, they both work and then IE
reverts the tbody height back to its original value and i can't change
it.

Reply via email to