Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Dropdown menu won't drop when hovering over parent item
Old 09-19-2010, 02:43 PM Dropdown menu won't drop when hovering over parent item
PN-Matt's Avatar
Super Talker

Posts: 101
Location: London/Oxford, England
Trades: 0
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?

http://www.themonkeypc.co.uk/shared-hosting.html

Thanks,
__________________

Please login or register to view this content. Registration is FREE
PN-Matt is offline
Reply With Quote
View Public Profile Visit PN-Matt's homepage!
 
 
Register now for full access!
Old 09-19-2010, 11:56 PM Re: Dropdown menu won't drop when hovering over parent item
jenelle311's Avatar
Novice Talker

Posts: 4
Name: Lucilla Haynes
Location: St.Vincent & the Grenadines
Trades: 0
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
jenelle311 is offline
Reply With Quote
View Public Profile
 
Old 09-20-2010, 04:40 AM Re: Dropdown menu won't drop when hovering over parent item
CSM
CSM's Avatar
Front-End Developer

Posts: 297
Name: Michael Pehl
Location: Palma de Mallorca
Trades: 0
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

Please login or register to view this content. Registration is FREE
-
Please login or register to view this content. Registration is FREE
CSM is offline
Reply With Quote
View Public Profile Visit CSM's homepage!
 
Old 09-20-2010, 10:46 AM Re: Dropdown menu won't drop when hovering over parent item
PN-Matt's Avatar
Super Talker

Posts: 101
Location: London/Oxford, England
Trades: 0
Quote:
Originally Posted by jenelle311 View Post
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.

Thanks,
Attached Images
File Type: png drop-down-issue.PNG (61.9 KB, 0 views)
__________________

Please login or register to view this content. Registration is FREE

Last edited by PN-Matt; 09-22-2010 at 06:30 PM..
PN-Matt is offline
Reply With Quote
View Public Profile Visit PN-Matt's homepage!
 
Reply     « Reply to Dropdown menu won't drop when hovering over parent item
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.22761 seconds with 13 queries