Dashboard tabs
Permalink
Hey guys!
I implemented dashboard tabs using this how-to:
http://www.concrete5.org/documentation/how-tos/developers/how-to-us...
It works fine, apart from when first loading the page, all the tab contents are displayed. After clickin one of the tabs, it works perfectly: shows the content of the clicked tab and hides the other ones.
Can anyone suggest any solutions for this problem?
I implemented dashboard tabs using this how-to:
http://www.concrete5.org/documentation/how-tos/developers/how-to-us...
It works fine, apart from when first loading the page, all the tab contents are displayed. After clickin one of the tabs, it works perfectly: shows the content of the clicked tab and hides the other ones.
Can anyone suggest any solutions for this problem?
Another solution is to (in the php) style the div containing the first tab content to show and the divs containing subsequent content to hide.