I ve got a HTML / CSS question about growing a div to fit the screen when filled with other divs.
这里我的结构属于我的“主要”部分:
I ve got 3 divs within a protocol div, with the final div within the protocol with an overflow:auto; property (as it has scrollable content). 整个集装箱四轮停泊。
How can I get the last interior div to expand with the screen resolution? The problem here seems to be that my container div has no real "size" so when I set it to height: 100%; nothing really happens. Of course this means that if I assign it an actual size, then it won t grow to the resolution..
What should I do?