Since I used Juggledad's cheat sheet (which is great...thanks!), I thought I would post this question here, rather than start a new topic.
First off, here is the CSS from the CSS Inserts (Atahualpa 3.6.4):
Code:
/* ================================================ */
/* Page menu background */
/* ================================================ */
div#menu1 {
height:33px;
margin-top:0px;
background: url('http://www.liveinoakpark.com/wp-content/themes/atahualpa/images/menu.png');
border:1px solid #D5C6A6;
}
/* ================================================ */
/* Page Menu item's background and border */
/* ================================================ */
div#menu1 ul.rMenu {
height:33px;
background: url('http://www.liveinoakpark.com/wp-content/themes/atahualpa/images/menu.png');
}
/* ================================================ */
/* Page Menu item */
/* ================================================ */
ul.rMenu li a:link,
ul.rMenu li a:visited,
ul.rMenu li a:hover,
ul.rMenu li a:active,
ul.rMenu li {
border-left:1px dotted #000000;
background: url('http://www.liveinoakpark.com/wp-content/themes/atahualpa/images/menu.png');
color: #000000 !important;
height: 33px;
padding-top:0px;
padding-bottom:0px;
padding-right:0px;
padding-left:0px;
}
Take a peek at the menu bar and see how it's misbehaving:
http://liveinoakpark.com/
The flat tan color comes in on hover for parent menu items, but not regular links. Ideally, I'd like a second image BG for hover, but I tried that and couldn't get it to work.
The flat tan background color is 8 pixels "taller" than it should be: I have had to make "%bar2" taller than it should be to hide the tan BG...but it only effects the links that are not "parents".
"%bar1" (above the menu bar) is likewise getting cut off by the "parent" links.
Lastly, the "child" menu items are 8 pixels below the menu bar.
I'm certain I'm missing something quite elementary and that my brain is just addled...but I just cannot find the problem. Any guidance is greatly appreciated.