View Full Version : How do i get rid of the bottom frame scrollbar?


PinkIce
06-29-2003, 08:04 PM
How do i get rid of the bottom frame scrollbar? i want to get rid of it, it makes my page look totally wierd, but i want to have the one that goes up and down

Sheila
06-29-2003, 08:08 PM
See: http://www.lissaexplains.com/frames.shtml#bar

PinkIce
06-29-2003, 08:09 PM
i know, i read that tutorial over and over and i dont get it

Sheila
06-29-2003, 08:11 PM
What don't you get? You just add scrolling=no to the bottom frame coding.

Post your frame code or url if you still don't get it.

PinkIce
06-29-2003, 08:14 PM
<FRAMESET ROWS="30%,70%">
<FRAME SRC="top.html" NAME="top" "scrolling=no">
<FRAMESET COLS="20%,60%,20%">
<FRAME SRC="left.html" NAME="left" "scrolling=yes">
<FRAME SRC="right.html" NAME="right" "scrolling=yes">
<FRAME SRC=".html" NAME="rightside" "scrolling=no">
</FRAMESET>

thats my code, i added the no scrolling but it still scrolls, i duno whats wrong with it

Sheila
06-29-2003, 08:15 PM
It's not "scrolling=no"

It's scrolling="no"

PinkIce
06-29-2003, 08:18 PM
ok i tried that and it works but it got rid off all the scroll bars i i only want to get rid of the bottom scroll bar

Sheila
06-29-2003, 08:22 PM
I mis-read your question. I thought you wanted to get rid of the scrollbar in your bottom frame. To get rid of the horizontal scrollbars, try looking at these threads:
http://www.lissaexplains.com/forum/search.php?action=showresults&searchid=80307&sortby=lastpost&sortorder=descending

PinkIce
06-29-2003, 08:28 PM
sorry, i havent found a post that helps :( i still dont know how to get rid of the horrizontal scrollbar on my frames