Digg 3 Column Menu Buttons Disappeared
-
I am having the problem described at: https://en.forums.wordpress.com/topic/help-with-digg-3?replies=8
Namely, the buttons (menu) image disappears when I change font sizes and types in the body and sidebars of a blog using Digg 3 Column theme (not published). Here is the menu code I have–could anyone out there tell me what I need to change?
#menu ul{
margin: 0;
padding: 0 0 0 10px;
list-style: none;
}#menu ul li{
float: left;
margin: 0 5px 0 0;
font-size: 14px;
font-weight: bold;
background: url(images/bg_tab_right.gif) no-repeat right top;
color: #325b0a;
}#menu ul li a {
display: block;
padding-top: 14px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;
text-decoration: none;
background-color: transparent;
background-image: url(images/bg_tab_left.gif);
background-repeat: no-repeat;
background-attachment: scroll;
background-position: left top;
color: #325b0a;
}#menu ul li a:hover{
text-decoration: underline;THANKS!!! :D
The blog I need help with is: (visible only to logged in users)
- The topic ‘Digg 3 Column Menu Buttons Disappeared’ is closed to new replies.