Designing a master page
-
Hi, I would like to design a master page in asp.net 2.0. It should have a header,footer,leftpane for treeview and right pane for content placeholder. I have done everything but my problem is it should auto fit to any screen resolution.I am able to do that for width, but not for height.I dont want to get even a vertical scroll bar. In simple i want to develop a masterpage similar to msdn library website http://msdn.microsoft.com/hi-in/library/w0x726c2(en-us).aspx\[^\]
-
Hi, I would like to design a master page in asp.net 2.0. It should have a header,footer,leftpane for treeview and right pane for content placeholder. I have done everything but my problem is it should auto fit to any screen resolution.I am able to do that for width, but not for height.I dont want to get even a vertical scroll bar. In simple i want to develop a masterpage similar to msdn library website http://msdn.microsoft.com/hi-in/library/w0x726c2(en-us).aspx\[^\]
AFAIK, MSDN use inline frames to display the content area. So that you can scroll only that part keeping all other fixed. Have a look at iframe[^] HTML tag. :)
Navaneeth How to use google | Ask smart questions
-
Hi, I would like to design a master page in asp.net 2.0. It should have a header,footer,leftpane for treeview and right pane for content placeholder. I have done everything but my problem is it should auto fit to any screen resolution.I am able to do that for width, but not for height.I dont want to get even a vertical scroll bar. In simple i want to develop a masterpage similar to msdn library website http://msdn.microsoft.com/hi-in/library/w0x726c2(en-us).aspx\[^\]
Hope this will help you, Check
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you. View My Latest Article