Page is a not externally linkable
- Code, Content, and Presentation
-- JavaScript and AJAX
---- I need help getting this easy jquery fadeIn statement correct?


ewwatson - 11:59 am on Nov 3, 2012 (gmt 0)


Good morning, I want to fadein with jquery but I dont want to use display none. Cant use opacity 0 because IE scews up my png. So I want to initially hide the image with left:-999em. Im using html.js .faqsnav {left:-999em;} because jquery is too slow to hide it otherwise. So then I need to bring it back to left:96px at the same time it's fading in. I think I have all the right puzzle peices here I hoping it's just the wrong format. How should it look? Thanks!

$(document).ready(function() {
$(".faqsnav").delay(4000).css( "left","96px", {queue:false} ).fadeIn(200);
});


Thread source:: http://www.webmasterworld.com/javascript/4515354.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com