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
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