[jQuery] Re: Jquery does not work in IE8

2009-12-17 Thread blueshift
Dear Karl, Thank you for your reply. I tried moving the jquery scripts before everything else, but it seems to have no effect in IE. I moved it back, and this is what it looks like now. (This all works fine in Safari 4.0.4). Do you have any other suggestions?! Sorry, but as you can tell, I find

[jQuery] Re: Jquery does not work in IE8

2009-12-17 Thread MorningZ
Your HTML is totally screwed you've got multiple closing /head tags... you aren't including the jQuery file before you try to do jQuery stuff first as Karl suggests and don't confuse works in safari as jQuery must be horked in IE, that's totally not the case... one browser handles poor HTML

[jQuery] Re: Jquery does not work in IE8

2009-12-17 Thread MorningZ
here is what i was talking about: - no jQuery first before you are doing the $.browser stuff - duplicate title tags, although that shouldn't do anything but confuse the browser, no break it - rouge /head tag, that would DEFINITELY be an issue, especially for IE html head titleDreams

Re: [jQuery] Re: Jquery does not work in IE8

2009-12-17 Thread Alex Beston
Heres the html I'm using. !doctype html html lang=en head titledrag drop/title link type=text/css href=themes/base/ui.all.css rel=stylesheet / script type=text/javascript src=js/jquery-1.3.2.js/script script type=text/javascript src=ui/ui.core.js/script script type=text/javascript

Re: [jQuery] Re: Jquery does not work in IE8

2009-12-17 Thread Alex Beston
doh, wrong thread.