I have three DIVs:
<div style="float:left;" id="a"> a </div>
<div style="float:left;" id="b"> b </div>
<div style="float:left;" id="c"> c </div>
I want all DIVs in same line but in some browsers, last DIV come down because of size of content in DIVs.
How to restrict them to be in same line even their is more content in DIVs. In this case horizontal scrollbar will be used to see all content.
Thanks
Put them in a parent with overflow-x.