FRAMESIZE TOO BIG...help

liunx

Guest
Hi<br />
<br />
I have a problem with flash buttons which I have loaded into html on my top nav bar.<br />
I had to enlarge the buttons as they were too small but this has resulted in my top nav frame being too large and therefore i have to scroll down it in order to see my buttons.<br />
Can I reduce the size of the frame?<br />
<br />
Index Source:<br />
<HTML><br />
<FRAMESET ROWS="16%,*" frameborder="0" scrollbar="0"><br />
<FRAME NAME="TOP" SRC=http://www.webdeveloper.com/forum/archive/index.php/"TOP.HTM"><br />
<br />
<FRAMESET COLS="25%,*" FRAMEBORDER="no"><br />
<FRAME NAME="LEFT" SRC=http://www.webdeveloper.com/forum/archive/index.php/"LEFTNAV.HTM"><br />
<FRAME NAME="RIGHT" SRC=http://www.webdeveloper.com/forum/archive/index.php/"MAIN.HTM"><br />
<br />
</FRAMESET></FRAMESET><br />
<br />
</html><br />
<br />
Top Nav Source:<br />
<br />
<html><br />
<head><br />
<br />
</head><br />
<body bgcolor="darkgreen" align="top"><br />
<p align="center"><br />
<EMBED SRC=http://www.webdeveloper.com/forum/archive/index.php/"Spinner.swf" WIDTH="225" HEIGHT="360"><br />
<NOEMBED>Get Flash !</NOEMBED><br />
</EMBED><br />
</p><br />
</body><br />
</html><br />
<br />
Hope you can help!<br />
<br />
Jackie<!--content-->Jackie Try changing the size of the "top" frame to more than 16% and adjust the size of the buttons again<br />
<br />
<FRAMESET ROWS="16%,*" frameborder="0" scrollbar="0"><br />
<FRAME NAME="TOP" SRC=http://www.webdeveloper.com/forum/archive/index.php/"TOP.HTM"><!--content-->Ok. Thanks for your help!<!--content-->I would use a pixel width for the top nav bar. 16% might look good in whatever your screen res is, but what when someone comes with a larger/smaller screen resolution? 16% (or any percentage) might not be the number you are looking for.<!--content-->
 
Back
Top