Then I decided to make the bars stand out by giving them contrasting background color. Now, of course, I have menu item dividers, with the main background color showing through. I don't want that....plus, now there is an extra empty item showing at the far right of the category menu. I set both to 680px. http://larchmontgazette.com/wp27/
How can I get the effect I want?
Here's the CSS I put in the insert:
Code:
ul#rmenu2 { margin: 0 auto; border: 0; width: 680px; } /* Safari Hack: it renders the menu wider and needs a few pixels more or it will wrap the last menu item. */ @media screen and (-webkit-min-device-pixel-ratio:0){ ul#rmenu2 {width: 680px;} } ul#rmenu { margin: 0 auto; border: 0; width: 680px; } /* Safari Hack: it renders the menu wider and needs a few pixels more or it will wrap the last menu item. */ @media screen and (-webkit-min-device-pixel-ratio:0){ ul#rmenu {width: 680px;} }