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
I think you can solve this using css width 100%
div#full{ width:100%}
:)