[thelist] asked to rebuild an eCommerce category/subcategory/product structure

Bob Meetin bobm at dottedi.biz
Tue Sep 22 12:09:27 CDT 2009


anyhow this works for the horizontal scroller.

<style type="text/css">
#container { overflow:auto; width:600px; }
.float { width: 1800px; }
span { float: left; }
</style>

<div id="container">
  <div class="float">
    <span><img src="images/blue_ferrari.jpg"><p>whatever</p></span>
    <span><img src="images/red_ferrari.jpg"><p>whatever</p></span>
    <span><img src="images/black_ferrari.jpg"><p>whatever</p></span>
  </div>
</div>





More information about the thelist mailing list