Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

dhtml menu

Status
Not open for further replies.

raji96

Programmer
Aug 7, 2001
64
US
I am trying to use the concept of this menu

without using frameset i have put this menu part in a table,and it works fine,but i want it to be folded out based on the option picked in previous page ,how do we do it?

For eg when someone clicks the 'newest news' under news when it goes to newest news i want the News to unfolded and newest news highlighted.

thanks,
snebe
 
I would start with passing a variable to each new page, that tells my site what option I clicked on. Then it's just a matter of receiving that information. Once you can see that the correct option is returning you have to get in to the hard part.

It's not actually so hard if you were to use CSS. If you were to declare part of your table in TBODY tags, you could easily hide what you don't want to see and view what you do. Try this link:


That should get you started.
Ryan
rmindorff@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top