Jump to the post that solved this thread.
Solved: 10 Years, 4 Months, 4 Weeks ago [How To?] popup menu
#2
Solved: 10 Years, 4 Months, 4 Weeks ago
Use the popup menu CSS from default theme.
.popup_menu .popup_item_container {
 margin: 1px;
 text-align: left;
}

.popup_menu .popup_item {
 display: block;
 padding: 4px;
 white-space: nowrap;
 text-decoration: none;
}

.popup_menu a.popup_item:hover {
 text-decoration: none;
}

Also, you have multiple instances of this code across stylesheets (global.css and style.css), use it only in one place to avoid mistakes.
Reply
Jump to the post that solved this thread.


Messages In This Thread
popup menu - by glover - 2014-09-03, 06:06 PM
RE: popup menu - by Destroy666 - 2014-09-03, 07:23 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)