my question is simple.
First off, take a look at this code:
All I have is a very simple table with some padding, borders, text-alignment.
If you visit the jsFiddle above, you can increase the width of the results window and all of the table items will site comfortably. However, if you decrease the width of said window, I want the table cells to move the the second row in order so that side-scrolling isn't required.
I don't mind using <ul><li> for this instead of tables, but I do want to be able to do this.
If anyone is familiar with a solution, please let me know. I don't mind using jQuery/JS/CSS, but I'm not familiar with much else.
Thanks!
Update
Here's the updated jsFiddle with working solution:
table. Consider using aul, or similar. – David Thomas Aug 27 '12 at 19:34<ul><li>is fine as well. – apparatix Aug 27 '12 at 19:36