I am having some trouble in FF 1.5.0.7 on Win XP.
It works in IE but not in FF.  Am I doing this wrong?  Is there a workaround?
Glen

Code Snippet:

<script>
$(document).ready(function() {

       var rightHeight = $("#right").height();  
    $("#left").height(rightHeight);

});

</script>

  <style>
  #left { border: 1px solid red; float:left; width: 200px }
  #right { border: 1px solid red; float:left; width: 200px }
  </style>
 
</head>

<body>

<div id="left">
this is the left
</div>
<div id="right">
this is the rightthis is the right<br />
this is the rightthis is the right<br />
this is the rightthis is the right<br />
this is the rightthis is the right<br />
this is the rightthis is the right<br />
this is the rightthis is the right<br />
</div>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to