UI Dialog with ASP.Net Master Pages
I'm a newbie at jQuery so bear with me. Using the jQuery Dialog UI on a ASP.Net form with an ASP.Net master page. I know the dialog 'appends' the <div> tag you are using after the <form><\form> tags on the Master Page.
My problem I'm encountering is that the footer on the page is being pushed down by the exact size of my <div></div> dialog since it's being inserted before my footer div.
Is there anyway I can stop this from happening either thru a CSS style or force Dialog to append somewhere else?
Thanks.