[jQuery] Re: Resizable() work incorrectly with Iframe

2009-01-27 Thread Aleks Dorohovich
in this case will be $('.resizeDiv').mousedown(function(){ $('.block-iframe').addClass('iframe-fix'); }).mouseup(function(){ $('.block-iframe').removeClass('iframe-fix'); });

[jQuery] Re: Resizable() work incorrectly with Iframe

2009-01-27 Thread Aleks Dorohovich
I found how fix this bug Just needed create block, expamle and create css: .iframe-fix { background: transparent; width: 100%; height: 100%; z-index: 1; position: absolute; top: 0; l

[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;