I have a web application in Asp.Net. I’ve created my master page and inside I have a div.In page1 for example I have another div that is positioned on the div from the master page.I want to make my div from the master page expandable if my div from page 1 expands.Now is just fixed and if my div from page1 is increasing it’s going over the div from the master page.
I tried to set the div’s master page height like this:
min-height:548px;
height:auto;
height:548px;
But it didn’t helped me.How can I do this?
You can resize the div on the
windowresizeevent