Hi, I'm new to this forum and I really need help.. We have the theme that is written on the Twentyten theme basis (Wordpress): http://www.cgitoronto.org/newversion 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?
Thank you very much for your reply! Now the drop down successfully appeared, I just need to fix its placement Thanks again!
You can add this code to make the sub-menu appear under the menu: #access2 ul li { position: relative; } Code (markup):
#access2 ul li:hover > ul { display:block; } Code (markup): Does not work in IE6 since IE6 does not understand > The following should work in IE6, too (untested). #access2 ul li ul { display:block; } Code (markup): Looks crap in IE7. There are some errors in your CSS. An example (Line 464): #access ul ul :hover > a Code (markup): Using the gallery with MooTools is not a good idea if you ask me. This site needs some optimization, code and design. And there is some more to do to boost loading speed... I wrote a post on my blog about how to boost loading speed for wordpress blogs. Oh, just forgot to say there is a JS error aswell. unterminated parenthetical [Break on this error] function sack(file){this.xmlhttp=null;...g)}}};this.reset();this.createAJAX()}; Code (markup):