> - Changing selection in one facet causes the other facets to update, > shrinking or growing in height, potentially causing loss of visual context.
Maybe you can prevent this effect by leaving the height of a facet by its initial value. So if you first view an exhibit and one facet has the height of - let's say - 100px (~5 lines of entries), it should stay at 100px height if a filter is chosen. I presume you don't have the exact heigth in pixels when you initialize an exhibit. One way to archive this could be adding some kind of " <br/>" or "<li> </li>" for each facet item that isn't displayed after filtering. So if you have 5 lines of entries in a facet, it stays 5 lines, some of them "invisible". This might not be very nifty html coding, but should do the trick. Regards, Georg _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
