Click here to Skip to main content
15,891,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HTML
<
------------------------------------------------
|      |                   
| frame 1                                       |
|      |                                        |
|      |                                        |
|      |                 frame 2                |
|      |                                        |
| - ------------|                               |
|      |        |                               |
|    MY Div     |                               |
|      |        |                               |
----------------------------------------------- |
;




My problem is where should i place my div Either ContentFrame or TrewViewPage , How i get Overlay DIV Between two frames

Thanks

What I have tried:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Test</title>
</head>

<frameset rows="0,*%" frameborder="0" border="0" bordercolor="#999999" framespacing="0">
<frame name="Top" src="./aspx/Main/Banner.aspx" scrolling="no" noresize="yes"></frame>
<frameset cols="20%,*" frameborder="1" border="3" bordercolor="#999999" framespacing="3" id="Bottom">
<frame name="TreeViewFrame" src="./aspx/Main/TreeViewPage.aspx" scrolling="auto" id="TreeViewFrame" />
<frame name="ContentFrame" src="./aspx/Main/ContentPage.aspx" id="ContentFrame" />
</frameset>
</frameset>
</html>
Posted
Updated 17-Mar-16 18:44pm
v2
Comments
F-ES Sitecore 18-Mar-16 6:32am    
Not sure this is possible, my advice is to stop using frames, the technology hasn't been used for a decade.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900