Probleme mit Overlib
Stefan Sturm
- javascript
Hallo,
ich verwende die Overlib Libary um mir diverse Popups anzuzeigen. Beim Firefox funktioniert auch alles perfekt. Beim IE überdecken diese Popups andere Formelement z.B. Textfelder oder Dropdown-Boxen nicht. Auch ein anderes <div>-Elemebt, das ich als Messagebox verwende überdeckt diese Felder nicht.
Woran kann das liegen?
Danke für eure Hilfe,
Stefan Sturm
Auszug aus dem Overlib-FAQ:
Why do form elements show up on top of the popups? They sort of bleed.
This is a browser issue that we can't do much about. The only work around would be to place the form elements themselves in layers and hide it while showing the popups. You can read more about this problem here. Fortunately, most modern browsers don't have this problem any longer. Only IE has problems with the SELECT element. Netscape 4.x, however, still has these problems though and you may want to think about switching to a newer version of Netscape.
Hallo,
..] Beim IE überdecken diese Popups andere Formelement z.B. Textfelder oder Dropdown-Boxen nicht. Auch ein anderes <div>-Elemebt, das ich als Messagebox verwende überdeckt diese Felder nicht.
Vielleicht kannst du dem Div für den IE einen z-index:-1, und wohl dazu auch nötig position:absolute, verpassen?
Grüsse
Cyx23