|
-
Jan 2nd, 2002, 09:46 PM
#1
Thread Starter
New Member
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
-
Jan 3rd, 2002, 12:33 AM
#2
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.
-
Jan 3rd, 2002, 03:58 AM
#3
Thread Starter
New Member
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">
-
Jan 3rd, 2002, 07:31 AM
#4
Addicted Member
Scrolling
You can get trid of scroll bars by adding
SCROLLING="no"
Into the <FRAME...> tag
-
Jan 3rd, 2002, 08:35 AM
#5
Addicted Member
Just make the text smaller
-
Jan 3rd, 2002, 08:51 AM
#6
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
-
Jan 5th, 2002, 11:00 PM
#7
Thread Starter
New Member
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
-
Jan 6th, 2002, 06:40 AM
#8
Member
I agree you need to add this
<frameset 50%,*2 or what ever scrolling= No >
I hope this helps
Waheed Rafiq (ICT Technician):
Network +
-
Jan 6th, 2002, 08:32 AM
#9
Addicted Member
Scrolling
What he said ^^^^^^^

Or in the
Code:
<FRAME SRC = "myframe.htm" SCROLLING = "No">
tag.
-
Jan 6th, 2002, 11:22 AM
#10
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|