Click to See Complete Forum and Search --> : csshover.htc menu won't display over php element..


LouPhi
07-07-2008, 08:15 AM
I'm using csshover.htc menu, but the page also has a php element which will change depending on the link clicked in the csshover.htc menu.

See http://www.equinox-group.co.uk/dev/casestudies-new/

The menu on the left has sub-menus which 'should' pop out, in fact if you hover over them you can see them trying to appear, but they disappear behind the php element in the right hand side (the main content area) which also contains a scrolling area. Having removed the php element to test, the menu STILL disappears behind, which leads me to suspect its the scrolling element which is causing the problem.

Does anyone know why this might happen?

The scroller is something called 'scroller genie' which is a Dreamweaver add-on, bought legitimately from DMXZone - who have since discontinued support for this (great eh!)

HELP!

LouPhi
07-07-2008, 08:42 AM
I've removed the scroller - it was just not working, but I've re-uploaded the page without any of the scroller elements in, and it looks like it actually IS the php element which is stopping the menu from showing... heres the php code which appears to the right of the menu:

<?
switch ($_GET['sector']) {
case 'health.php' :
include('health.php');
break;

case 'dna.php' :
include('dna.php');
break;

case 'nwm.php' :
include('nwm.php');
break;

etc etc etc


default :
include('intro.php');
break;
}
?>

Any ideas on this very gratefully received!

LP :O)

Centauri
07-07-2008, 09:06 AM
Remove the relative positioning from .mkintro .