April 20, 2012
Getting Div's to align side by side in narrow browser
Question by Dave
I’ve read several tutorials and they all say use float or use relative positioning, but all the techniques I try aren’t giving me expected results. This is a pretty simple thing to do, but I want to do it the “correct” way since using html tables is punishable by death. Any help?
If I use float left it stacks unnecessarily when the browser gets narrow..
Answer by Lie Ryan
Answer by Starx
If you want to make your browser fit it all of the browser. Make your browser fluid.
i.e. Give % while defining the width of the layout.