Scrol Bars

liunx

Guest
Hi All :)<br />
<br />
I'm building up a website using microsoft's Frontpage, and I desighned it by frames -three frames for each page- but each frame scrolls alone can't I scroll all of them togather as if they were a table -I don't wanna use tables- ....<br />
<br />
Thanx a lot:D<!--content-->You could use an iframe.<br />
<br />
<iframe width="150" height="150" name="iframe1" src=http://www.webdeveloper.com/forum/archive/index.php/"page.html">Alternate Text incase the browser doesn't support iframes</iframe><br />
<br />
I don't know if this is what you want though. I am not sure exactly what you mean.<!--content-->I guess u didn't get me :) I'm using frontpage and I've divded the page to three frames...<br />
<br />
How can I make a big scrol bar for all the frames?<br />
<br />
" U know each frame has it's own scroll bar I just want one at the left to scroll all the page that's all" is that possible ??<br />
<br />
Thanx for replying<!--content-->As zach said, use an Iframe to place this one frame onto a page which has the information of the 2 other frames in the same page.<br />
<br />
How to use iframes can be read here<br />
<!-- m --><a class="postlink" href="http://www.w3.org/TR/html4/present/frames.html#h-16.5">http://www.w3.org/TR/html4/present/frames.html#h-16.5</a><!-- m --><!--content-->Hi,<br />
As I said in the begining I'm using frontpage , so where shall I past that script under the head ?? in the HTML or Frames HTML ???<br />
<br />
please answer thanx<!--content-->oh and here is my "frames Page HTML" in case u needed it :) <br />
<br />
<br />
<html><br />
<meta http-equiv=Pragma content=no-cache> <br />
<META HTTP-EQUIV="imagetoolbar" CONTENT="no"> <br />
<meta http-equiv=expires content=0> <br />
<br />
</script> <br />
<br />
<head><br />
<meta http-equiv="Content-Type" content="text/html; charset=windows-1256"><br />
<title>The Truth Net</title><br />
<meta name="GENERATOR" content="Microsoft FrontPage 5.0"><br />
<meta name="ProgId" content="FrontPage.Editor.Document"><br />
</head><br />
<br />
<frameset rows="94,*" framespacing="0" border="0" frameborder="0"><br />
<frame name="banner" scrolling="no" noresize target="contents" src=http://www.webdeveloper.com/forum/archive/index.php/"Head.htm"><br />
<frameset cols="120,*"><br />
<frame name="contents" target="main" src=http://www.webdeveloper.com/forum/archive/index.php/"titles.htm" scrolling="auto" marginwidth="12" marginheight="16"><br />
<frame name="main" src=http://www.webdeveloper.com/forum/archive/index.php/"Home.htm" scrolling="auto"><br />
</frameset><br />
<noframes><br />
<body><br />
<br />
<p>This page uses frames, but your browser doesn't support them.</p><br />
<br />
</body><br />
</noframes><br />
</frameset><br />
<br />
</html><!--content-->Originally posted by TheRuler <br />
Hi,<br />
As I said in the begining I'm using frontpage , so where shall I past that script under the head ?? in the HTML or Frames HTML ???<br />
<br />
please answer thanx <br />
<br />
You should NOT use the frames at all.<br />
You should start from scratch with a new page and then add an <iframe> to it just like if it was eg a <p></p>.<br />
<br />
And if you don't need to reload parts of the page and the only thing you really want is a scrollbar, you don't ewven need to use an <iframe>.<br />
<br />
This would woork too<br />
<div style="width:100px; height:100px; overflow:auto;"><br />
Your content that should have a scrollbar goes here</div><!--content-->It didn't work where shall I past it ??<!--content-->Originally posted by TheRuler <br />
It didn't work where shall I past it ?? <br />
<br />
Where is your remade page so I can show you?<!--content-->Hello TheRuller,<br />
<br />
I agree with Stefan that you shouldn't use frames and that you should start again with a new page and inserting your info inside.<br />
If you are using a normal Front Page (2000 or 2002) you can insert an inframe directly from the insert menu, it will look as you just inserted a page into your page. Then treat everything as your normal page, and that's all.<br />
Try to use the help of automatic things in FP, I can see that you have a lot of problems with coding (I also responded about your form question), so don't code yourself, just insert things with FP, usually they work fine.<br />
<br />
Hope it helps.<!--content-->Thanx sooooooooooooo much this is just what I needed, but can't I remove the spaces between them just as normal frames ???<!--content-->And how can I fit them to the page's hieght and wiedth ??<!--content-->
 
Back
Top