Hello,
I have built a lot of layouts using floats. The purpose is to be able to get elements next to each other horizontally. This is very useful but yesterday I had strange thoughts about turning <div> elements into inline elements. Given a fixed width outer wrapper, shouldn’t inline elements behave exactly like floats? If so, why isn’t anyone using inline elements rather than floated elements?
