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;
}