Topic: Positioning CSS menu

Hi,

I am using one of Eric's horizontal menus in this new site:

http://ww w.eemmal.com/header.php

I'm almost done, but I don't know how to correct the drop down menu position.

I want the drop down menu to be exactly under the fixed menu, like 5 pixels down.
I've tried to put a top margin, to move the absolute position, but nothing works

css:

http://ww w.eemmal.com/css/main.css

Thanks,

Eduardo

Re: Positioning CSS menu

hi

try this

#nav a {
color:#FFFFFF;
display:block;
line-height:2em;
text-decoration:none;
padding-bottom:8px; <= add this adjust as necessary
}

Re: Positioning CSS menu

Hi zevion,

Thanks, it worked perfectly.

Cheers,

Eduardo

Re: Positioning CSS menu

Ok, here we go again,

Why in FF the middle banner does not show the orange background while in IE, it does (which is the correct result).

Also, why do I get a 1 pixel horizontal white line between the footer and the content in both browsers?

ww w.eemmal.com

CSS:

ww w.eemmal.com/css/main.css


Thanks

Eduardo

Re: Positioning CSS menu

It's because you have two }} here:-

border:none;
    
}
/*}delete*/
#mainpicture {                             
    background-color: #CC9933;
    margin: 0px;
    padding: 0px;
    height: 150px;
    width: 100%;
    background-repeat: repeat-x;
}

Re: Positioning CSS menu

Thanks, I guess I was tired last night...

Cheers