Quote:
|
Originally Posted by RedSkwirrell
#Table_01 {
position:absolute;
left:50%;
top:0px;
width:850px;
margin-left: -425px;
height:170px;
|
I'm not 100% sure of this, but the choice of using 'absolute' as your value for the 'position' property might mess up anything you put below that div 'Table_01'
Of course, if you haven't mentioned it, I'm probably wrong
