Results 1 to 4 of 4

Thread: HTML Scrollbar help!

  1. #1
    Join Date
    Sep 2004
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default HTML Scrollbar help!

    Hello!

    I'm working on my second version of my website. And what I want to do is that the main scrollbar to the right on every site. I want this site to be the scrollbar that users use to scroll down to see both the Main Meny frame (Left Frame), Mainframe and Rightframe.

    Because the main scrollbar only scrolls the left frame of my site, which means I have to add another two scrollbars. One for my Leftframe, one for my mainframe and the main scrollbar takes care of my Rightframe. But I want the main scrollbar to the Right as the ONLY scrollbar on my site, not 3 of them..

    If anyone can see what i mean?
    I'm using Macromedia Dreamwaver.. Please help me!
    Thanks in advance..

    regards..
    |Red_Bu||

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    If I understood your question, you're looking for a way to synchronize the scrolling of a frames page, so scrolling one frame causes the other frame to scroll equally. If so, the following article should help: http://www.webreference.com/programm...pt/jf/column2/

  3. #3
    Join Date
    Oct 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I wanna to ask if I can create my scrollbar and add it to dinv
    (not stander scrollbar)

    I wish to help me

  4. #4
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    "I wish to help me"

    Well, help yourself then.

    You can create a scrollbar within a div by using the CSS code: overflow:auto;

    Example:
    Code:
    <div style="overflow:auto; width:100px; height:100px;">
    <p>Look ma! It scrolls!</p>
    <p>text text text text</p>
    <p>text text text text</p>
    <p>text text text text</p>
    <p>text text text text</p>
    <p>text text text text</p>
    <p>text text text text</p>
    <p>text text text text</p>
    <p>text text text text</p>
    </div>
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

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
  •