Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Nov 19, 2012 09:06 AM by raju dasa
Member
238 Points
639 Posts
Nov 18, 2012 12:05 PM|LINK
i designed a vertical menu in css , it has 4 clickable links
HOME APPLICANTS EMPLOYERS PROFILE
Now i want that when i click on APPLCIANTS then within this menu it should open 2 more clickable links like this:>
HOME
APPLICANTS
Active Applicants
Inactive Applicants
EMPLOYERS
PROFILE
<div> <div style="position:fixed"> <ul> <li><a href="#home">Home</a></li> <li><a href="#news">Profile</a></li> <li><a href="adminViewEmployers.aspx">Employers</a></li> <li><a href="adminViewApplicants.aspx">Applicants</a></li> <li><a href="#about">Super Admins</a></li> </ul> </div>
Star
7983 Points
2099 Posts
Nov 18, 2012 12:10 PM|LINK
Try using jquery tabs for a relatively lightweight solution.
http://docs.jquery.com/UI/Tabs
or
Please refer this
http://www.codeguru.com/csharp/.net/net_asp/controls/article.php/c15049/Lazy-Loading-the-ASPNET-AJAX-TabContainer-Control.htm
http://share-useful-links-here.blogspot.in/2011/02/lazy-loading-aspnet-ajax-tabcontainer.html
All-Star
30184 Points
4906 Posts
Nov 19, 2012 07:54 AM|LINK
Hi,
Check this-
http://www.designchemical.com/blog/index.php/jquery/jquery-simple-vertical-accordion-menu/
Nov 19, 2012 08:03 AM|LINK
You can also try-
http://jsfiddle.net/asteranup/VsQDv/
14410 Points
2451 Posts
Nov 19, 2012 09:06 AM|LINK
Hi, JQuery ceated a UI widget Menu control, which just fits ur requirement. (jquery UI 1.9) But i think it requires jquery v1.6+ check this site: http://jqueryui.com/menu/
Hunain Hafee...
Member
238 Points
639 Posts
exapanding tabs
Nov 18, 2012 12:05 PM|LINK
i designed a vertical menu in css , it has 4 clickable links
HOME
APPLICANTS
EMPLOYERS
PROFILE
Now i want that when i click on APPLCIANTS then within this menu it should open 2 more clickable links like this:>
HOME
APPLICANTS
Active Applicants
Inactive Applicants
EMPLOYERS
PROFILE
<div> <div style="position:fixed"> <ul> <li><a href="#home">Home</a></li> <li><a href="#news">Profile</a></li> <li><a href="adminViewEmployers.aspx">Employers</a></li> <li><a href="adminViewApplicants.aspx">Applicants</a></li> <li><a href="#about">Super Admins</a></li> </ul> </div>RameshRajend...
Star
7983 Points
2099 Posts
Re: exapanding tabs
Nov 18, 2012 12:10 PM|LINK
Try using jquery tabs for a relatively lightweight solution.
http://docs.jquery.com/UI/Tabs
or
Please refer this
http://www.codeguru.com/csharp/.net/net_asp/controls/article.php/c15049/Lazy-Loading-the-ASPNET-AJAX-TabContainer-Control.htm
http://share-useful-links-here.blogspot.in/2011/02/lazy-loading-aspnet-ajax-tabcontainer.html
asteranup
All-Star
30184 Points
4906 Posts
Re: exapanding tabs
Nov 19, 2012 07:54 AM|LINK
Hi,
Check this-
http://www.designchemical.com/blog/index.php/jquery/jquery-simple-vertical-accordion-menu/
Anup Das Gupta
Mark as Answer if you feel so. Visit My Blog
asteranup
All-Star
30184 Points
4906 Posts
Re: exapanding tabs
Nov 19, 2012 08:03 AM|LINK
Hi,
You can also try-
http://jsfiddle.net/asteranup/VsQDv/
Anup Das Gupta
Mark as Answer if you feel so. Visit My Blog
raju dasa
Star
14410 Points
2451 Posts
Re: exapanding tabs
Nov 19, 2012 09:06 AM|LINK
Hi,
JQuery ceated a UI widget Menu control, which just fits ur requirement. (jquery UI 1.9)
But i think it requires jquery v1.6+
check this site:
http://jqueryui.com/menu/
rajudasa.blogspot.com || blog@opera