Thanks Christian. the only bit of rendering that is affected is when you resize the dialog and that too only on shrinking the dialog.
Oh well "it works" and that is all that matters as of now! Best, N On Tue, Nov 25, 2008 at 7:42 AM, Christian Sonne <[EMAIL PROTECTED]>wrote: > > My guess (without having looked into it at depth) would be that it's > simply a rendering-problem brought on by quirks-mode in IE. > If you fail to provide a doctype, IE (and other browsers too, but with > less horrific outcome) will go into quirks-mode, and the rendering > WILL be affected. > > On Tue, Nov 25, 2008 at 8:33 AM, Nik <[EMAIL PROTECTED]> wrote: > > > > For those who might stumble upon the same problem as I did...this is > > what fixes it > > > > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" > > "http://www.w3.org/TR/html4/loose.dtd"> > > > > Yup! Thats it! A simple DOCTYPE tag right on the top of the page. Now > > can any one please explain this thing!!? > > > > On Nov 24, 5:16 pm, Nik <[EMAIL PROTECTED]> wrote: > >> Hi all > >> > >> This is the link to play with > >> > >> http://www.matrixconnects.com/newsite/mweb/test.html > >> > >> All I have done is, copied the code "as it is" (do a view source if > >> you like) from the Jquery example given at > >> > >> http://docs.jquery.com/UI/Dialog > >> > >> But as you will notice if you navigate to my page using IE and resize > >> the dialog, the X button disappears on shrinking the dialog. This is > >> not a problem while using FF. > >> > >> Does anyone has any idea why is this happening? Could it be something > >> to do with web server as that is the only thing I can think of. I am > >> using IIS to host this site. Basically the site is hosted with > >> Discountasp.net who use IIS7 to host my site. > >> > >> I see the same behavior if I host this page locally on IE5 or IE6. > >> Please HELP! > >> > >> Best, > >> Nik > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en -~----------~----~----~----~------~----~------~--~---
