简体   繁体   中英

How do I implement simulated frames in ASP.NET MVC?

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.

You could try the jQuery splitter plugin.

http://methvin.com/splitter/

Use CSS Layouts. Some examples: http://layouts.ironmyers.com/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM