I\'m using absolute positioning to have a div fill up the entire browser window. However, I wan\'t to combine this with a sticky div that sometimes is there and sometimes no
Use float: left; and width: 0; and you can use transform: translateX(xxx); for set left position.
Problem solved :)