I really love MSDN's navigation menu, the way you can expand/collapse contents and they load dynamically. How would they have been done? Is it an IFrame that just reloads each time something's clicked? Are they all just a bunch of hidden divs?
Is there an ASP.NET control that can produce something as pretty as that?
Thanks for any information. I'm not looking to rip off their design, just interested in the way it would work.
I'm fairly certain that somewhere in their DHTML section they explain how it was made.
In a world without walls and fences - who needs Windows and Gates?! - Unknown Author
"And there's Bill Gates, the...most...famous...man in the...ah...Microsoft." -- A TV commentator for the 2000 Olympics.
Originally posted by stovellp Wow that's awesome, thanks guys! I'm reading through it now.
BTW, What's a 'glider'?
It's a pattern of "cells" in Conway's "Game of Life", a cellular automata simulation, that produces a particular "action" as it's generations are born and die. Here's a place where you can see it in action as a Java applet and can download various versions.
I really love MSDN's navigation menu, the way you can expand/collapse contents and they load dynamically. How would they have been done? Is it an IFrame that just reloads each time something's clicked? Are they all just a bunch of hidden divs?
Is there an ASP.NET control that can produce something as pretty as that?
Thanks for any information. I'm not looking to rip off their design, just interested in the way it would work.
asp.net is a server side language, though it can output javascript it is not internded to be used for effects really. Though it should be used instead of client side scripting for functional stuff that you would not want to have js dependent.
Bookmarks