Some notes:
Rich Cherry from the Balboa Park Online Collaborative is looking for summer Drupal interns.
A designer named _____ shared some CSS tips:
- float with margin? ie6 doubles the margin... use display:inline so it doesn't double the margin... (might be why IE photo gallery and other pages drop content down below length of side blocks)
- 1% height for IE6 to fix the extra padding on block style links, for example.
- _height: for IE6 essentially works like min-height;
Someone else shared the Admin module (new admin interface things) for drupal 6 (http://drupal.org/project/admin)
