Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • FrankKarmeyer Friend
    #124169

    hi there,

    i tried to make several content-parts into user 6,7,8 and 9 above each other. but the distance is a bit big between two contents. where can i manage it, to put them more together? (sorry for bad english)…
    you can see it in action on http://www.puffbohne.de
    frank

    Khanh Le Moderator
    #233931

    Open file ja_teline/scripts/ja.script.js, search this function:


    function equalHeightInit (){
    var botsl = document.getElementById ('ja-botsl');
    if (!botsl) return;
    var objs = getElementsByClass ('moduletable*', botsl, 'DIV');
    equalHeight (objs, -20);
    }

    And replace with following function


    function equalHeightInit (){
    var botsl = document.getElementById ('ja-botsl');
    if (!botsl) return;
    var objs = getElementsByClass ('ja-box.*', botsl, 'DIV');
    equalHeight (objs);
    }

    FrankKarmeyer Friend
    #233958

    thank you! but this leads to no distance between modules in the same position. i wanted the second modules to begin all in the same line, but not so far away from the first ones. what is the code for this? many thanks again.

    FrankKarmeyer Friend
    #234625

    the mark, that this question is answered, is a bit early – and wrong 🙂

    FrankKarmeyer Friend
    #235937

    no hints any more?

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 2 voices, and was last updated by  FrankKarmeyer 16 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum