PDA

Click to See Complete Forum and Search --> : Drop Down Menu over another frame


Danial
May 22nd, 2003, 09:24 AM
Hi,
I am having some problem with drop down menu. My site consist of two frame, one on the top (20%) and the 2nd frame is 80%. I have header and links on the top frame and show the content on the 2nd frame.

Now i have a drop down menu on the top frame, but when the menu drops down it goes underneath the 2nd frame. Is there any way i could put my menu over the 2nd frame. Is it at all possible.

Thanks in advance.

Danial

davebat
May 23rd, 2003, 02:41 AM
no because when you drop down it will drop to the saem page, ou will have to make th frame bigger or limit the drop down size to a couple of choices, bu this means more scrolling

matheson
May 27th, 2003, 04:18 AM
you would probably better off using tables and the i frame command for example

<table width="60%" border="0" cellspacing="0" cellpadding="1">
<tr>
<td>menu bar here</td>
</tr>
<tr>
<td><iframe src="html.html"></iframe></td>
</tr>
</table>


this