- 21
- Home of Quattro.
Hi im trying to make a new meny on my webside and got some truble.
I have one frame at the top (Top.html) with the meny in it and the other window right under (Botton.html).
If il put a pull down bar in the Top frame the meny goes behind the button frame... why?
The main code to the Frames.
(Sorry for my bad English)
Thanks for the help.
\From: Grumpy_SWE
I have one frame at the top (Top.html) with the meny in it and the other window right under (Botton.html).
If il put a pull down bar in the Top frame the meny goes behind the button frame... why?
The main code to the Frames.
Code:
<HTML>
<TITLE>Test</TITLE>
<FRAMESET ROWS ="50pt,*" BORDER="0" >
<NOFRAMES>
Sorry your browser doesnt support frames
</NOFRAMES>
<FRAME NAME =" TopLinkFrame" SRC="Top.html" SCROLLING ="no"
MARGINWIDTH="0" MARGINHEIGHT="0" NORESIZE="yes" BGCOLOR=#FFFFFF>
<FRAME SRC="Botton.html" NAME="MainLinkFrame" BGCOLOR=#FFFFFF>
</FRAMESET>
</HTML>
(Sorry for my bad English)
Thanks for the help.
\From: Grumpy_SWE