View Single Post
  #128  
Old 02-01-2012, 07:14 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: X-Cart Ability Template v4.4.x

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; }
__________________
xcartmods.co.uk
Reply With Quote