[jQuery] Setting Height in FF

[jQuery] Setting Height in FF

I am having some trouble in FF <a href="http://1.5.0.7">1.5.0.7</a> on Win XP.
It works in IE but not in FF.  Am I doing this wrong?  Is there a workaround?
Glen
Code Snippet:
<blockquote style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 6.8ex; padding-left: 1ex;" class="gmail_quote">
<span style="font-family: courier new,monospace;"><script></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">$(document).ready(function() {</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">       var rightHeight = $("#right").height();   </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
    $("#left").height(rightHeight);</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">});</span><br style="font-family: courier new,monospace;">
<br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"></script></span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
  <style></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  #left { border: 1px solid red; float:left; width: 200px }</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">  #right { border: 1px solid red; float:left; width: 200px }</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  </style>
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">  </span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"></head>
</span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"><body></span><br style="font-family: courier new,monospace;"><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"><div id="left"></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">this is the left</span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;"></div></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"><div id="right"></span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">this is the rightthis is the right<br /></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">this is the rightthis is the right<br />
</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">this is the rightthis is the right<br /></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">
this is the rightthis is the right<br /></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">this is the rightthis is the right<br /></span><br style="font-family: courier new,monospace;">
<span style="font-family: courier new,monospace;">this is the rightthis is the right<br /></span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;"></div></span>
</blockquote>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/