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

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

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

2009-12-17 Thread Alex Beston
Heres the html I'm using. drag & drop #droppable { background: black; width: 150px; height: 150px; padding: 0.5em; float: left; margin: 10px; } $(document).ready( initialise); // js var these = [ 'white', 'black', 'orange, 'etc' ]; function makeButtons() { for (i in these)

[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 tags, although that shouldn't do anything but confuse the browser, no break it - rouge tag, that would DEFINITELY be an issue, especially for IE Dreams Gallery //jQuery in here

[jQuery] Re: Jquery does not work in IE8

2009-12-17 Thread MorningZ
Your HTML is totally screwed you've got multiple closing 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 dif

[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 th