Home › Forums › CSS › space b/w header & nav images Videopods 12-13 › Re: space b/w header & nav images Videopods 12-13
October 8, 2008 at 12:24 am
#50377
Member
Without going to deeply into your styles, I would guess that it is a padding/margin issue. I would start by adding
Code:
padding: 0;
margin: 0;
margin: 0;
to your styles, at least the ul#nav, at least add it to the top and bottom.
** Sorry – I just noticed you set the margin and padding to 0 in your global reset, I don’t do that. Let me look at your stuff.