Hi, Safari seems to be the only browser that returns 0 for the height of a TR. Is this a known problem? any work around?
<script type="text/javascript" src="jquery-latest.js"></script>
<script>
$(document).ready(function() {
$("#debug").html($("#tr1").height());
});
</script>
</head>
<body>
<div id="debug"></div>
<table><tr id=tr1><td>asdf</td></tr></table>
thanks,
-joe
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
