So I have a floating div, and I need it to always be 200px to the right, and fill the rest of the window. Is there some way that is cross browser compatible that I can make the width fill the rest of the page without resorting to javascript?
Share
JsFiddle
All you must do is specify how far to the right you want it bumped by setting a
margin-left, then usedisplay:blockto make it take up the rest of the width.