I am trying to place an image (a rounded corner box) behind my page menu. It works when the menu is left aligned (%page), except that the menu overlaps the image and squares off the left-hand corners. So I thought it might work if I used the %page-center setting. However, when I change to this I cannot get the image to show at all (see attached image). I looked at the
following post and tried using a background colour instead of an image, but that doesn't work either.
The code I was using is as follows -
Code:
div#menu1 ul.rMenu {
background: url(/wp-content/themes/atahualpa353/images/menu-bar-bg.gif);
padding: 2px 2px 2px 2px;
}
I am using - Atahualpa 3.5.3; Wordpress 3.0.1
Any ideas please?
Gill