Ive tested it on a pentium 3 500mhz... it's working fine on IE6 here... not a bit slow or sliding okay.... and these effects used to be slow in here..at least in some things ive made...

2006/8/7, Scott Moore <[EMAIL PROTECTED]>:
This is an add-on to my previous question (Show/Hide with Two Links).
Using the below code to show/hide a div works extremely smooth in
Firefox Windows and Mac, Safari, Camino and Opera. However, in IE6,
the slide down is slow and choppy and the slide up doesn't happen -
the div just disappears.

Is there something I'm missing to have it function properly in IE6?

Scott


Demo:
http://nonsponsored.com/cart_demo/minicart.html

SlideDown/SlideUp Code:
$(document).ready(function(){
        $("a.show_cart").toggle(
                function(){
                        $("div#minicart_inner").slideDown("normal");},
                function(){
                        $("div#minicart_inner").slideUp("normal");});
});

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to