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