View Single Post
10-01-2011, 01:16 PM
#3
G-Sun is offline G-Sun
Status: Member
Join date: Feb 2008
Location: Norway
Expertise:
Software:
 
Posts: 101
iTrader: 0 / 0%
 

G-Sun is on a distinguished road

  Old

Originally Posted by akshaytkd View Post
Your body td code
Code:
<tr>
        <td valign="top"><div class="Prod">
            <div class="SC_Top">
             ...
             ...
             ...
          </div>
</tr>

Put valign="top" at td tag...
Thanks! Excellent.

Your footer code

Code:
#Main #MainBottom {
    background: url("/ny/images/Hvitfeltbunn.gif") repeat scroll 0 0 transparent;
    clear: both;
    height: 29px;
    width: 558px;
    Margin-left: -31px;
}
Well, spotted the mistake. The div was misplaced inside #MainT

Thanks!

Reply With Quote