I'm trying to figure out a place or way to learn how to make these links I see at blogspot.com that has archive links. I can make the link by I want to know how to make them where you drill down by year and then month.
Here is a example of a site that i would like to do also.
Sorry I must have not been clear. I have already created archives. I just need to know how to break them down by if you click on the year then it will show you the months. Does that make since?
It seems that jQuery's accordion method is what you're after, where every list item is collapsed, except for the first.
Here's a good tutorial on how to make an accordion menu using jQuery
I suspect that the only change you would want to make is to remove the part where the siblings collapse when other parts of it are clicked.
Bookmarks