[jQuery] Resizable() work incorrectly with Iframe in all browsers

2009-01-13 Thread Aleksandr Dorohovich

Hi guys.

I have a problem with the resizable() function.
When its use with iframe, vertical resizing work incorrectly. Who
knows how fix it?

Here is the code:




title


body {
padding: 0;
margin: 0;
}


#resizeDiv {
background: #EEE;
width: 100%;
height: 170px;
border-top: 1px solid #CCC;
position: absolute;
bottom: 0;
z-index: 2;
}

iframe {
z-index: 1;
}







  $(document).ready(function(){
$('#resizeDiv').resizable({
handles: 'n'
});
  });





http://google.com"; frameborder="0" 
scrolling="no"
height="100%" width="100%">








Thank you


[jQuery] Resizable() work incorrectly with Iframe

2009-01-13 Thread Aleks Dorohovich

Hi guys.

I have a problem with the resizable() function.
When its use with iframe, vertical resizing work incorrectly. Who
knows how fix it?

Here is the code:




title


body {
padding: 0;
margin: 0;
}


#resizeDiv {
background: #EEE;
width: 100%;
height: 170px;
border-top: 1px solid #CCC;
position: absolute;
bottom: 0;
z-index: 2;
}

iframe {
z-index: 1;
}







  $(document).ready(function(){
$('#resizeDiv').resizable({
handles: 'n'
});
  });





http://google.com"; frameborder="0" 
scrolling="no"
height="100%" width="100%">








Thank you