I have to design the UI of a Web Page using 3 master pages as below:
1st Master Page: Have Header at the top of the page and Footer at the bottom of the page.and below the Header section, there will be a tree view menu section at left hand side (say width = 30px)
2nd Master Page: Inherit 1st Master page, and there will be a content section at right hand side (say width = 70px) of 1st master page, with5 buttons(b1, b2, b3, b4, b5) on top of content section and 4 buttons(b6, b7, b8, b9) on left side of content section.
Please note that the 4 buttons(b6, b7, b8, b9) at left side should be Vertical in style with vertical text in it.and 5 buttons(b1, b2, b3, b4, b5) on top will be horizontal in style (just like normal buttons)
UI rough design
=================================================================
Header
=================================================================
| b1 b2 b3 b4 b5
| ____________________________________________________
| b6| <--content place holder--> for content section |
| | |
| b7| |
| | |
| b8| |
Tree | | |
View | b9| |
Menus | | |
| | |
| | |
| |___________________________________________________|
|
|
=================================================================
Footer
=================================================================
Due to security issues, i couldnt upload the image. I hope the UI
designed above makes the sense based on my requirement.
I searched a lot for nested Master page but couldnt find any proper
answer. Please help me to achieve this.
Thanks in advance