Forum Moderators: mack

Message Too Old, No Replies

Problem with framed page.

Trying to get rid of "slider bar"

         

Slapdash

7:24 am on Oct 7, 2005 (gmt 0)

10+ Year Member



Hello Everyone...
Would someone take a moment to look at the frames page at <removed>. Notice the "slider bar" under the image on the far left; I'd like to somehow get rid of that. Here's the code for the entire frames page ---

</HEAD>
<FRAMESET COLS="1%,14%,22%,*"frameborder=no framespacing=-20 border=-20>
<frame marginwidth="0" marginheight="0">
<FRAME SRC="http://example.com/frame-left.htm">
<FRAME SRC="http://example.com/frame-right.htm">
<FRAME SRC="http://example.com/frame-test.htm">
</FRAMESET>

<NOFRAMES>
<BODY>
<P>
</BODY></NOFRAMES></HTML>

Any and all help would be appreciated. Thank you!

[edited by: jatar_k at 7:10 pm (utc) on Oct. 7, 2005]
[edit reason] no urls thanks [/edit]

BjarneDM

1:32 pm on Oct 7, 2005 (gmt 0)

10+ Year Member



You'll need the scrolling parameter

[w3schools.com...]
[w3schools.com...]

By the way, frames are considered a no-go in relation to search engines as they'll only link to the individual frames and not to the whole frameset.

And negative values for framespacing and border don't work

Slapdash

5:19 pm on Oct 7, 2005 (gmt 0)

10+ Year Member



BjarneDM ---
Thanks for the feedback.

P.S.
The negative values in my code for "framespacing" and "border" DO prevent scroll bars from displaying. Put in a value >0 and the scroll bars display.