View Single Post
  #3  
Old 07-02-2010, 08:26 PM
 
FMF FMF is offline
 

Advanced Member
  
Join Date: Apr 2010
Posts: 77
 

Default Re: How to disable Fly-out menu for IE 6 and 7?

Quote:
Originally Posted by cflsystems
There is a separate css file for IE in skin1. You need to specify the width in there for the second level

I tried adjusting the some of the classes but didn't have much luck, what class do I need to put the width in?

Code:
/* $Id: main.IE7.css,v 1.2 2009/10/27 13:10:45 max Exp $ vim: set ts=2 sw=2 sts=2 et: */ .fancycat-icons-e ul { width: 127px; } .fancycat-icons-e li ul li { width: 116px; } .fancycat-icons-e li ul { left: 121px; } .fancycat-icons-e li ul.fancycat-icons-level-1 li ul { left: 112px; } .fancycat-icons-e li ul { border: 0px none; background: #b1c6d7 none; padding: 1px; } .fancycat-icons-e ul li { background: white none; padding-right: 6px; padding-left: 5px; } .fancycat-icons-e li:hover ul, .fancycat-icons-e li.over ul { display: none; }
__________________
X-Cart GoldPlus: 4.6.4
reBOOT Template
CDSEO Pro 2.0
Total Server Solutions Hosting
Reply With Quote