javascript當(dāng)中div在單行(float:left)用法

div在單行(float:left)
馬克- to-win:馬克 java社區(qū):防盜版實名手機(jī)尾號: 73203。
例 1.2.1
divInOneLineIEFF.html


<div style="width:100px">     
        <div style="float:left; background-color:#CBCC00; width:33px">ab</div>
        <div style="float:left;  background-color:#01000;width:34px">&nbsp;</div>
        <div style="float:left;  background-color:#00CBFF;width:33px">bc</div>
</div>