I created a modal dialog with help of jQueryUI. Since i want to load the other page(child.html) i used iFrame here. Everything works fine.
But the issue is, it shows a scroll bar on modal dialog page as well. I tried to remove inner scroll bar by changing few CSS properties, No Use. I am struggling with this UI issue for past 10 days.
Please look at my page here.
http://sharanvijay.com/demo/Modal/html/parent.html
Here is screenshot
Note: Child and parent both pages uses same CSS file.
For showing model i referred
How to display an IFRAME inside a jQuery UI dialog
Can some one figure out with some fiddling tool like fire fox or any and suggest me what should i do?