Hi Guys,
I haven't used frames in years, but I have a customer that wants them, so I'm trying to do it, BUT I've run into a problem with my top frame when I resize the window it doesn't ajust accordingly. Below is a link to the site and my code.
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="155,454,49" cols="*">
<frame name="top" src="top.htm" marginwidth="0" marginheight="0" scrolling="No" frameborder="no" framespacing="0">
<frame name="middle" src="middle.htm" marginwidth="0" marginheight="0" scrolling="yes" frameborder="no"framespacing="0">
<frame name="bottom" src="bottom.htm" marginwidth="0" marginheight="0" scrolling="No" frameborder="no" noresize framespacing="0">
</frameset>
<noframes><body bgcolor="#FFFFFF">
</body></noframes>
</html>
Thanks,
Jewel When faced with a decision, always ask, 'Which would be the most fun?'
I haven't used frames in years, but I have a customer that wants them, so I'm trying to do it, BUT I've run into a problem with my top frame when I resize the window it doesn't ajust accordingly. Below is a link to the site and my code.
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<frameset rows="155,454,49" cols="*">
<frame name="top" src="top.htm" marginwidth="0" marginheight="0" scrolling="No" frameborder="no" framespacing="0">
<frame name="middle" src="middle.htm" marginwidth="0" marginheight="0" scrolling="yes" frameborder="no"framespacing="0">
<frame name="bottom" src="bottom.htm" marginwidth="0" marginheight="0" scrolling="No" frameborder="no" noresize framespacing="0">
</frameset>
<noframes><body bgcolor="#FFFFFF">
</body></noframes>
</html>
Thanks,
Jewel When faced with a decision, always ask, 'Which would be the most fun?'