treehouse : what would you like to learn today?
Web Design Web Development iOS Development

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.
    Comment by blackbookdesign January 2009 permalink
  • 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\"…
    Comment by blackbookdesign January 2009 permalink
  • 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…
    Comment by blackbookdesign January 2009 permalink
  • 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.
    Comment by blackbookdesign January 2009 permalink