jquery.scrollto does not work in IE6 if my html file defined as: <?xml version="1.0" encoding="ISO-8859-1" ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> .... however, if i remove the first line (<?xml version="1.0" encoding="ISO-8859-1" ?>), it works but our website does not allow me to remove this xml definition, I am just wondering why this line matters.
I also tested on any other demo provided by JQuery site, they dont work in IE6 if I add this XML definition Anybody has idea?