Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Page & Category Menu Bars (http://forum.bytesforall.com/forumdisplay.php?f=10)
-   -   [SOLVED] Strange Display Glitch On Menu Bar (http://forum.bytesforall.com/showthread.php?t=14022)

Raven May 4, 2011 06:10 AM

[SOLVED] Strange Display Glitch On Menu Bar
 
Hi there, I'm wondering if anyone can help me as I have started getting a display glitch on the menu bar in my site since updating to the new version of Atahualpa. If anyone is kind enough to take a look & give me their opinion I'd be very grateful. My website is www.jameshamermusic.com

Basically, I have a background image in the menu bar & the buttons themselves are all transparent & everything displays perfectly for the most part. However, if I click the 'older entries' link on the homepage then the 'home' button diverts to having a black background instead of transparent. Interestingly, I do also have a secondary URL that is temporarily pointed at the same site & this glitch also occurs on the main homepage if you access the website via this URL instead (www.lalawethika.com).

The code for the menu in question is shown below (it hasn't changed at all since the update & the problem never occurred before).

------------------------

div#menu2 ul.rMenu li,
div#menu2 ul.rMenu li.current_page_item a:link, div#menu2 ul.rMenu li.current_page_item a:active, div#menu2 ul.rMenu li.current_page_item a:hover, div#menu2 ul.rMenu li.current_page_item a:visited, div#menu2 ul.rMenu li a:hover{
background: transparent !important;
}

div#menu2 ul.rMenu {
background: url(http://www.jameshamermusic.com/wp-co...gradient.gif);
border: none 0px;
}

-----------------------

Thanks in advance for your help. :-)

juggledad May 4, 2011 06:41 AM

try adding this
HTML Code:

div#menu2 ul.rMenu li.current-menu-item a:link,
div#menu2 ul.rMenu li.current-menu-item a:active,
div#menu2 ul.rMenu li.current-menu-item a:hover,
div#menu2 ul.rMenu li.current-menu-item a:visited,
div#menu2 ul.rMenu li a:hover {
    background-color: transparent;
}
div#menu2 ul.rMenu li.current-menu-item > a:link,
div#menu2 ul.rMenu li.current-menu-item > a:active,
div#menu2 ul.rMenu li.current-menu-item > a:hover,
div#menu2 ul.rMenu li.current-menu-item > a:visited {
    background-color: transparent;
}


Raven May 4, 2011 07:15 AM

That's done the trick, thanks very much, much appreciated! :-)


All times are GMT -6. The time now is 03:59 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.