Very frustrating CSS

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

    Very frustrating CSS

    I have a div with flash inside so I set the positioning to relative
    and the z-index to 0 so I can put an html textbox on top of it. I then
    set the position of the textbox to position:absolu te top 10px; right
    30px. When I did that it set the textbox 30px right from the page on
    IE 7 and in FF 2 it set the textbox 30px from the side of the image.

    I thought IE 7 and FF2 were the same now?
  • Jonathan N. Little

    #2
    Re: Very frustrating CSS

    BillGatesFan wrote:
    I have a div with flash inside so I set the positioning to relative
    and the z-index to 0 so I can put an html textbox on top of it. I then
    set the position of the textbox to position:absolu te top 10px; right
    30px. When I did that it set the textbox 30px right from the page on
    IE 7 and in FF 2 it set the textbox 30px from the side of the image.
    >
    I thought IE 7 and FF2 were the same now?
    Not by a long shot, maybe by IE9.

    Without a URL it is a little hard to tell what you are attempting, all
    depends on what else is in your markup that you have not provided. BTW,
    IE does not really allow z-index control of form controls. Classic
    attempt to place a DIV over a form control to disable|hide it fails in IE.

    --
    Take care,

    Jonathan
    -------------------
    LITTLE WORKS STUDIO

    Comment

    Working...