How do I implement a simulated frameset in ASP.NET MVC without running afoul of browser differences?
If possible, I would like a header and two vertical panes. The header will be pinned to the top of the browser. The left pane will contain an index of some sort, and the right frame will contain content. Each of these panes can have its own scrollbar, but only if the content is long enough to require it.
It should look similar to this: http://msdn.microsoft.com/en-us/library/w0x726c2(loband).aspx
NOTE: I do not need to support IE6, but I do need to support IE7 for awhile.