Quote:
Originally Posted by PhilJ
Flyout menus should overlap fine, just a case of either increasing the z-index value in the flyouts CSS file, or decreasing the z-index value in the carousel CSS.
Try this, in skin/ability/custom/css/common.css
Replace...
.roundabout-holder { list-style: none; width: 40em; height: 18em; margin: 1em auto; }
With...
.roundabout-holder { list-style: none; width: 40em; height: 18em; margin: 1em auto; z-index: 0; }
|
Thanks Phil,
That worked a treat. your a genius.
R's
D-A