layer over frame border

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

    layer over frame border

    Hello,

    I try to draw a layer (a div-area) in a frame - everything is right. But if
    the frame is to small to draw the whole layer, the layer is cutted off at
    the frame border. Is it possible to say, that the layer is drawn in
    absolutely front off all frames?

    Thanx for help - Tino


  • Steve Pugh

    #2
    Re: layer over frame border

    "Tino Langer" <tino.langer@in formatik.tu-chemnitz.de> wrote:
    [color=blue]
    >I try to draw a layer (a div-area) in a frame - everything is right. But if
    >the frame is to small to draw the whole layer, the layer is cutted off at
    >the frame border. Is it possible to say, that the layer is drawn in
    >absolutely front off all frames?[/color]

    No.

    Steve

    --
    "My theories appal you, my heresies outrage you,
    I never answer letters and you don't like my tie." - The Doctor

    Steve Pugh <steve@pugh.net > <http://steve.pugh.net/>

    Comment

    • Martin Honnen

      #3
      Re: layer over frame border



      Tino Langer wrote:

      [color=blue]
      > I try to draw a layer (a div-area) in a frame - everything is right. But if
      > the frame is to small to draw the whole layer, the layer is cutted off at
      > the frame border. Is it possible to say, that the layer is drawn in
      > absolutely front off all frames?[/color]

      Not in HTML. IE 5.5 and 6 allow you to use script to create popup
      windows that span frame boundaries, see
      <http://msdn.microsoft. com/library/default.asp?url =/workshop/author/om/popup_overview. asp>
      <http://msdn.microsoft. com/library/default.asp?url =/workshop/author/dhtml/reference/methods/createpopup.asp >
      I am not sure it helps for what you try to achieve, check the links. If
      you have further questions on that then they are best asked in a group
      about MSIE and scripting, there are several on that on the MS news server.

      --

      Martin Honnen

      Comment

      Working...