Popup window shows under select box (IE only)

B

Bryan Forst

Ive got a small calendar popup that works perfectly fine in most
cases....

It comes up as a small unframed window over the parent window, however
it overlaps a select box and in IE the select box appears OVER the
popup.
NN works fine.

ive tried a variety of changes and additions to the window.open()
method to no avail:


this.popupWindow = window.open("about:blank","window_"+anchorname,this.windowProperties+",onFocus(windowFocus()),resizable=no,alwaysRaised=yes,width="+this.width+",height="+this.height+",screenX="+this.x+",left="+this.x+",screenY="+this.y+",top="+this.y+"");

any ideas are welcome...
thanks
bryan
 
E

ExGuardianReader

Bryan said:
Ive got a small calendar popup that works perfectly fine in most
cases....

It comes up as a small unframed window over the parent window, however
it overlaps a select box and in IE the select box appears OVER the
popup.
NN works fine.

ive tried a variety of changes and additions to the window.open()
method to no avail:


this.popupWindow = window.open("about:blank","window_"+anchorname,this.windowProperties+",onFocus(windowFocus()),resizable=no,alwaysRaised=yes,width="+this.width+",height="+this.height+",screenX="+this.x+",left="+this.x+",screenY="+this.y+",top="+this.y+"");

It's a well known and longstanding IE bug. You'll just have to work
around it!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,043
Latest member
CannalabsCBDReview

Latest Threads

Top