Jump to content

Menu Styling


chibineku

Recommended Posts

I am implementing a click menu on my site and have a few issues. I can't get the menu items that drop down to have a white line in between, despite trying margins everywhere. Actually, better than a white line would be a gap or transparent line.There is also another issue, which I will talk about in the JavaScript forum.Here is the link (due to some of the information coming from includes, it's easier if you view source once it's been evaluated).

Link to comment
Share on other sites

Maybe you should add a margin to the li elements that are children of the li.sub elements:
#menu li.sub li {  margin-top: 2px;}

Yeah...that worked. I didn't see it as working before precisely because the background was the same colour as the list items, so it looked like there wasn't any gap..Cheers :)
Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...