Minimise window i lose a frame!!!

windows

Guest
Hey can somebody look at this frame and tell me why o why i lose a frame when the window is minimised. but when it is at full size it is poyfect?<br />
<br />
thanks mark<br />
<br />
<br />
this should be the code...<br />
<br />
<html><br />
<head><br />
<title>Real Stylish Inc.</title><br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br />
<br />
<meta name="description" content="Real Stylish - venue - gig details - record label - band info - free mp3 Download <!--more-->s - Real Audio - alternative, hardcore, skate punk, rock'n'roll, emo, metal, artcore, hardcore "><br />
<br />
<meta name="keywords" content="mp3, alternative, gigs, bands, free Download <!--more-->s, music, punk, rock, indie, links, gig news, the strokes, nirvana, silent bob, jackie o, ravengers, elvis jumpsuit, ketamine, joey cohen riot, second to last, opiate, this girl, aerogramme, my last act of bravado, opiate, starla, project a, false profits, the annoyance, soul saver "><br />
<br />
<meta name="author" content="Ken McCormack - Palmer 21st Century Media - <!-- e --><a href="mailto:[email protected]">[email protected]</a><!-- e -->"><br />
<br />
<meta name="copyright" content="?2001 Real Stylish Inc"><br />
<br />
</head><br />
<br />
<frameset rows="143,552*" frameborder="NO" border="0" framespacing="0" cols="*"> <br />
<frame name="topFrame" scrolling="NO" noresize src=http://www.htmlforums.com/archive/index.php/"top_nav.htm" ><br />
<frameset cols="137,900*" frameborder="NO" border="0" framespacing="0" rows="*"> <br />
<frame name="leftFrame" scrolling="NO" noresize src=http://www.htmlforums.com/archive/index.php/"left_nav.htm"><br />
<frameset cols="510*,353" frameborder="NO" border="0" framespacing="0" rows="*"> <br />
<frame name="mainFrame" src=http://www.htmlforums.com/archive/index.php/"main_frame.htm"><br />
<frame name="rightFrame" scrolling="NO" noresize src=http://www.htmlforums.com/archive/index.php/"right_nav.htm"><br />
</frameset><br />
</frameset><br />
</frameset><br />
<noframes><body bgcolor="#FFFFFF"><br />
<br />
</body></noframes><br />
</html><!--content-->what is that?? you can't have rows="552*,120" that means that the page is 5526 pixels wide.<!--content-->urggh... took me a while to read that code<br />
<br />
and the "*" symbol is used to make the frame resize according to the size of the window it is in. I don't think it works if it follows a number like "552*".<br />
<br />
<br />
try writing the framesets like this:<br />
<br />
<br />
<br />
<FRAMESET rows="143,*"><br />
<FRAME name="top"><br />
<br />
<FRAMESET cols="137, *, 353"><br />
<FRAME name="left"><br />
<FRAME name="main"><br />
<FRAME name="right"><br />
<br />
</FRAMESET><br />
</FRAMESET><br />
<br />
<br />
<br />
For brevity I have cut out all of the options (DO remember to put them in).<br />
<br />
This should have the effect you want. Remember that the middle frame will only be visible when the window is wider than 500 pixels.<!--content-->
 
Back
Top