View Single Post
  #4  
Old 09-18-2011, 07:08 AM
AlexC's Avatar
AlexC AlexC is offline
Moderator
 
Join Date: Dec 2009
Location: Canada
Posts: 753
Gender: Unknown/Other
Credits: 89,358
AlexC is an unknown quantity at this point
Default

no, not padding! Just top. That's it. Padding is something differently entirely. Padding is INSIDE the table or div that you're trying to move - Top will move the entire div or table down from the top of the page. I'll try and find an example.

Code:
.content {
position: absolute;
top:20px;
width:400px;
left: 310px;
height: 490px;
See? Just like that.
__________________
Reply With Quote