Problem with Frame Based Menu

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
SoumyanilC
Beginner
Beginner
Posts: 1
Joined: Fri Aug 08, 2008 6:41 am

Problem with Frame Based Menu

Post by SoumyanilC »

My Problem is suppose there are three frames 1)the main menu 2) the a frame with search parameters 3) information menu
<frameset framespacing="2" frameborder="YES" border="1" frameborder="2" rows="24,40,*">
<frame name="header" scrolling="no" noresize src="header.htm">


<frame name="body" src="body.htm">
<frame name="body1" noresize src="Copy of body.htm">
</frameset>
Now as per milonic code main menu is ok ,and I want to include the sub menu in 2nd frame but as per above code 2 nd frame's width is less the menu hides behind third frame is there any way to rectify this? :?:
User avatar
John
 Team
 Team
Posts: 5967
Joined: Sun May 19, 2002 8:23 pm
Location: Phoenix, AZ
Contact:

Re: Problem with Frame Based Menu

Post by John »

Please provide a URL so we can see it.
John
User avatar
Ruth
 Team
 Team
Posts: 8763
Joined: Thu May 15, 2003 5:02 am
Location: Yucaipa, CA
Contact:

Re: Problem with Frame Based Menu

Post by Ruth »

As with John, we need to see your setup so we can figure out how to help you.

FYI, think of a 'fixed size, no scrolling' frame like you would a popup window you created that was fixed in size, had no scroll bars, and no resize. If you made it say, 100px by 100px and put a 200px by 200px image on it, when the window opened the person would only see 100x100px of the image.

Ruth
Post Reply