• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

CF,Ajax

Participant ,
Oct 15, 2007 Oct 15, 2007

Copy link to clipboard

Copied

Hi all.

I am using Ajax on my table row...but some select box prevent it to be visible...It div goes under the select box when I start type in....Help

<input name="ConTNo" type="text" id="ConTNo" size="20" maxlength="30" onKeyUp="showHint(this.value)" onBlur="setTimeout('gosterme(this)',125)">

<tr><td> </td><td colspan="6"><div id="txtHint" style="position:absolute; z-index:1 " ></div></td></tr>

<TR align="left" valign="top">
<TD height="24"><span class="style15"><strong>Discipline:</strong></span></TD>
<TD colspan="2">
<span class="style15">
<select NAME="Discipline" SIZE="1" >
<option value=""></option>
<option value="A">Architectural</option>
<option value="C">Civil</option>
<option value="E">Electrical</option>
<option value="G">General</option>
<option value="J">Geotechnical</option>
<option value="M">Mechanical</option>
<option value="S">Structural</option>
<option value="T">Traffic</option>
<option value="U">Utility</option>
<option value="V">Environmental</option>
</select>
TOPICS
Advanced techniques

Views

190

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 15, 2007 Oct 15, 2007

Copy link to clipboard

Copied

"I am using Ajax on my table row...but some select box prevent it to be
visible...It div goes under the select box when I start type in....Help"

If I understand your issue correctly, you have a select control and it
is inappropriately covers other content on the site. If so, this is a
browser issue, particularly with some version of one from Redmond
Washington.

It basically behaves as the select control has an infinite z index and
it can not be controlled. There are solutions out there. The basic
idea is to use some JavaScript to hide and show the select control so
that is does not interfere with other sections of the site.

HTH
Ian

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Oct 15, 2007 Oct 15, 2007

Copy link to clipboard

Copied

LATEST
that could be another solution ..thnx

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation