View Full Version : [Error] menuids.length
JonathanLee
10-09-2010, 02:28 PM
I wish to use this nested menu (http://www.dynamicdrive.com/style/csslibrary/item/nested_side_bar_menu/P20/) in blogger~~~
but it appear error when i try to save :
"Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Element type "menuids.length" must be followed by either attribute specifications, ">" or "/>".
so this line have problem?
function initsidebarmenu(){
for (var i=0; i<menuids.length; i++){
var ultags=document.getElementById(menuids[i]).getElementsByTagName("ul")
thanks~~~
JonathanLee
10-11-2010, 06:05 PM
this is my 2nd problem posted here desperately waiting for help T_T
My first problem (http://www.dynamicdrive.com/forums/showthread.php?p=237454#post237454)
where I even had email the webmaster, still no people around here reply
anyone here?
thanks
bluewalrus
10-11-2010, 06:19 PM
This is not css you are posting, it is javascript. Could you post a link to the page your problem is occuring at?
JonathanLee
10-11-2010, 11:03 PM
finally someone reply T_T
my blog (http://www.bags.fumikokawa.com/)
detail of my first problem (http://www.dynamicdrive.com/forums/showthread.php?p=237454#post237454)
all the menu will have a small gab between them which break them for functioning~~
I try other type of menu, it's the same where the gap is the problem?i guess~~
when I use the code, it will affect my "Blog Archieve" as well which I doesn't want~~
I deeply appreciate ~~ thank you very much ^^
bluewalrus
10-12-2010, 12:24 AM
Okay, so I don't know what that has to do with
function initsidebarmenu(){
for (var i=0; i<menuids.length; i++){
var ultags=document.getElementById(menuids[i]).getElementsByTagName("ul")
which is js but anyway on to the css issues. Remove the
top:6px
from the .rightarrowclass. Remove the
display: list-item;
or replace it with
display: inline;
from the .jqueryslidemenu ul li ul li. I only tried this in safari and ff.
JonathanLee
10-18-2010, 05:11 PM
wow, really thanks for your help~~
the gap had gone, but the problem still the same...
I still cant manage to go to my 2nd level of menu..O,o?
*when i test in on IE, it messed up :
- arrow in front of the menu instead at the back
- the menu shown behind/overlay with my post content.
help T_T
thanks again
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.