I'm trying to get two divs on the same line....the problem I have is
when the browser window gets smaller, the second div is being pushed
below the first div....I want them to stay on the same line. Here is
my code:
<div style="white-space:nowrap">
<div style="float:le ft">
Left Column
</div>
<div style="float:le ft;margin-left:10px">
Right Column
</div>
</div>
when the browser window gets smaller, the second div is being pushed
below the first div....I want them to stay on the same line. Here is
my code:
<div style="white-space:nowrap">
<div style="float:le ft">
Left Column
</div>
<div style="float:le ft;margin-left:10px">
Right Column
</div>
</div>
Comment