I need to display a list of features we offer and am think that the best way would be to have the list expand or contract depending on how much room the main content area width allows.
For example, in 1024x768: - Item #1 - Item #4 - Item #7 - Item #10 - Item #2 - Item #5 - Item #8 - Item #11 - Item #3 - Item #6 - Item #9 - Item #12 And in 800x600 it would "collapse" to: - Item #1 - Item #5 - Item #9 - Item #2 - Item #6 - Item #10 - Item #3 - Item #7 - Item #11 - Item #4 - Item #8 - Item #12 I saw a post this week about a newspaper-style site doing something similar, but with the vertical height instead of horizontal. In my case, it's fine if these scroll down the page, but the goal would be to keep the vertical scrolling to a minimum, hence them spanning the width. What code I use (ie <ul>, <p>, <div>, <span>, etc) to spit the list out from my database is completely open, as long as I can get the functionality. Is this possible with CSS? Pointers to a site or help section dealing with this that I overlooked are also very welcome. Thanks for looking. :) ~ cj ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
