View Single Post
Old 02-10-2010, 05:48 PM  
JamesK
hi
 
Industry Role:
Join Date: Jun 2002
Posts: 16,731
I think the 10 pixels comes from the text inside the div. the P element (paragraph) is creating a margin. could be a heading (h1, h2 etc) aswell.

either add this to that element (p, h1 whatever):
Code:
style="margin-top:0;"
or this to your css file
Code:
.firstitem { margin-top: 0; }
AND this to the element
Code:
class="firstitem"
__________________
M3Server - NATS Hosting
JamesK is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote