Helpful Information
 
 
Category: HTML & CSS
frames w/o scrollar (?)

hey is there any way you can use frames without the scrollbars there? it gets kind of annoying...i know how to use frames but i cant stand the extra scrollbars. i want my site to look the same as it does now (http://www20.brinkster.com/starryxnight.default.htm), and then when you click on one of my links, my contents stay there while the rest of the page loads. does that makes sense? sorry if it doesnt, im not very good at explaining things. well, i dont think i have anymore questions for today. hehe
-niKKi

This is your basic frame page:

<frameset rows="116,*">
<frame name="top" src="/toplinks2.html#top" scrolling="no">
<frame name="main" src="/intro.html">
</frameset>

By adding the attribute scrolling="no" that disables that frame from scrolling, simple enough right.

If you have any other questions about frames check out www.htmlgoodies.com a look at the frames section.










privacy (GDPR)