I'm not this if this is a CSS problem, but I'm guessing it is.
I have created a quite complex website, with lots of javascript and Leightbox (a variation on Lightbox). Inside the leightbox container there is a form, with checkboxes and jump menus. When the box is being opened, everything works fine in Firefox, Chrome etc. In IE the box opens, but somehow the jump menus disappear. The checkboxes stay visible though![]()
If I set the leightbox display status to 'block' manually (so the website loads with the leightbox popped up already) there is no problem.
Since only the jump menus disappear I'm quite confused what could be the problem. Is there anyone who might know what's causing this? If neccessary, I can post some more code.
Leightbox css:
Code:.leightbox { color: #333; display: none; position: absolute; top: 25%; left: 25%; width: 800px; height: 1000px; padding: 1em; border: 1em solid #333; background-color: #FFFCE1; text-align: left; z-index:1001; overflow: auto; }


Reply With Quote

Bookmarks