Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Some help please... 1

Status
Not open for further replies.

coldfused

Technical User
Jan 27, 2001
2,442
US
Guys have a look at


see the middle frame row(content frame), how do I keep it from collapsing over the header frame when the window is resized, I would rather have the footer frame collapse over the content frame..

Thanks in advance..
logo.gif


carlsatterwhite@orlandomediasolutions.com
 
i would use absolute height for your header then....this would solve it....or just not use frames at all...this will solve it better [rockband]
whos that behind you?
 
I have it set at 150 in the frameset is that not absolute..Or should I set the header in a table inside the header frame at 150..

Sorry for the dumb questions, learning html on the fly..
logo.gif


carlsatterwhite@orlandomediasolutions.com
 
make a table in your header with the width of the header and the height then add a cell and put background=&quot;your image&quot; in the <td> tag for the cell...see if that works [rockband]
whos that behind you?
 
I will try that..Header is not going to be a image though, that is just there for testing..Will be a flash movie/navigation..

be right back..
logo.gif


carlsatterwhite@orlandomediasolutions.com
 
Nope didin't work..Any other ideas?
logo.gif


carlsatterwhite@orlandomediasolutions.com
 
<!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Frameset//EN&quot; &quot;<html>
<head>
<title>Untitled Document</title>
<meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;>
</head>

<frameset cols=&quot;80,*&quot; frameborder=&quot;NO&quot; border=&quot;0&quot; framespacing=&quot;0&quot;>
<frame src=&quot;left.htm&quot; name=&quot;leftFrame&quot; scrolling=&quot;NO&quot; noresize>
<frameset cols=&quot;*,80&quot; frameborder=&quot;NO&quot; border=&quot;0&quot; framespacing=&quot;0&quot;>
<frameset rows=&quot;150,*&quot; frameborder=&quot;NO&quot; border=&quot;0&quot; framespacing=&quot;0&quot;>
<frame src=&quot;top.htm&quot; name=&quot;topFrame&quot; scrolling=&quot;NO&quot; noresize >
<frameset rows=&quot;*,80&quot; frameborder=&quot;NO&quot; border=&quot;0&quot; framespacing=&quot;0&quot;>
<frame src=&quot;main.htm&quot; name=&quot;mainFrame&quot;>
<frame src=&quot;bottom.htm&quot; name=&quot;bottomFrame&quot; scrolling=&quot;NO&quot; noresize>
</frameset>
</frameset>
<frame src=&quot;right.htm&quot; name=&quot;rightFrame&quot; scrolling=&quot;NO&quot; noresize>
</frameset>
</frameset>
<noframes><body>

</body></noframes>
</html>

this is somehting i just threw togehter and it worked...shouldve guessed...take the 500 out from your header dimensions just put the height,* [rockband]
whos that behind you?
 
try this code

<html>
<head>
<title></title>
<meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;>
</head>
<frameset cols=&quot;1*,760,1*&quot; border=&quot;0&quot; framespacing=&quot;0&quot; frameborder=&quot;NO&quot;>
<frame src=&quot;left.htm&quot; name=&quot;left&quot; scrolling=&quot;NO&quot; noresize frameborder=&quot;NO&quot;>
<frameset rows=&quot;150,*&quot; border=&quot;0&quot; framespacing=&quot;0&quot; frameborder=&quot;NO&quot;>
<frame src=&quot;top.htm&quot; name=&quot;left&quot; scrolling=&quot;NO&quot; noresize frameborder=&quot;NO&quot;>
<frame src=&quot;main.htm&quot; scrolling=&quot;auto&quot; noresize frameborder=&quot;NO&quot;>
<frame src=&quot;bottom.htm&quot; name=&quot;bottom&quot; noresize scrolling=&quot;NO&quot; frameborder=&quot;NO&quot;>
</frameset>
<frame src=&quot;right.htm&quot; name=&quot;bottom&quot; noresize scrolling=&quot;NO&quot; frameborder=&quot;NO&quot;>
</frameset>
<noframes>
<body bgcolor=&quot;#CCCCCC&quot; text=&quot;#000000&quot;>
</body>
</noframes>
</html> [rockband]
whos that behind you?
 
Thats cool i just worked it out like this:

<html>
<head>
<title></title>
<meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;>
</head>
<frameset cols=&quot;*,760,*&quot; border=&quot;0&quot; framespacing=&quot;0&quot; frameborder=&quot;NO&quot;>
<frame src=&quot;leftframe.html&quot; name=&quot;left&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; framespacing=&quot;0&quot; frameborder=&quot;0&quot; topmargin=&quot;0&quot; leftmargin=&quot;0&quot; scrolling=&quot;NO&quot; border=&quot;0&quot; noresize>
<frameset rows=&quot;150,*&quot; framespacing=&quot;0&quot; frameborder=&quot;0&quot; border=&quot;0&quot;>
<frame src=&quot;headerframe.html&quot; name=&quot;left&quot; scrolling=&quot;NO&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; framespacing=&quot;0&quot; frameborder=&quot;0&quot; topmargin=&quot;0&quot; leftmargin=&quot;0&quot; border=&quot;0&quot; noresize>
<frameset rows=&quot;500,1*&quot; border=&quot;0&quot; framespacing=&quot;0&quot; frameborder=&quot;NO&quot;>
<frame src=&quot;contentframe.html&quot; scrolling=&quot;auto&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; framespacing=&quot;0&quot; frameborder=&quot;0&quot; topmargin=&quot;0&quot; leftmargin=&quot;0&quot; border=&quot;0&quot; noresize>
<frame src=&quot;footerframe.html&quot; name=&quot;bottom&quot; scrolling=&quot;NO&quot; marginwidth=&quot;0&quot; marginheight=&quot;0&quot; framespacing=&quot;0&quot; frameborder=&quot;0&quot; topmargin=&quot;0&quot; leftmargin=&quot;0&quot; border=&quot;0&quot; noresize>
</frameset>
</frameset>
<frame src=&quot;rightframe.html&quot; name=&quot;bottom&quot; noresize scrolling=&quot;NO&quot; frameborder=&quot;NO&quot;>
</frameset>
<noframes>
<body bgcolor=&quot;#CCCCCC&quot; text=&quot;#000000&quot;>
</body>
</noframes>
</html>

Thanks for your help. like i said learning as i go, but i'm fainlly starting to get it, and life sure is good when you no longer can read, but also understand it..

Thanks a ton..
logo.gif


carlsatterwhite@orlandomediasolutions.com
 
ahhhh..you are in my boat as well......paddle mate paddle [rockband]
whos that behind you?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top