I have an absolutely positionned div on my page (I am making a dynamic
dropdown menu). But there's a textbox just below the menu system.
Unfortunately the textbox overlaps the div, consequently the last items of
the menus are hidden under that textbox...
What is the problem ??
Thanks in advance.....
Do a search for "css z-index" and you should find the
information you need.
.rob adams
webm...@egoz.org
>.
>
"Robert Adams" <webm...@egoz.org> wrote in message
news:fc9401c1200f$0bbcded0$9ae62ecf@tkmsftngxa02...
Well, i'm at a loss as to how you achieving this. Some
form elements do, always, bleed through overlaying
elements (such as SELECT's (see below posts)). So, i'm at
a loss as to why/how you're doing this with a textarea and
a div.
But, in the past, z-index has failed me when i improperly
set it. For example, in HTML you'd set it like "z-
index:666", while in jscript you do
it "object.style.zindex=666".
Other than that, sounds like you know your stuff.
Good luck.
>.
>
"Robert Adams" <webm...@egoz.org> wrote in message
news:1001701c12043$702364f0$9be62ecf@tkmsftngxa03...