Here\'s the problem I have:-
I have one div that is set to a max width of 960px.
The width of the div inside the div is set to 100%, but 100% means a max of
How about using absolute position
absolute
.child-div { position:absolute; left:0; right:0; }