Dynadot โ€” .com Registration $8.99

PHProxy

Spaceship Spaceship
Watch

yuknodoit

Established Member
Impact
6
Well this is how far I have got so far with it: www.proxy.vg

How do I create one of them + - things in PHProxy where it hides all the options, and then you click + to show them?

Also, how do I center the stuff in the middle, without centering the text?

Thanks!
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
Feel free to PM me for custom coding. I could complete this for $15
 
0
•••
is it For Free
 
0
•••
Code:
<script>
function toggleoptions() {
  var di = document.getElementById("options");
  di.style.display = (di.style.display == 'none') ? '' : 'none';
}
</script>
...
...
<a href="javascript:toggleoptions();">[hide/show options]</a>
<div id="options" style="display: none;">
...options goes here...
</div>
 
0
•••
Unstoppable Domains
Domain Recover
DomainEasy โ€” Zero Commission
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back