Problem with doctype

Problem with doctype


Hi,
I started using Jquery UI, my problem is that re sizable plug in is
not working with html "doctype", (in IE 6)
I have given doctype as:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
and a simple re size operation is failing and if i remove doctype it
will run perfectly.
Can any one tell me why it this is another IE bug or i shall change
the doc type to something else