Forum Moderators: open
[msdn.microsoft.com...]
I don't know how to make it by looking at the source file. And I can't find 'ShowExample' in the source file. Is there anyone konw why?
Thanks for your help! Have a nice day!
An error occurred on the server when processing the URL. Please contact the system administrator.An error occurred on the server when processing the URL. Please contact the system administrator.
this is what I saw on that page when I clicked a link, that's easy to do : )
You can do show hide behaviors with javascript activating css display:none display:block events.
You have to use display instead of visibility because display pulls the invisible element out of the document flow, visibility leaves it in but just doesn't show it.
there are other ways to do that, all depends on how you want to code it. You can make the new page trigger the display:block for its nav with no javascript at all, just a body id trigger.