doh, wrong thread.
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)
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
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
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
5 matches
Mail list logo