Joseph McDonald schrieb:
> 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
That may be due to the complex algorithm of how to be tables are
rendered, I had some similiar problems.
Does that change if you check the height after a little timeout?
-- Klaus
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/