I'm using joomla! using the suckerfish and extended menu plugins. I can't get my dropdown menu to function correctly.
What do I need to do to get it to drop down when you rollover "shared hosting"? Also it's throwing my layout off on that page. What code can I insert? Can someone help?
i know how that feels believe me. U can try these sites for help, css-tricks.com/long-dropdowns-solution or pixelspread.com/blog/289/css-drop-down-menu
You are using ul class="menu" but in your CSS it is:
Code:
ul#menulist_root li ul {
display:none;
}
ul#menulist_root li:hover ul{
display:block;
background:none;
}
ul#menulist_root li ul li{
background:#000000;
opacity:.85;
filter: alpha(opacity=85);
-moz-opacity: 0.85;
clear:both;
}
ul#menulist_root li ul li a{
background:none;
width:66px;
}
ul#menulist_root li ul li a:hover{
color:#AA0000;
background:none;
}
It's not a class, it's an ID and not called menu in the CSS... crap Joomla.
__________________
Chief Web Officer / Front-End Developer / System Engineer
i know how that feels believe me. U can try these sites for help, css-tricks.com/long-dropdowns-solution or pixelspread.com/blog/289/css-drop-down-menu
Just got a 404... and CSM. What should I do? The whole issue confuses me. Attached a jpg of what's happening.