Jump to content

chris yolo

Trade With Caution
  • Posts

    156
  • Joined

  • Last visited

  • Feedback

    100%

Everything posted by chris yolo

  1. 105% firm, paypal only pm me your skype.
  2. Have skype? you might be able to help me with some other things :P
  3. Speaking to someone else about that, i just put it in but the smoothscroll doesnt work at all from jsfiddle for some reason https://jsfiddle.net/df0ksp8s/ It all works fine going down from brackets (the coding program i was using) http://codepen.io/alpha123/pen/qqapZX this works, if it doesnt for you i can zip it and send you it to run it locally
  4. Hey! I'm having a problem atm with my smoothscroll on an assignment i was given for class. It's for a personal portfolio. I have 2 problems - Smooth scroll goes down, but not up again Because the navigation bar is fixed, the smoothscroll goes under the title of that section of my portfolio GIF of what i mean - https://gyazo.com/58dd4597f5c543ea3bd2cf2cf59e033c As you see the white bit with the title, my smoothscroll currently goes over it and i need it to stop just above it so the title still shows, aswell as the smoothscroll to go back up again when i want it to HTML5 code - <nav class="nav nav--red"> <ul class="nav__list"> <li class="nav__list__item"><a onclick="initScroll('section8'); return false; " href="#">About</a></li><!-- --><li class="nav__list__item"><a onclick="initScroll('section2'); return false; " href="#">Illustrations</a></li><!-- --><li class="nav__list__item"><a onclick="initScroll('section3'); return false; "href="#">Photoshop Work</a></li><!-- --><li class="nav__list__item"><a onclick="initScroll('section4'); return false; "href="#">Photography</a></li><!-- --><li class="nav__list__item"><a onclick="initScroll('section5'); return false; "href="#">Web Design</a></li><!-- --><li class="nav__list__item"><a onclick="initScroll('section6'); return false; "href="#">Audio</a></li><!-- --><li class="nav__list__item"><a onclick="initScroll('section7'); return false; "href="#">Contact</a></li> </ul> </nav> .CSS code - .nav__list { margin: 0; padding: 0; text-align:center; } .nav__list a { padding: .75em 1.5em; transition: all .25s ease-in-out; } .nav__list__item { border-style: solid; border-width: 0 0 1px; } .nav__list__item, .nav__list__item a { display: block; } .nav__list > .nav__list__item { border-width: 0 1px 0 0; } .nav__list > .nav__list__item, .nav__list > .nav__list__item a { display: inline-block; } .nav { position:fixed; background-color: #f5f5f5; width:100%; } .nav .nav__list__item { border-color: #e5e5e5; } .nav a { color: #555; text-decoration: none; } .nav a:hover, .nav a:active, .nav a:focus { background-color: #e5e5e5; } Javascript code - var marginY = 0; var destination = 0; var speed = 10; var scroller = null; function initScroll(elementId){ destination = document.getElementById(elementId).offsetTop; scroller = setTimeout(function(){ initScroll(elementId); }, 1); marginY = marginY + speed; if(marginY >= destination){ clearTimeout(scroller); } window.scroll(0, marginY); //console.log(destination); } window.onscroll = function(){ marginY = this.pageYOffset; }; function toTop(){ scroller = setTimeout(function(){ toTop(); }, 1); marginY = marginY - speed; if(marginY <= 0){ clearTimeout(scroller); } window.scroll(0, marginY); } I'd appreciate so much if someone could help me out with this, I see these 2 guys have done web before so I'm going to tag you if it's an easy fix please tell me, if it's complicated pm me and I can pay/reward you for fixing! @@Rudie @@harryth3hopp3r
  5. chris yolo

    Hey

    Where would i post requesting html/javascript coding help? I see programming support but everyone in it seems to be requesting scripting help and it's different from what I'm asking for Thanks! Close found it thanks!
  6. You'll only need to wait 21days if it's sent as goods/service to a new paypal I'd be able to pay 1:1 as friends/family so you get the paypal instantly, pmed you my skype + offsite vouches.
  7. They mean something and your reason behind them not meaning anything is stupid I'd be pming them the chat conversation For the others, my rate is firm and btc is not an option. PayPal or UKBT only. Currently not home, you'll not receive response to pms till i can get on a pc it wont let me open some from my phone
  8. echeque is when your sending money from your bank account to a payee only some banks are like this but the best way of avoiding it is getting balance or paying from your card
  9. Selling 500m+ 07 Have vouches for 30b+ 07 sold on sythe (can prove), I'll not be going first unless a sponor or someone with very high fb. PM me your skype, Asking price is $1/m, can be negotiated on the amount being bought Not trusted? I can sell you up to $40 of gold if payment is sent as friends/family and you can forward reciept.
×
×
  • Create New...