Having an issue with how div
s align in Firefox and Chrome. My goal is to have two div
s with undefined widths side by side within a wrapping div
, creating a scrollbar full of content.
In Firefox 22.0, the div
s are stacking instead of aligning side by side like they do in Chrome 28.0. Attached are screenshots showcasing the problem in each browser.
Firefox
Chrome
Is this a unique issue specific to Firefox? Can it be resolved using the display
or clear
property?