Search found 2 matches

by rbester
Sun Jun 24, 2007 9:08 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Always On Top Problem [Solved]
Replies: 4
Views: 3983

Hi,

Ok, looks like it is working now. Here is what I learned - the first tip I found was to add the following magic code to the page:

<!--[if IE]>
<style type="text/css">
#lightbox, #overlay {
z-index:10000!important;
}
</style>
<![endif]-->

It made the trick for IE but not for any other ...
by rbester
Sun Jun 24, 2007 3:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Menu Always On Top Problem [Solved]
Replies: 4
Views: 3983

Menu Always On Top Problem [Solved]

Trying to use an AJAX image viewer, however the menu always appears on top of the enlarged image, obstructing its view. Tried to play with the z-index of the image viewer but with no success.

Example here: http://www.aspect-ai.com/technology.php (click the lemon)

The original image viewer is from ...