I am using skeleton css framework and i need some divs to occupy the maximum width possible,something like how SO does in the div holding the search input box.I have this fiddle http://jsfiddle.net/pRmus/1/ showing a simple div i made
.all-width{
background-color:pink;
}
Since i am displaying this div inside the container and the container width is 940px,the width cannot cover all the width the browser offers.Is there a solution i can i use to get what i want?.I was thinking z-index on that div,but i am not so sure.
Try moving the pink bar outside of container. Make a wrapper around an individual container, so this wrapper can really have 100% width.
JSFiddle http://jsfiddle.net/Y5mB6/
HTML
CSS