Forum Moderators: not2easy

Message Too Old, No Replies

drop down not showing - CSS genius required

         

karinakro

6:46 am on Oct 5, 2010 (gmt 0)

10+ Year Member



Hi,

We have the theme that is written on the Twentyten theme basis (Wordpress):
[cgitoronto.org ]

For some reason the drop-down menu is not showing. (Under Contact Us there supposed to be Prayer Request option)

I tried to compare the CSS code with original twentyten theme, and everything looks similar..

Are there CSS experts who can tell me what settings cause this issue?

milosevic

8:14 am on Oct 5, 2010 (gmt 0)

10+ Year Member



Check this rule style.css (line 1589)

#access2 ul ul {
display:none;
float:left;
left:0;
position:absolute;
top:35px;
width:180px;
z-index:99999;
}

Removing the "display:none" makes the link appear, though not in the right place. It could well be that there is some sort of JavaScript which is meant to trigger the changes of these CSS rules when the parent menu is hovered that is not working.