|
-
May 22nd, 2003, 09:24 AM
#1
Drop Down Menu over another frame
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
[VBF RSS Feed]
There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.
If I have been helpful, Please Rate my Post. Thanks.
This post was powered by : 
-
May 23rd, 2003, 02:41 AM
#2
Fanatic Member
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
-
May 27th, 2003, 04:18 AM
#3
New Member
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|