Link to home
Start Free TrialLog in
Avatar of dizzycat
dizzycat

asked on

Asp.net child pages with different heights

Hi experts

Using Visual Web Developer 2010 how do I go about creating a web-site with a master-page but have all the child-pages at different heights, if I use a div layout in the master-page the height of the page container div defines the height of each of the child-pages, I want to be able to control the height of each child-page, has anybody go any examples?

Regards

dizzycat

Avatar of SSupreme
SSupreme
Flag of Belarus image

It is difficult to image what you want.
But you can apply unique id to each child-page and specify any height you wish.
Can you give an example to understand what you need to do?
Avatar of dizzycat
dizzycat

ASKER

If I use a master-page then the height of all of its child pages will be the same, how can I have say three child pages that have the same master-page but each have a different height?
ASKER CERTIFIED SOLUTION
Avatar of SSupreme
SSupreme
Flag of Belarus image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Use overflow:hidden on divs to make them box-content.