i guess that you are using frames to make making changes to your menu system
easier. The way that i get around this is to write out the navigation using
javascript.
The only problem with this is those browsers that don't understand
javascript !
Another method, if your site hosting company offers it is to use Server
Includes.
--Keith
----- Original Message -----
From: "Erwin Rommel N Ganaban" <Rommel_ganaban@s...>
To: "HTML Code Clinic" <html_code_clinic@p...>
Sent: Thursday, July 26, 2001 2:52 AM
Subject: [html_code_clinic] DIV and FRAME
> I created a HTML with two frames, top and bottom. the size is 10%,*
> accordingly.. And then, I add my menu from the top which i used DIV to
> display and hide the menu.. But, when my DIV is longer than the size of
> the top frame, the top frame cut the menu and it looks like it is
> displayed at the back of my bottom frame.. Can anybody help me to solve
> this problem? Is there any option that DIV will float from both frames?
>
> Thanks you.
>
>