HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Help with Scrolling Frames please
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame
View previous topic :: View next topic  
Author Message
pptdgc



Joined: 13 Oct 2005
Posts: 23

PostPosted: Thu Oct 13, 2005 12:23 pm     Help with Scrolling Frames please Reply with quote

I am trying to set my page up with frames. I require a frame at the top for a header, then 2 other equal sized frames underneath. I dont want to scroll the two side by side frames indivually but would like one scroll bar on the right that will scroll them both at the same time. I cant seem to set up my code correctly... So far I have the following code which is for the main page and sets up one frame at the top and another underneath..

<html><head><title>TEST</title></head>
<frameset rows="120, *" border="0">
<frame src="title.html" id="top"
scrolling="no" frameborder="0" />
<frame src="mainframes.html" id="bottom"
scrolling="yes" frameborder="0" />
</frameset>
</html>

Then I have the mainframes.html which sets up two side by side frames within the bottom one...

<html><head><title>TEST</title></head>
<frameset cols="300,300" border="0">
<frame src="main.html" id="left"
scrolling="no" frameborder="0" />
<frame src="free ipods panel.html" id="right"
scrolling="no" frameborder="0" />
</frameset>
</html>

I've set scrolling to yes for the bottom frame (which contains the 2 side by side farmes) but there is no scroll bar??

Any suggestions please?

Thanks
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Frame All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial