QUERY: Multiple Document Interface (MDI) in webpages...

Joined
Mar 28, 2006
Messages
15
Programming Experience
Beginner
I am wondering if it's possible to simulate the Multiple Document Interface
in ASP/ASP.NET webpages? Maybe using DIV layers? I am trying to create the
little document windows in an application, but in a webpage. I need
dragging, overlap, focusing, resizing capabilites. Also must be able to
encapsulate another DIV layer within this DIV layer. Is this possible?
Does anyone know a library (already-made) div/layer MDI windows for
webpages?

<div> <!-- MDI window example -->
<div style="overflow: auto; width: 584px; height: 208px">
<!-- a table/grid that's scrollable -->
 
Back
Top