iips-dc / iips_website

IIPS website project.
3 stars 2 forks source link

Using Dynamic Sidebar at place of Accordions #2

Closed Chitrank-Dixit closed 10 years ago

Chitrank-Dixit commented 11 years ago

Our Static Pages like in About University and About IIPS does not need accordions. So from the last discussion from Rahul Sagore yesterday I suggest that we should use the dynamic sidebar.

Refer for Accordion: http://jqueryui.com/accordion/

Refer for Dynamic Sidebar (vertical tabs) : http://jqueryui.com/tabs/

Chitrank-Dixit commented 11 years ago

Recently found this can this vertical tab be a good choice http://jsfiddle.net/tj_vantoll/nn2Qw/

Rahul-Sagore commented 11 years ago

Chitrank, I have tried it too but its not working properly.

Have a look at this link - See Demo : http://www.faridesign.net/wp-content/tut/css-html/awesome-vertical-tabbed/index.html Download Source : http://www.htmldrive.net/items/show/1110/jQuery-Vertical-Tabs-Plugin

you can download this code on above source link

Ankit-Kulkarni commented 11 years ago

Yes this was really nice one- http://jsfiddle.net/tj_vantoll/nn2Qw/ but to make the site formal and sober , we either have to use accordian or tab.

The use of tab is a nice thing but it will fail in those case when a single tab also have some sub tabs . Accordian menu on those places will be a fine choice since , accordian tab can include many sub choices.

Ankit Kulkarni Indore, India alternate email - ankit.kul1890@iips.edu.in

On Thu, Aug 15, 2013 at 12:24 PM, Rahul Sagore notifications@github.comwrote:

Chitrank, I have tried it too but its not working properly.

Have a look at this link - See Demo : http://www.faridesign.net/wp-content/tut/css-html/awesome-vertical-tabbed/index.html Download Source : http://www.htmldrive.net/items/show/1110/jQuery-Vertical-Tabs-Plugin

you can download this code on above source link

— Reply to this email directly or view it on GitHubhttps://github.com/iips-dc/iips_website/issues/2#issuecomment-22688132 .

Rahul-Sagore commented 11 years ago

But if we have only 4-5 links, no submenus, then tabs are good, there is no use of accordion. And you are right, if there are submenus, then Accordion is the best choice, no doubt.

The tabs which I have used, is just an sample for 1st phase. we can remove/replace/modify with different tabs and accordion whenever needed.