Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IE Pop Up with Select Input problem

Status
Not open for further replies.

laurin1

MIS
Apr 28, 2003
77
US
I'm looking for ideas to resolve this issue. If you don't know what I'm talking about, Internet Explorer behaves badly when popping up JavaScript menus over SELECT type Input elements (they always show through your menu.)

The two methods I've seen are these:

Use an iframe backing

Hide the select statement

The first one worked great...until some of my users reported that their screens were getting all garbled. It seems that some video cards (the only thing different in their machines) really don't like moving iframes. In fact, they don't like scrolling when there's an iframe on the screen at all. Other than that, it's an awesome solution.

I have tried the second, as these forms are HUGE and with the number of SELECT elements, I can’t imagine this won’t have a negative performance impact.

Any other ideas (or perhaps an I idea why the first acts up on those machines)?

Keith Davis
MCSA, A+, N+, Guru+, Geek+, Child of God++++++
Love and Service
 
Tried video card driver. These are all internal users, so it IS my problem. I support the network and build the applications.

Keith Davis
MCSA, A+, N+, Guru+, Geek+, Child of God++++++
Love and Service
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top