View Single Post
  #6 (permalink)  
Old May 4th, 2006, 12:40
herkalees's Avatar
herkalees herkalees is offline
Highly Reputable Member
Join Date: Jul 2005
Location: Massachusetts, USA
Age: 87
Posts: 576
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Center slice table vertically

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
Reply With Quote