I want to display a child of my html page all over the browser window .. in other words, I would like to enlarge it and keep it the same size in the browser window when it changes after loading.
I was wondering if I need to move this object outside of the parent elements, or I can set these properties using css.
At the moment, if I set the width: 100% and the height: 100%, it fits the parent (of course), not the window.
thanks
source share