Results 1 to 6 of 6

Thread: [Error] menuids.length

  1. #1
    Join Date
    Sep 2010
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question [Error] menuids.length

    I wish to use this nested menu 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~~~

  2. #2
    Join Date
    Sep 2010
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    this is my 2nd problem posted here desperately waiting for help T_T

    My first problem

    where I even had email the webmaster, still no people around here reply

    anyone here?

    thanks

  3. #3
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    This is not css you are posting, it is javascript. Could you post a link to the page your problem is occuring at?
    Corrections to my coding/thoughts welcome.

  4. #4
    Join Date
    Sep 2010
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    finally someone reply T_T

    my blog

    detail of my first problem

    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 ^^

  5. #5
    Join Date
    May 2007
    Location
    Boston,ma
    Posts
    2,127
    Thanks
    173
    Thanked 207 Times in 205 Posts

    Default

    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

    Code:
    top:6px
    from the .rightarrowclass. Remove the

    Code:
    display: list-item;
    or replace it with

    Code:
    display: inline;
    from the .jqueryslidemenu ul li ul li. I only tried this in safari and ff.
    Corrections to my coding/thoughts welcome.

  6. #6
    Join Date
    Sep 2010
    Posts
    8
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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
    Last edited by JonathanLee; 10-18-2010 at 05:22 PM.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •