test
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • ericl1 Friend
    #180739

    Hi,

    Please help how can i make the template of JA Teline IV, ja-header, ja-topbar and ja-mainnav have a fixed position even if the content scrolls up and down.

    Thanks any help would be so much appreciated

    Regards,

    Sherlock Friend
    #467360

    Hi ericl1,

    It’s easy to get a specific tag in fixed position just assign it’s position attribute to fixed, For example for the topbar you can open the file of templates/ja_teline_iv/css/template.css looking for this css rule
    #ja-topbar {
    height: 26px;
    position: absolute;
    top: 0;
    z-index: 11;
    }

    change it to
    #ja-topbar {
    height: 26px;
    position: fixed;
    top: 0;
    z-index: 11;
    }

    Hope you got the ideal !

    ericl1 Friend
    #468866

    Thanks for the immediate reply Sherlock Holmes,

    I just did this, and the output is depressing, the ja.mainnav over laps on the other 2 positions (ja.topbar and the ja.header)

    I’m so sorry to bug you

    ericl1 Friend
    #468872

    to imagine what i’m telling…please help…i can give you the url and give an access to my live website if necessary


    1. sample
    Sherlock Friend
    #468909

    Hi ericl1,

    I have checked again and see that it’s hard if you want all those sections of ja-header, ja-topbar and ja-mainnav have a fixed position, they would be mess-up together, you can set fixed position for only one of those, For example the ja-topbar

    ericl1 Friend
    #468975

    that’s exactly whats happening…so i was still thinking what is the best solution for this
    Thanks anyway for responding

    Sherlock Friend
    #469085

    <em>@ericl1 340850 wrote:</em><blockquote>that’s exactly whats happening…so i was still thinking what is the best solution for this
    Thanks anyway for responding</blockquote>

    I Think there would be some solutions for this but it would require a heavy cusomization,if possible you should find a freelancer with a small fee to get help on this.

    ericl1 Friend
    #469135

    yeah i also figure this out that i have to do heavy customization…i’m suggesting to my client to make it as is…but of course i won’t give up on making this possible

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

This topic contains 8 replies, has 2 voices, and was last updated by  ericl1 12 years, 1 month ago.

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