Results 1 to 4 of 4

Thread: how to scroll up and down the page smooth?

  1. #1
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default how to scroll up and down the page smooth?

    this is an example of my page:

    http://imaxxo.com/imaxxo02/popUp/popUpMaxPro.html

    i used this code:

    Code:
     <a href="#benefit"><img src="images/benefit.png" width="150" height="17" border="0" /></a>
    
    and
    
    <a name="benefit"><img src="images/benefit.png" width="150" height="17" border="0" /></a>
    but the page show like jump, not scrolling.

    how to make it like this page?

    http://chocotemplates.com/preview/portfolio/seven-seas/

    ty very much...
    Last edited by davelf; 05-04-2010 at 06:59 AM.
    _____________________

    David Demetrius // davejob
    _____________________

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    "#----" is called an anchor. It jumps to a spot on the page. That's the default.

    If you want to have the page scroll, then you need to use Javascript to do this. There's no way in just HTML.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default

    so is there any dynamicdrive example script that i can use to make this happen?
    _____________________

    David Demetrius // davejob
    _____________________

  4. #4
    Join Date
    Jul 2009
    Location
    Binus University
    Posts
    472
    Thanks
    78
    Thanked 21 Times in 21 Posts

    Default

    i find this at dynamicdrive and this is solve my problem, thx...


    http://www.dynamicdrive.com/dynamici...markscroll.htm
    _____________________

    David Demetrius // davejob
    _____________________

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •