PDA

View Full Version : mike's dhtml scroller / dreamweaver popup menu conflict


mitchc
10-24-2002, 01:42 AM
Hi,

I'm having a problem using mike's dhtml scroller & dreamweaver popup menus on the same page.

basically, the popup menus when they popup appear to be underneath the scroller - what I need is for the popup menus to appear above the dynamic scroller.

Is there any way of adjusting the layers settings of either the dw popup or scroller scripts to fix this.

thanks for any tips/suggestions,

Mitch

beetle
10-24-2002, 02:22 AM
Look around in the CSS rules for the menus and scroller and examine their z-index property. A higher z-index will place the layer higher on the stack...

So, the scroller needs a lower z-index than the menus.

mitchc
10-24-2002, 03:47 AM
yep,

setting z-index of the scroller to zero fixed the problem...

thanks for the prompt response.

Mitch