View Single Post
  #5  
Old 05-21-2010, 02:12 PM
  just_me's Avatar 
just_me just_me is offline
 

Advanced Member
  
Join Date: Oct 2005
Location: Spain
Posts: 69
 

Smile Re: Fancy_Cat menu flying out under central block

Heh, it's been a while since I did that but here's where I have set z-index 1 in my css for category menus


Code:
.fancycat-icons-scheme li:hover ul, .fancycat-icons-scheme li.over ul { display: block; overflow: visible; z-index: 1; } .menu-fancy-categories-list .content { overflow: visible; padding-top: 5px; padding-left: 5px; padding-right: 6px; z-index: 1; }

Hope that helps. If not, let me know and I'll take a closer look on Monday.

Have a nice weekend.
__________________
Cordially,
Just me
X-Cart Gold
Version 4.2.3
Multilingual shop: Spanish, French and US English
Reply With Quote