Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • annaleen Friend
    #121658

    Hi

    I would like to make a hidden login as in Teline, any ideas? :confused:

    ShannonN Friend
    #225291

    Annaleen;22257Hi

    I would like to make a hidden login as in Teline, any ideas? :confused:

    all the member login is in Teline is a layer with all the stuff inserted that layer is then ‘hidden ‘ (layers have this as an option) to reveal the layer when you hit the memeber button some javascript is invoked to move the next panel (container) down to ‘reveal’ the login

    look very closely at the Teline code and the js ( javascript) it uses and duplicate the layer and the onclick etc etc

    a file to look for is ja-hiddenpanel.js
    in the teline css file look at these
    #ja-hp-switch {
    color:#CCCCCC;
    cursor.pointer;
    display:none;
    float:right;
    font-weight:bold;
    margin-top:1px;
    padding:2px 5px 3px;
    }

    .ja-hp-active {
    background:#006DA3 none repeat scroll 0%;
    border-bottom:1px solid #000000;
    color:#FFFFFF !important;

    then look at the index file for
    <span id=”ja-hp-switch” style=”display: block;” class=”ja-hp-active”>Member Area</span>

    that should get you on your way

    Cheers ShannonN

    annaleen Friend
    #225300

    Thank you Shannon!

    ShannonN Friend
    #225310

    Annaleen;22296Thank you Shannon!

    Glad I could help some, I look fwd to seeing the modified website when completed

    annaleen Friend
    #225391

    will do that!

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

This topic contains 5 replies, has 2 voices, and was last updated by  annaleen 17 years, 4 months ago.

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