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 4:43 am
#50380
Member
I agree with Cotton – it looks like a spacing issue. Take your UL#nav (according to your css) for instance. It doesn’t have any parameters attached to it. ul#nav is the wrapper around the entire list. So that should be the element that you need to change. Either give it a relative position to the element above it (ie ul#nav{position:relative, top:0;} ** If that doesn’t work, you might have to put the image in a div and adjust the positioning rules), or add {padding:0; margin: 0;} to that element and it should work. What’s the url?