Jump to the post that solved this thread.
Solved: 10 Years, 4 Months, 4 Weeks ago [How To?] popup menu
#1
Solved: 10 Years, 4 Months, 4 Weeks ago
Howdy all.
I have problem with all popup menu idk how to get correct position.
   
Here is a link to sample page with popup menu in multipage http://forum.serwertruck.eu/dzial-raporty--49
Reply
#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.


Forum Jump:


Users browsing this thread: 2 Guest(s)