views:

456

answers:

2

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.

A: 

Just of the top of my head, check out what some of the Javascript toolkits have to offer. Things like jQuery with a few plugins or Dojo might have something like that in its Dijit library.

+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
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
have you tried with different id for the tables
Vinay Pandey
yes pls check code above
dhaval