This part of my code that is not working:
var arrElementos = $("p").get();
var tempo = 1000;
for(var i in arrElementos) {
if (i == 0) {
setTimeout($(arrElementos[i]).DropInRight(1000), tempo);
}
else {
setTimeout($(arrElementos[i]).DropInLeft(1000), tempo);
}
}
2007/1/16, Mike Alsup <[EMAIL PROTECTED]>:
> Why jquery does not work correctly in IE6 ? Has Anybody else ever had
this
> same issue ?
>
> Error: 'style' is null or it does not a object
> line 480 ] if (!force && elem.style[prop]) {
Can you please provide more information or a sample test page? Thanks.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/
--
[]'s
Harlley R. Oliveira
www.syssolution.com.br
-------------------------------------------
~ U never try U'll never learn ~
-------------------------------------------
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/