Friday, October 10, 2008

Class 3

Class 3 helped me catch up on what I missed the class before.

I decided not to present my homework assignment as I did not feel I would provide anything useful to the class. There were a number of things I did on my page that Amos had apparently mentioned in class that were bad ideas. Watching everyone else present their work, however, helped me see what I was doing wrong and what I'd missed.

I was intrigued by the hidden nav links on the left nav of Amos' petshop page. I might try and figure out how to implement that for my next assignment.

1 comment:

  1. Sub menues can be hidden and shown on a hover event either through CSS or JavaScript. Doing it through CSS is easy, though best practice is to use JS. jQuery has a nice set of functions making it easy to show and hide elements.

    ReplyDelete