datepicker and dtd issue

datepicker and dtd issue


Hi,
I've noticed that if I don't include a dtd in my page, then the
datepicker is behaving weirdly in IE6. Instead of showing right under
the textbox, it is positioned relative to the window's top.
Is there a reason for that ? We are having issues with IE6 and the dtd
so we'd rather not include it in the page, but the datepicker seems
not to like that.
here's the dtd I've removed :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Thanks