I\'m trying to expand this div across with width of the browser. I\'ve read from here that you can use {position:absolute; left: 0; right:0;} to achieve that a
{position:absolute; left: 0; right:0;}
You can try adding overflow:visible to the parent div, then making the child wider than the parent.
overflow:visible
div