View Single Post
  #2 (permalink)  
Old Apr 10th, 2007, 12:42
karinne's Avatar
karinne karinne is offline
SuperMember

SuperMember
Join Date: Jan 2007
Location: You know where
Age: 31
Posts: 4,617
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Help with div borders in FF, please?

If this

Code: Select all
<div id="t2d_table">
            <div class="row">
                <div class="cell1">R1C1</div>
                <div class="cell1">R1C2</div>
                <div class="cell1">R1C3</div>
                <div class="cell1">R1C4</div>
            </div>
            <div class="row">
                <div class="cell2">R2C1</div>
                <div class="cell2">R2C2</div>
                <div class="cell2">R2C3</div>
            </div>
            <div class="row">
                <div class="cell1">R3C1</div>
                <div class="cell1">R3C2</div>
                <div class="cell1">R3C3</div>
                <div class="cell1">R3C4</div>
            </div>
        </div>
is going to be filled with data ... then use the TABLE element!
Reply With Quote