Strange Indenting

Hi there,

Could anyone take a look at the following page for me:

I’ve Got Kids! • Index page

I’m trying to work out why the sub-menu items that popup when you hover over one of my tabs have a strange indentation thing going on - I have this same menu on every other page on this website and this doesn’t happen. So I’m thinking there is a clash with the CSS sheets in use on this particular page.

If you hover over “Home” you’ll see what I mean… the second item “Membership” is indented. This only happens on the “home” and “just4me” tabs, even know all of the other tabs are written the same.

Any clues?

Either of these rules added to your style sheet will fix it:

#navbar li li {clear:left;}

or

#navbar li li {width: 100%}

I would go for the latter. :slight_smile: