Menupopup

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

Input Box

CSS Definition

Description

Default Values

div.menupopup

The outline of menupopup

cursor: pointer;

background: #e9effa;

padding: 1px;

background: #f0f5ff;

display: block;

position: absolute;

z-index: 88000;

border: 1px outset;

div.menupopup td

The table cell to layout menu

white-space: nowrap;

div.menupopup a

The menupopup buttons

color: black;

text-decoration: none;

td.menu1

The icon or space witch is front of menuitem

width: 11px;

Customize the Background of Menupopup

The way to customize the background of menupopup is change color as follows.

div.menupopup {
    background:#77DD77;    
}

Customize the Background of menu1

The way to customize the background of menu1 is change color as follows.

td.menu1 {

background-color:red;

}