sure.
as of now, the menu at the top (what i called #index, though not sure its correct) as a fixed height: the height remains the same whether the sections menus are expanded or collapsed.
i'd like to know if there is a way to have it resize automatically according to the contents displayed in it. for example, i'd like it to behave like this:
when menus are collapsed:
stuff #01
------------------- (bottom line)
[pic]
when menus are expanded, the menu area becomes "higher" to accomodate for the exhibit titles:
stuff #01
// number 63
//exhibit01
//exhibit02
----------------------- (bottom line)
[pic]
i'v tried to play around the height and overflow settings of the #index element in the .css, but no, i guess that demands a bit more than this.
hope this clarifies my first post.