Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Navigation menu browser issue Re: Navigation menu browser issue

#135708
Paulie_D
Member

The CSS for the `li’ is odd for a ‘professional’ theme

#navigation ul.links li, #navigation ul.menu li {
position: absolute;
float: left;
height: 45px;
left: 40%;
padding: 18px;
list-style-type: none;
list-style-image: none;
block: display;
}

Either you are positioning absolutely or your are floating…you can’t do both.

I suspect that there is a ‘padding’ discrepancy between FF & Chrome