Click to See Complete Forum and Search --> : [RESOLVED] Nav menu doesn't position correctly (padding?)


lindagal2
01-18-2010, 02:54 PM
I found a wonderful horizontal CSS navigation menu from listomatic (http://css.maxdesign.com.au/listamatic/horizontal07.htm) and revised it to fit my site. HOWEVER, I cannot seem to get the menu buttons to position correctly.

I want the top of the navigation menu items to touch the bottom of the picture container above them so there is no space inbetween.

Here is the site as it is now:
http://www.kitchenprose.com/gmtest/index.html

And here is a picture I did in photoshop of how the site (and menu nav bar) SHOULD be:
http://www.kitchenprose.com/gmtest/test8c.jpg


As you can see, the menu is aligned left and top to the box above it in the picture, but in real life, there's a space.

Thanks!

PS Was going to post code but since I'm not sure WHERE the problem is, not sure a code snippet of menu will do the trick. Will post if needed. Thx.

Fang
01-19-2010, 12:35 AM
The image link does not work, so we can't see how the menu should look.

lindagal2
01-19-2010, 02:40 AM
::::thunk::::
Sorry Fang, forgot I'd dumped everything in a folder to get it out of the way. Here's the correct url

http://www.kitchenprose.com/gmtest/testpics/test8c.jpg

Thx

Fang
01-19-2010, 03:18 AM
#navlist {margin: 0; padding: 0;}

lindagal2
01-19-2010, 03:26 AM
Perfect. Just ... perfect (I should have thought of that). Thanks so much.