Hi All,

I am using this line of code:

jQuery("#" + previous_welcome_icon).slideUp("normal", function () {
jQuery("#" + icon).slideDown("normal"); });

To archive the slideUp and slideDown effect. You can see it live in action
in http://lesterchan.net/ by clicking on any of the 6 horizontal icons you
see in the welcome box.

I tested it with FF3, Opera 9.5, Safari for Windows and it all works fine.
It will slide up and then the new content will slide down.

Only in IE7 the slideUp will instead disappear but the new content will
slideDown.

Any ideas?

Thank you =)

-----
Lester Chan's Website
- http://lesterchan.net
-- 
View this message in context: 
http://www.nabble.com/No-slideUp%28%29-Effect-In-IE7-Only-tp18130364s27240p18130364.html
Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to