Concrete5 – Drop Down Auto-Nav Menu
Permalink
Hello Fellow Concrete5 Users,
I am in the midst of creating a personal website for myself so I can visitors can view my resume, my biography, and other things of interest.
I have found a drop down auto-navigation menu from the following website; however, it doesn't seem to be functioning right.
For example, when I hover over the menu, the drop down menu doesn't appear. Any idea on how I can fix this?
The links below contain the PHP file and the CSS file respectively.
http://pastie.org/942440
http://pastie.org/942380
The website can be views athttp://www.neilvibert.co.cc
Thank you for your time!
Regards.
Neil
I am in the midst of creating a personal website for myself so I can visitors can view my resume, my biography, and other things of interest.
I have found a drop down auto-navigation menu from the following website; however, it doesn't seem to be functioning right.
For example, when I hover over the menu, the drop down menu doesn't appear. Any idea on how I can fix this?
The links below contain the PHP file and the CSS file respectively.
http://pastie.org/942440
http://pastie.org/942380
The website can be views athttp://www.neilvibert.co.cc
Thank you for your time!
Regards.
Neil
@ Remo
Thank you for the quick reply.
I have checked my html code, and when I view it under "Page Source" using Mozilla Firefox, it shows that there are no pages under the items in the menu; however that is false, because when I change the settings for the navigation to "Display All", all my sub-items appear.
I would like my sub-items to appear, however, I only want them to appear when a visitor hovers over the item in the menu.
Any idea?
My current settings for the menu can be seen by clicking on the link below.
http://img243.yfrog.com/img243/7582/concrete5settings.gif...
Thanks!
Neil
Thank you for the quick reply.
I have checked my html code, and when I view it under "Page Source" using Mozilla Firefox, it shows that there are no pages under the items in the menu; however that is false, because when I change the settings for the navigation to "Display All", all my sub-items appear.
I would like my sub-items to appear, however, I only want them to appear when a visitor hovers over the item in the menu.
Any idea?
My current settings for the menu can be seen by clicking on the link below.
http://img243.yfrog.com/img243/7582/concrete5settings.gif...
Thanks!
Neil
this is wrong, display all pages, not only relevant pages..
the hover effect is done using css, the html code must contain all pages.
the hover effect is done using css, the html code must contain all pages.
@ Remo
"... the html code must contain all pages."
What do you mean by that? Are you trying to say that I have to manually go into default.php, go to where the menu is suppose to appear, and add the sub-pages into the code itself?
I also changed the setting from "Relevant Sub-pages" to "Display All", and when I saved the changes and hovered over the items in the menu, there was no effect.
I'm sorry if I sound like a newbie, its just for some reason, I can't get it to work properly.
Thanks again!
Neil
"... the html code must contain all pages."
What do you mean by that? Are you trying to say that I have to manually go into default.php, go to where the menu is suppose to appear, and add the sub-pages into the code itself?
I also changed the setting from "Relevant Sub-pages" to "Display All", and when I saved the changes and hovered over the items in the menu, there was no effect.
I'm sorry if I sound like a newbie, its just for some reason, I can't get it to work properly.
Thanks again!
Neil
No, of course not. No manual stuff.
yes this setting is right but there must be a problem with your css as well.
Please try to switch back to the default theme and paste the code form codeblog without any modifications. Does that work? If it does then start adding your modifications step by step to see what causes the problem.
yes this setting is right but there must be a problem with your css as well.
Please try to switch back to the default theme and paste the code form codeblog without any modifications. Does that work? If it does then start adding your modifications step by step to see what causes the problem.
@ Remo
Problem Resolved!
Thanks again for your patience all of your help!
I downloaded the files from the website as you had suggested, uploaded them to my server, and its now working its wonders!
Job well done!
Thanks again,
Neil
Problem Resolved!
Thanks again for your patience all of your help!
I downloaded the files from the website as you had suggested, uploaded them to my server, and its now working its wonders!
Job well done!
Thanks again,
Neil
See how useful a link to site with the problem can be?