Click to See Complete Forum and Search --> : FRAMESIZE TOO BIG...help


Jack73
07-28-2003, 05:38 AM
Hi

I have a problem with flash buttons which I have loaded into html on my top nav bar.
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.
Can I reduce the size of the frame?

Index Source:
<HTML>
<FRAMESET ROWS="16%,*" frameborder="0" scrollbar="0">
<FRAME NAME="TOP" SRC="TOP.HTM">

<FRAMESET COLS="25%,*" FRAMEBORDER="no">
<FRAME NAME="LEFT" SRC="LEFTNAV.HTM">
<FRAME NAME="RIGHT" SRC="MAIN.HTM">

</FRAMESET></FRAMESET>

</html>

Top Nav Source:

<html>
<head>

</head>
<body bgcolor="darkgreen" align="top">
<p align="center">
<EMBED SRC="Spinner.swf" WIDTH="225" HEIGHT="360">
<NOEMBED>Get Flash !</NOEMBED>
</EMBED>
</p>
</body>
</html>

Hope you can help!

Jackie

jdavia
07-29-2003, 01:42 AM
Jackie Try changing the size of the "top" frame to more than 16% and adjust the size of the buttons again

<FRAMESET ROWS="16%,*" frameborder="0" scrollbar="0">
<FRAME NAME="TOP" SRC="TOP.HTM">

Jack73
07-29-2003, 03:07 AM
Ok. Thanks for your help!

pyro
07-29-2003, 07:45 AM
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.