DROPDOWN MENU & Frames

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • alexz

    DROPDOWN MENU & Frames

    I have horizontal drop down menu and horizntal frames.
    The problem is that the menu get's cut off when it reaches
    the frame limits. Is there an easy way to go over a frame?
  • David Dorward

    #2
    Re: DROPDOWN MENU & Frames

    alexz wrote:
    [color=blue]
    > I have horizontal drop down menu and horizntal frames.
    > The problem is that the menu get's cut off when it reaches
    > the frame limits. Is there an easy way to go over a frame?[/color]

    No.

    .... you could create an identical element in the other frame and line them
    up carefully...

    But frames introduce lots of other problems, so ditching them would be the
    best option: <http://dorward.me.uk/www/frames/>

    --
    David Dorward http://dorward.me.uk/

    Comment

    • john

      #3
      Re: DROPDOWN MENU &amp; Frames

      alexz33@hotmail .com (alexz) wrote in message news:<43d72b53. 0309080658.4c2d 07bf@posting.go ogle.com>...[color=blue]
      > I have horizontal drop down menu and horizntal frames.
      > The problem is that the menu get's cut off when it reaches
      > the frame limits. Is there an easy way to go over a frame?[/color]

      You could try setting the z-index (CSS) to a higher number (like 1 or
      2). This may cause it to be displayed in front of the frame...but I'm
      not sure.

      Comment

      • David Dorward

        #4
        Re: DROPDOWN MENU &amp; Frames

        john wrote:
        [color=blue]
        > You could try setting the z-index (CSS) to a higher number (like 1 or
        > 2). This may cause it to be displayed in front of the frame...but I'm
        > not sure.[/color]

        It won't. You can't make an element appear in a page using CSS.

        --
        David Dorward http://dorward.me.uk/

        Comment

        Working...