Note that there are some explanatory texts on larger screens.

plurals
  1. POzindex not working in IE
    primarykey
    data
    text
    <p>I have div with tranparent drop down,it acts as suggest box.Below this i have two input boxes.Whenever i call this suggest box,it overlaps other two input boxes. iam trying to control this using zindex property and position elements,But is is not working.</p> <p>Any help appreciated.Thanks in advance.</p> <p>After applying z-index,i didn't see my controls in jsp page. Below is the code:</p> <pre><code>&lt;tr&gt; &lt;td colspan="2"&gt;firstname&lt;/td&gt; &lt;td colspan="2"&gt;&lt;table cellspacing='0' cellpadding='0' border='0' style='position:relative;float:left;'&gt; &lt;tr&gt;&lt;td width="25%" style="position:relative;z-inedx:999'&gt; &lt;input type="text" name="firstname"&gt; &lt;/table&gt;&lt;/td&gt;&lt;/tr&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="2"&gt;lastname&lt;/td&gt; &lt;td colspan="2"&gt;&lt;table cellspacing='0' cellpadding='0' border='0' style='position:relative;float:left;'&gt; &lt;tr&gt;&lt;td width="25%" style="position:relative;z-inedx:1'&gt; &lt;input type="text" name="lastname"&gt; &lt;/table&gt;&lt;/td&gt;&lt;/tr&gt; &lt;/td&gt; &lt;/tr&gt; &lt;tr&gt; &lt;td colspan="2"&gt;middlename&lt;/td&gt; &lt;td colspan="2"&gt;&lt;table cellspacing='0' cellpadding='0' border='0' style='position:relative;float:left;'&gt; &lt;tr&gt;&lt;td width="25%" style="position:relative;z-inedx:1'&gt; &lt;input type="text" name="middlename"&gt; &lt;/table&gt;&lt;/td&gt;&lt;/tr&gt; &lt;/td&gt; &lt;/tr&gt; </code></pre> <p>On chnage of firstname value ,i am displaying div content,it overlapping other two input controls. Regards, Raj</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload