I need a tab view in css with each tab showing a dynamic table. The complete table is dynamically constructed in loop and only after that should the tabs should hide and show each of the table corresponding to each tab. Any suggestions? The content of the tab is within list item and in loop only. The development is in Django/Python on appspot.
+1
A:
Check out jQuery UI Tabs; this will do what you're looking for. It's not possible to do this using pure CSS.
John McCollum
2009-06-08 05:48:33
thx, what i was looking for is to put tables in div and show and hide display property of css to show/hide table but all tables are shown at same time
dhaval
2009-06-08 06:22:09
have you tried with different id for the tables
Vinay Pandey
2009-06-08 06:51:24
yes pls check code above
dhaval
2009-06-08 11:34:03