I have a layout with a body tag. Body tag as css width for 960px;
I would like have a DIV inside the body tag, and I need this div be 100% width of the browser windows.
Unfortunately at the moment I’m not able to get the result because the internal div inherit from the body.
My question; How to force a div to scale at 100% width of the current Browser windows even if inside a body tag?.
PS. I try !important on width attribute but does not work
Thanks
You cant in your case. Instead of
width:960pxfor the body use wrapper.