Hi All,
I know it has been sometime since this posting but I am currently having the same issues. Im using WP custom menus and everytime i click on a category while its loading it goes haywire. I have attempted the css change to 0 as mentioned above as well as the implemention of WP CSS but to no avail.
I would love to post a link but the site is currently local. It seems to work fine without the WP menu (gallery default) but it does not give the flexibility I need.
All help is appreciated!
Here is any relevant CSS:
#access {
width: 1000px;
height: 48px;
margin-top: 10px;
clear: both;
background: url("images/avi-design-signs-menu.png") no-repeat top left;
}
#category-menu ul{
padding: 0
}
#category-menu li{
float: left;
height: 48px
}
#category-menu li a,
li.blog-description span{
display: block;
font-size: .8em;
font-weight: bold;
height: 28px;
padding: 8px;
margin-right: 8px;
color: white;
text-decoration: none
}
#category-menu li.home a{
display: block;
text-indent: -9000px;
overflow: hidden;
text-align: left;
width: 24px;
background: url("images/ico-home-trans.png") no-repeat;
background-position: center 15px;
padding-bottom: 0;
margin-left: 10px;
}
#category-menu li.home a:hover{
background: url("images/ico-home-trans.png") no-repeat center -16px;
}
#category-menu li.current_page_item a{
color: #FF1493;
}
#category-menu > li:first-child{
margin-left: 10px;
}
#category-menu li a:hover{
color: #00FF00;
}
#category-menu li.blog-description{
float: right;
}
#category-menu li.blog-description span{
color: #eee;
font-weight: normal;
}
#page-menu{
position: absolute;
bottom: 320px;
right: 10px;
margin: 0;
width: 500px;
font-size: .8em;
color: #888;
z-index: 100;
}