HTML Help Forum HTML Help
Please Search for the answer to your question before asking it! Thanks.
 

Problem scrolling down to bottom of page
Post a Reply to this Topic Ask a New Question
Click here to go to the original topic
       HTML Help Forum -> HTML Frame
View previous topic :: View next topic  
Author Message
webby09



Joined: 02 Jul 2009
Posts: 8

Posted: Sat Jul 25, 2009 12:58 pm     Problem scrolling down to bottom of page  

Hello there, I made three frames that are top, left, and main(right) frames. I'm having trouble scrolling down all these frames for example, I attached an image in the left frame but the bottom part is cut off and there is no scrolling bar either. I tried to make scroll bar but I can't make it... Could anyone see where I went wrong in the following codes? Thanks..

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<frameset rows="250,*" cols="*" framespacing="0" frameborder="no" border="0">
  <frame src="top.html" name="top" scrolling="Yes" noresize="noresize" id="topFrame" title="leftFrame" />
     <frameset cols="290,*" framespacing="0" frameborder="no" border="0">
  <frame src="left.html" name="left" scrolling="Yes" id="leftFrame" title="rightFrame">
<frame src="home.html" name="right" scrolling="Yes"/></frameset>
<noframes></noframes>
<body>
</body>
</html>
webby09



Joined: 02 Jul 2009
Posts: 8

Posted: Tue Jul 28, 2009 2:01 am      

Sorry for the unsolvable problem I posted. I made a table instead to scroll from the top to bottom of the screen. Thank you for anyone who read my post anyway :D
 
 
DARFUR
HOSTING / DESIGN
MAKE MONEY

       HTML Help Forum -> HTML Frame
Page 1 of 1


Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group