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

mdrd

  • Animate Text-decoration?

    You actually don't need javascript at all Just use this. #mydiv { text-decoration: none; } #mydiv:hover { text-decoration: underline; } It doesn't have to be 'underline', that's just an example.
    Comment by mdrd July 2010 permalink
  • Nav bar guidance

    Oh yeah, I just changed the colors on the nav bar so they all match. So you would have some padding on the top? If you were me what would you do with the nav bar? Also, it's a work in progress, I'm really going to take my time on this …
    Comment by mdrd May 2010 permalink
  • Help with Rollover Image Swap!

    Try something like this. the html: The css: #mydiv { background-image: img1.jpg; } #mydiv:hover { background-image: img2.jpg; } No javascript required ;)
    Comment by mdrd May 2010 permalink
  • Nivo-slider help

    Thank you :mrgreen: The weird thing is, when I put the code in my existing page it didn't work, but when I started from scratch it worked. Looks like I have to take a look at my code and find out what's going on.
    Comment by mdrd May 2010 permalink
  • Nivo-slider help

    The download doesn't give me the html page, which I think is what I need. :|
    Comment by mdrd May 2010 permalink
  • need a carousel... thing

    Thank you! :D
    Comment by mdrd May 2010 permalink
  • need a carousel... thing

    What if it didn't turn to the side, can javascript or jquery do that?
    Comment by mdrd May 2010 permalink
  • need a carousel... thing

    I can't think of a website that has it. Maybe Apple, or something like that? Not sure. Would it be that hard to do in flash?
    Comment by mdrd May 2010 permalink