
Combobox is composed of two parts, anchor tags and a div.



|
CSS Definition |
Description |
Default Values |
|
|
The outline of menupopup |
|
|
|
The table cell to layout menu |
|
|
|
The menupopup buttons |
|
|
|
The icon or space witch is front of menuitem |
|
The way to customize the background of menupopup is change color as follows.

div.menupopup {
background:#77DD77;
}