Hi,
I'm not sure if this is the right forum, but I know the mods will move it if necessary.
So onto the problem.
Its to do with z-index, a property that defines what object displays on top of another. Like pieces of paper stacked on top of each other, the paper on the top has the highest z-index, the one on the bottom the lowest.
The menu has a z-index of 999999.
This can be reduced to 99
and
line 73 of the modal window script can be changed to -
Code:
document.write('<div id="interVeil" style="z-index:100;"></div>')
and change this too.
Code:
<div id="dhtmlwindowholder" style="z-index:101;">
I haven't tried this though.
Bookmarks