This morning has been a good one. I got my collapsable links working, although I'm still trying to get them to load already collapsed, but that's not a big deal. Had Angel Food Cake and strawberries for breakfast because it's my birthday damn it. So I can do whatever the hell I want. So there. Oh well... I have to go to work though.
This should be a busy week. In addition to more sorting and cleaning in preperation for [the baby] there is a Cubs game to attend tomorrow, New shelves to add to the kitchen, and work. Always with the work.
Oh well... I'm in a good mood.
Mon
19
Jul '04

You have to set the ones you want to be collapsed as such (using CSS - display:none or display:block) in your CSS file.
i.e.
#important,
#quickies,
#comics {
display: none;
}