[jQuery] Re: Dialog bug

2010-01-01 Thread Yuriy Pobezhymov
Thank you much. It's work! Happy New Year!!!

[jQuery] Dialog bug

2010-01-01 Thread Yuriy Pobezhymov
Hello. I have iframe (100% width and height) and jQueryUI dialog on the page. I don't know why, but when I move or resize dialog, it's work not correctly. You could see example here: http://lst.zt.ua/example If I make width:50%, than dialog works very good on blank part of page, but don't work corr

[jQuery] Dialog and IFrame problem

2009-12-27 Thread Yuriy Pobezhymov
Hello. I have iframe that set on 100% width and height on the page and jQueryUI dialog: -- $("#dialog").dialog({ autoOpen: false, zIndex: 3999 }); $('#dialog').dialog('open'); }); Browser is not support iframes. This is