|
Greetings,
On the left side of my website I have a navigation menu built from a table. I would like to give visitors the option of hiding this table.
I would like the table to behave like this:
1.) When the website is visited, the table is visible.
2.) Somewhere near the table there is an option to hide the table. This could be a small "<" image, for example.
3.) When that option is clicked, the table is "pushed" to the far left, off the screen. This is the hiding concept.
4.) After the table is hidden, there would exist an option to display the table again. This could be a small ">" image, for example.
What is the most correct way to design this feature? Compatibility across multiple web browsers is very important here. I know some CSS and have only seen JavaScript but would appreciate code snippets and technical explanations.
Thank you for your time,
Nick
Last edited by nick1; 08-15-2007 at 09:37 AM..
|