Sorry for asking so many questions. Despite finding this page a few hours ago, I still seem to be having problems.
At the bottom of the forum is a language selector. I assume that's a popup menu. And the other ones that look like it are popup menus. But I'm probably wrong because I can't color them. Despite entering #f0e8e5 where it seems to go, it remains white. Or maybe I'm just shooting at the wrong CSS.
There is also this, but it doesn't see like it would color the background
The only other menus I can find are the top one and bottom one, and those don't apply to this.
At the bottom of the forum is a language selector. I assume that's a popup menu. And the other ones that look like it are popup menus. But I'm probably wrong because I can't color them. Despite entering #f0e8e5 where it seems to go, it remains white. Or maybe I'm just shooting at the wrong CSS.
Quote:.popup_menu {
background: #f0e8e5;
border: 1px solid #000;
}
.popup_menu .popup_item {
background: #f0e8e5;
color: #000;
}
.popup_menu .popup_item:hover {
background: #C7DBEE;
color: #000;
}
There is also this, but it doesn't see like it would color the background
Quote:.popup_menu .popup_item_container {
margin: 1px;
text-align: left;
}
.popup_menu .popup_item {
display: block;
padding: 3px;
text-decoration: none;
white-space: nowrap;
}
.popup_menu a.popup_item:hover {
text-decoration: none;
The only other menus I can find are the top one and bottom one, and those don't apply to this.