News:

Keeping Crip's dream alive is our mission! :)

Main Menu

Recent Topics

Members
Stats
  • Total Posts: 10,749
  • Total Topics: 1,374
  • Online today: 211
  • Online ever: 879
  • (Jan 21, 20, 05:49:15 PM)
Users Online
Users: 0
Guests: 194
Total: 194

Maclike

Started by Dismal Shadow, Aug 07, 10, 03:26:21 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

iShadow

Hi Crip, this is a great theme.

a simpe question, did you fix dropdown menu?  O0

Crip

Well  no, AFAIK it's working as it should .. exactly what is you problem with the menu_drop??
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.

ZarPrime

Dismal Shadow and iShadow (Are you the same person? :o),

Give us a day or 2 to look at the dropdown issue.  I'm talking to Crip about it.

ZarPrime

Crip

iShadow , me and ZarPrime tested this menu code on his Forum and here , and it seems this code below is what's needed::


#toolbar {
   height: 42px;
   background: url(../images/img/toolbar.png) 0 0 repeat-x;
}
#navtop {
   position: relative;
   height: 42px;
   z-index: 1000;
   padding: 0;
   margin: 0;
}
#navtop ul {
   margin: 0;
   padding: 0;
}
#navtop li {
   float: left;
   margin: 0;
   padding: 0 0 0 2px;
   position: relative;
   list-style: none;
}
#navtop li a {
   display: block;
   line-height: 44px;
   padding: 0 16px;
   color: #888;
   font-size: 12px;
}
#navtop li a.active {
   background: url(../images/img/active.png) 50% 0 repeat-x;
   color: #444;
   font-weight: bold;
}
#navtop li a:hover, #navtop li:hover a, #navtop li.sfhover a {
   background: url(../images/img/active.png) 50% 0  repeat-x;
   color: #444;
   text-decoration: none;
}
#navtop li:hover li a, #navtop li ul li a:hover {
   color: #444;
   background: #DCDCDC;
}
#navtop li li {
   width: 210px;
   height: auto;
   padding: 0;
}
#navtop li li a, #navtop li li a:hover, #navtop li li a, #navtop a.active li a, #navtop li:hover li a, #navtop li.sfhover li a {
   background: none;
   height: 30px;
   line-height: 30px;
   margin: 0;
   font-weight: normal;
   text-transform: none;
   font-size: 10px;
   color: #444;
}
#navtop li ul {
   background: #C5C5C5;
   position: absolute;
   width: 210px;
   left: -999em;
   margin-left: -1px;
}
#navtop li ul ul {
   margin: -27px 0 0 195px;
}
#navtop ul li li:hover, #navtop ul li li.hover {
   position: static;
}
#navtop li:hover ul ul, #navtop li:hover ul ul ul, #navtop li.sfhover ul ul, #navtop li.sfhover ul ul ul {
   left: -999em;
}
#navtop li:hover ul, #navtop li.sfhover ul {
   left: 3px;
}
#navtop li li:hover ul, #navtop li li li:hover ul, #navtop li li.sfhover ul, #navtop li li li.sfhover ul {
   left: 0;
}


Please post if or if not it fixes yours and if so , I will update the Theme download for it.
Crip~
I have become comfortably numb!


No PM's for Support unless invited! 

I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -
TOTM Winner.