View Single Post
  #10 (permalink)  
Old Dec 6th, 2007, 10:20
welshstew's Avatar
welshstew welshstew is offline
Lead Administrator

SuperMember
Join Date: May 2007
Location: inside the outside
Posts: 1,485
Blog Entries: 13
Thanks: 1
Thanked 20 Times in 18 Posts
Re: 3 columns?

you need to change your box content div to the followg:
HTML: Select all
<div id="boxcontainer">
    <div id="box1"/>
<div id="box2"/>
<div id="box3"/>
<div style="clear: both;"/>
    <div class="boxcontent">46546</div>
    <div class="boxcontent">46546</div>
    <div class="boxcontent">46546</div>
    </div>
and then remove the
Code: Select all
clear:both
on the boxcontent css
that should clean it up for you

edit: screen shot attached
Attached Images
File Type: jpg Untitled-1.jpg (84.7 KB, 14 views)
__________________
WelshStew
Lead Administrator

tierney rides tboard - uk site | xtreme wales - extreme clothing
If you think I've helped, click the "Thanks"
webforumz - facebook | LinkedIn

Last edited by welshstew; Dec 6th, 2007 at 10:28. Reason: add screen shot