I am trying to force the width of a div to the width of a browser window. So that even if the window is resize the adjusts it\'s width.
I have been researching for about
width: 100%; display: block;
Optional:
position: absolute;