Hi all

I am working with release 1.6rc2 of jquery ui. All I have on my page
is


<div id="test" style="width: 150px; height: 100px">nik<table border=1
id="test1"><tr><td>hey</td><td>you</td></tr></table>
<table border=1 id="test2" style="position:absolute;"><tr><td>1</
td><td>2</td></tr></table>

<script type="text/javascript">
$(document).ready(function(){
                                          Init();
                                       });

function Init(){
 $("#test").resizable({proportionallyResize:['#test1']});
}

</script>

The page renders fine in Firrefox (latest version). When I try and
resize the div, the firebug console errors saying prel.css is not a
function. I can not get proportionallyResize to work for the life of
me!

Can anyone please help?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to