- This topic has 4 replies, 2 voices, and was last updated 15 years, 5 months ago by imported_Ryan.
-
AuthorPosts
-
June 13, 2009 at 2:25 pm #871makingtrailsMember
Hi,
Great Plugin! but I am having a problem with the display after a certain amount of time browsing my website.
The menu is now stuck displaying all categorys and pages and even if I clear my internet cache and history this still displays. I have also disabled and renabled the plugin but this issue still occurs. Screenshot is attached.
My site is still under development so it is currently not live
This is my css
#suckerfishnav {
background:#666666
font-size:18px;
font-family:verdana,sans-serif;
font-weight:normal;
width:100%;
}
#suckerfishnav, #suckerfishnav ul {
float:left;
list-style:none;
line-height:18px;
padding:0;
border:0px solid #aaa;
margin:0;
width:100%;
z-index:1000;
}
#suckerfishnav a {
display:block;
color:#666666;
text-decoration:none;
padding:0px 10px;
}
#suckerfishnav li {
float:left;
padding:0;
}
#suckerfishnav ul {
position:absolute;
left:-999en;
height:auto;
width: 101px;
font-weight:normal;
margin:0;
line-height:1;
border:0;
border-top:1px solid #000000;
}
#suckerfishnav li li {
width:99px;
border-bottom:1px solid #666666;
border-left:1px solid #666666;
border-right:0px solid #666666;
font-weight:normal;
font-family:verdana,sans-serif;
}
#suckerfishnav li li a {
padding:4px 10px;
width:80px;
font-size:12px;
color:#990000;
}
#suckerfishnav li ul ul {
margin:-21px 0 0 100px;
}
#suckerfishnav li li:hover {
background:#transparent;
}
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
color:#ffffff;
}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a {
color:#ffffff;
}
#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
color:#ffffff;
}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
left:-999em;
}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
left:auto;
background:transparent;
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover {
background:#transparent;
}June 13, 2009 at 2:35 pm #6437makingtrailsMemberI have noticed I have recently updated another plugin (Events Calendar) which has an option to add jQuery Extrem Protection. I have disabled this and solved this issue.
However when my site initially loads it does still briefly load all links in the Multi-Level Menu. Is there a way I can this from displaying?
Thanks
June 14, 2009 at 1:34 am #6438imported_RyanMemberI can’t help without a link to the page sorry. I’m not sure what sort of problem you are experiencing, I’d need to see the code to figure it out.
June 14, 2009 at 4:34 pm #6439makingtrailsMemberI believe it’s an issue with my current css as I am using transparency.
URL is: http://www.makingtrails.com
June 23, 2009 at 12:23 pm #6440imported_RyanMemberYou have a paragraph inside an unordered list, which is invalid code.
Removing the following tags and their corresponding closing tags might fix your problem:
[code:24mnv9py]<ul><p align="left"> [/code:24mnv9py] -
AuthorPosts
- You must be logged in to reply to this topic.