Results 1 to 3 of 3

Thread: Drop Down Menu over another frame

  1. #1

    Thread Starter
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877

    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 :

  2. #2
    Fanatic Member davebat's Avatar
    Join Date
    Dec 2002
    Posts
    727
    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

  3. #3
    New Member
    Join Date
    May 2003
    Posts
    11
    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
  •  



Click Here to Expand Forum to Full Width