NameSilo

What's this code called

SpaceshipSpaceship
Watch

dude

Account Closed
Impact
1
The code here... what is the code called when you click the corner where the two orange boxes are and the content of them hide? anyone know where i can find this code?
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
You can do that with div tags, EG drop menu.

Just find one and change it so on mouse click it hides instead of mouse out and click again it shows. need a little engineering to make it work. Its basicly javascript and div tags. which if you look at the scource code its all there.

<script type='text/javascript'>
<!--
function updatecook(itemmenu){
cookitem='span_'+itemmenu;
if(document.getElementById(cookitem).style.display!='none'){
var expireDate = new Date;
expireDate.setMinutes(expireDate.getMinutes()+10);
document.cookie = "treemenustatus=" + itemmenu + "; expires=" + expireDate.toGMTString();
}
else{
clearcook();
}
}


function clearcook(){
var expireDate = new Date;
expireDate.setMinutes(expireDate.getMinutes()+10);
document.cookie = "treemenustatus=" + "0" + "; expires=" + expireDate.toGMTString();
}

//-->

</script>

Then this will do the action. As i understand it.

onclick="clearcook();"
 
0
•••
ok ill try to mess around with that stuff and hopefully get it
 
0
•••
CatchedCatched

We're social

Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomDB
NameFit
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back