list2 is a list component, yes, in fact it's the second list component in the larger list.
What I want to do is to programatically be able to set the height of the list component so that when a user selects that component all of the others shrink (I use a timer to give the over-all effect) while leaving that one there and displaying other appropriate info.
Is that possible? I've written the code to handle the timing etc, just need the javascript CSS code that will actually allow me to set the height of the list component now.