[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