There is a block div1, inside it is another set div2.
At div2 with position absolute, when setting width: 100%; height: 100%;
the height and width of div2 is taken from the browser screen, not the parent element div1, how to make div2 have was position absolute and width and height 100% of parent element.