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

sydo

  • Help with hiding individual rows of a column on demand

    The simplest way is using jquery javascript library's "toggle" function. You give the 3rd column a class name, than use the toggle function to show/hide it. $("#button").click(function () { $(".third").…
    Comment by sydo September 2008 permalink
  • Navigation and display content

    I think I understand what you mean. It can't be done in CSS without frames. You need to create a new page using the template for every content page, and link to it.
    Comment by sydo September 2008 permalink
  • IE hates me

    Hi! Well, sorry but not a nice css code! :) So many negative margins and stuff. I advise you to use floats to position divs. It's the common way to build the page structure. Also It's a good thing to use a global reset: * { margin: 0; …
    Comment by sydo September 2008 permalink
  • Problem with fonts

    As far as I know conditional comments are for IE only. I found some css hack, not sure if it works, but it looks so bad in the code..
    Comment by sydo September 2008 permalink