Looking for assistance with a Drop Menu Magic menu that I use to navigate groups of pages belonging to a topic. We generally refer to this as our page's left-hand navigation. They are a vertical, single-node menu that can vary with the amount of entries depending on the number of pages in the given topic. By default the menu recognizes the page it is on and reflects that by bolding the item name. The menu needs to show focus with a visible outline as you move up and down the menu. The issue is, the current page reflected in the menu only displays the bolded title and no focus outline if you tab up and down. I hope I am explaining this correctly. I have not found a means to have the current page reflected in the menu also display the has focus outline. Any thoughts or suggestions? I can provide an URL if that would help. Any assistance would be greatly appreciated! Thank you very much and please have a nice day. =)
Looking for Older (2015) DMM Help
(5 posts) (2 voices)-
Posted 3 months ago
-
It's best to have a look at the actual page, can you provide an URL please?
Posted 3 months ago -
Thank you for replying. I appreciate it! An example would be, https://www.gbcnv.edu/veterans/index.html. the left-hand menu titled, "RESOURCES". Thank you so much for any assistance. Yours in gratitude, Frank
Posted 3 months ago -
Add these two rules to your style sheet:
.p7DMM.dmm-vertical ul a {
border: 1px solid transparent;
}
.p7DMM.dmm-vertical ul a:hover {
border: 1px solid #FFF;
}Posted 3 months ago -
Good morning sir. Thank you for the suggestion. I will get to adding and testing this. I will keep you updated. Thank you and have a very nice day.
Posted 3 months ago
Reply
You must log in to post.