html - divs not floating as expected -
i have containing div 3 boxes inside of it. i'm trying them display on same line each other.
i've used floats try achieve appear messed up.
i know common problem , have looked through here find looking none of solutions seemed work expected.
here's jsfiddle
<div class="aboutcol1"> <div class="aboutbox1"> <div id="aboutbox-image1"> </div> </div> <div class="aboutbox2"> <div id="aboutbox-image2"> </div> </div> <div class="aboutbox3"> <div id="aboutbox-image3"> </div> </div> </div>
you have forgotten put float rule div class aboutbox2
try fiddle , see if float issue. fiddle
Comments
Post a Comment