View Single Post
Old 01-03-2009, 05:13 PM  
potter
Confirmed User
 
Industry Role:
Join Date: Dec 2004
Location: Denver
Posts: 6,559
Code:
<div style="display: table;">
 <div style="display: table-row;">
  <div style="display: table-cell;"></div>
  <div style="display: table-cell;"></div>
  <div style="display: table-cell;"></div>
  <div style="display: table-cell;"></div>
 </div>
 <div style="display: table-row;">
  <div style="display: table-cell;"></div>
  <div style="display: table-cell;"></div>
  <div style="display: table-cell;"></div>
  <div style="display: table-cell;"></div>
 </div>
</div>
Code:
<div>
 <div style="float: left;"></div>
 <div style="float: left;"></div>
 <div style="float: left;"></div>
 <div style="float: left;"></div>
<div style="clear: both;"></div>
 <div style="float: left;"></div>
 <div style="float: left;"></div>
 <div style="float: left;"></div>
 <div style="float: left;"></div>
</div>
Code:
<div>
<div style="float: left;"></div>
<div style="float: left;"></div>
<div style="float: left;"></div>
<div style="float: left;"></div>
</div>
<div>
<div style="float: left;"></div>
<div style="float: left;"></div>
<div style="float: left;"></div>
<div style="float: left;"></div>
</div>
You could also do it using ul/li. As someone stated above me. I dunno, there's easily another twenty different ways to do this. Choose one.
__________________

potter is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote