Log in

View Full Version : Problem with positioning of DIV layer



DarkArcher
03-12-2008, 09:16 AM
Hi, I've finally created a 2 level CSS menu and I've positioned a DIV layer below it for the content. However, I would like to know how to shift the content DIV layer up, closer to the menu (horizontal one).

Or is my coding for the menu causing a problem?

Here's my site btw: Click (http://www14.brinkster.com/thejerm/testfinal1.html)

boogyman
03-12-2008, 12:47 PM
check your margins and padding on both the menu and the div below

by default there are some on both div and ul tags

Medyman
03-12-2008, 02:52 PM
Well, you have padding on top of your #content div. Getting rid of that will reduce the spacing by a little.