Results 1 to 10 of 10

Thread: Want to get rid of Scroll Bar!

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2002
    Location
    Adelaide Australia
    Posts
    4

    Arrow Want to get rid of Scroll Bar!

    Hi everyone, I want to be rid of a scroll bar in my home page it is the menu I have dedicated separating from the main frame.
    The frameset.html reads:
    <Html>
    <Head>
    <TITLE><Chess Clubs in South Australia</TITLE>
    </Head>


    <FRAMESET cols="415,*">
    <FRAME SRC="menu.htm" NAME="LEFTFRAME">
    <FRAME SRC="frame1.htm" NAME="RIGHTFRAME">
    </FRAMESET>
    </HTML>



    Is this where I make the change in order to get rid of the scroll bar my url is geocities.com/chess_sa/Frames/framedef.htm
    If you take a look you can see what I mean. Thank you Big Time whoever answers this question. This is my first web page and I will be very greatfull for any advice.
    steven
    Change is inevitable

  2. #2
    scoutt
    Guest
    that would be

    <FRAMESET cols="415,*" border=0 frameborder=0 noresize="yes">

    hope you are talking about the left scroll bar. But as I see you won't be able to get rid of that becasue your page is too big. the left hand frame needs to be short for the scroll bar to go away.

  3. #3

    Thread Starter
    New Member
    Join Date
    Jan 2002
    Location
    Adelaide Australia
    Posts
    4

    Thumbs down Third time lucky

    I did try that line and it took away my menu altogether, is it possible to keep the very important menu and get rid of the scroll bar?
    <FRAMESET cols="415,*" border=0 frameborder=0 noresize="yes">
    Change is inevitable

  4. #4
    Addicted Member Jez1's Avatar
    Join Date
    Oct 2001
    Location
    Warwickshire, England
    Posts
    185

    Scrolling

    You can get trid of scroll bars by adding

    SCROLLING="no"

    Into the <FRAME...> tag

  5. #5
    Addicted Member goudabuddha's Avatar
    Join Date
    Jun 2001
    Location
    Somewhere cheesy
    Posts
    203
    Just make the text smaller

  6. #6
    scoutt
    Guest

    Re: Third time lucky

    Originally posted by chessaddict
    I did try that line and it took away my menu altogether, is it possible to keep the very important menu and get rid of the scroll bar?
    <FRAMESET cols="415,*" border=0 frameborder=0 noresize="yes">
    yes you can, just take out everything below the menu. so the only thing you see on th left hand side is the menu

  7. #7

    Thread Starter
    New Member
    Join Date
    Jan 2002
    Location
    Adelaide Australia
    Posts
    4

    Still Frustrated

    I have tried minimizing the text size and no change scroll bar is still there!

    Also Scott, I do not know what you mean about removing everthing from below the menu? This is my First Web Site so everything is new to me.

    Hi Jez1, Can you show me what you mean by inserting the command into Frames= "no Scrolling" where do I place this?

    thanx again guys........do you think it would be ok just to leave it!!
    I'm learning and would'nt mind doing it just part of the learning curve.
    ChessAddict
    Change is inevitable

  8. #8
    Member
    Join Date
    Apr 2000
    Location
    Birmingham UK
    Posts
    50
    I agree you need to add this


    <frameset 50%,*2 or what ever scrolling= No >



    I hope this helps
    Waheed Rafiq (ICT Technician):
    Network +

  9. #9
    Addicted Member Jez1's Avatar
    Join Date
    Oct 2001
    Location
    Warwickshire, England
    Posts
    185

    Scrolling

    What he said ^^^^^^^



    Or in the

    Code:
    <FRAME SRC = "myframe.htm" SCROLLING = "No">
    tag.

  10. #10
    scoutt
    Guest
    but if your left frame has text that goes beyond the browser so you have to scroll to see it, then adding scrolling=no will prohibit the user to see the rest of the menu.

    you need to make the menu smaller and more condensed.

    example: take all the links out and make all the white lettered headers links, that way you have a page on the right that has all the links that where on the left.

    like this
    Code:
    2001-2 Events   (white header)
    
    S.A.Championships 2002
    February Allegro 2002
    April Rapid 2002
    Icon
    Links
    Officers....
    
    then make the header a link
    2001-2 Events  (link)
    
    then when pushed I get this on the page to the right
    
    S.A.Championships 2002
    February Allegro 2002
    April Rapid 2002
    Icon
    Links
    Officers
    see what I am getting at.

Posting Permissions

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



Click Here to Expand Forum to Full Width