[jQuery] Re: JQuery effects not working in Internet Explorer 6

2009-02-06 Thread Henry
On Feb 6, 10:30 am, Tintin81 wrote: I am new to Javascript and implemented a few nice JQuery features on a href=http://new.designbits.de;my new website/a . All of them work great in Firefox and Safari. In IE6, however, the site looks like a mess, even with Javascript enabled in the options

[jQuery] Re: JQuery effects not working in Internet Explorer 6

2009-02-06 Thread Tintin81
Hi Henry, Thanks you very much for your help. I have eradicated the comma and also did some other polishing work, but nothing has changed :-( The error message I am getting in Internet Explorer 6 is still the same. What bugs me is that Internet Explorer doesn't tell me the exact name of the

[jQuery] Re: JQuery effects not working in Internet Explorer 6

2009-02-06 Thread ..:: sheshnjak ::..
First try to replace first line in code of your page with !DOCTYPE html PUBLIC -//W3C//DTD XHTML 1.0 Strict//EN http:// www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd and see if it resolves anything. It could be only that, if not then try to validate your page (currently you have 20 warnings, no

[jQuery] Re: JQuery effects not working in Internet Explorer 6

2009-02-06 Thread Tintin81
Hi and thanks for your feedback. Changing the document type didn't improve anything though :-( I think the devil is in my functions.js file. Where would I validate javascript files? Any ideas? Thanks... On Feb 6, 11:48 am, ..:: sheshnjak ::.. sheshn...@gmail.com wrote: First try to replace

[jQuery] Re: JQuery effects not working in Internet Explorer 6

2009-02-06 Thread James
I'm finding that it comes from the (packed) Validation plug-in script. I think it might need a semi-colon at the end of that whole packed string. Try adding that manually and see if it makes a differences. Try the min version also if you haven't. On Feb 6, 6:30 am, Tintin81 tkleem...@gmail.com