CSS/javaScript properties that overlaying a page in full.
Hello everybody,
I created a page that is too high (or too wide) for its length to be visible through the full height (y axis) of the screen.
If I create a DIV – for example – whose width and height are 100%, then the element (DIV) overlays the entire visible area only of the page.
But what should I do for such an element (DIV), to overlay the entire such page, both the invisible part of the page as well as the visible one. What CSS style attributes and javaScript properties should I use?
Bookmarks