blackbookdesign
-
JQuery in IE
I got the same problem for IE with wordpress see related post if any ideas can come up: http://www.css-tricks.com/forums/viewtopic.php?f=5&t=1521 cheers.
-
MenuFader revealing multiple divs
well all was going fine until I tested freaking IE. even 7 breaks on me. Trying to figure things out again:P here's my latest code. If somebody knows the trick let me know :) $(document).ready(function(){ $(\"#menu .button\"…
-
MenuFader revealing multiple divs
well i guess i solved it. maybe a bit dirt but it works if added: $(this).parent().find(\"MYDIV\").fadeIn(); after this one $(\"#content\").find(\"div:visible\").fadeOut(\"fast\", function(){ //once the…
-
MenuFader revealing multiple divs
oh maybe it's easier. It affects all inside divs to display none. If it can only affect the top div and not the childs that would solve it.