Try it and see what Internet Explorer 6 does. Karl Rudd
On Thu, Jan 15, 2009 at 3:53 PM, Ami <aminad...@gmail.com> wrote: > > So you for you fast answer. > 5 point > (: > > Do I must to change all my pages from Transitional to strict? > Or can I leave it as Transitional > (I afraid from CSS bugs, so i don't want to cahnge) > > On 15 ינואר, 06:48, Karl Rudd <karl.r...@gmail.com> wrote: >> That will work, but you do not need to change to using XHTML. You >> could use HTML Strict: >> >> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" >> "http://www.w3.org/TR/html4/strict.dtd"> >> >> More information here: >> http://en.wikipedia.org/wiki/Quirksmode >> >> Karl Rudd >> >> >> >> On Thu, Jan 15, 2009 at 3:08 PM, Ami <aminad...@gmail.com> wrote: >> >> > Hello, >> > Sorry about my grammar, English isn't my tang. >> >> > I read in the Jquery 1.3:release notes, that I must use W3c standards >> > mode. >> > I tried to understand what it's mean. >> >> > Now my HTML start like that: >> > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html >> > dir="rtl"> >> >> > DO I need to replace it to this: (Like in Jquery website) >> > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" >> > "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> >> >> > Thank you.