下面是js代码/*--------Select样式定义--------*/
.uboxstyle .select_box
{
width: 200px;
height: 27px;
float: left;
margin-right: 10px;
}
.uboxstyle DIV.tag_select
{
padding-right: 10px;
display: block;
padding-left: 10px;
background: url(../../Image/Teacher/ubox-select.gif) no-repeat 0px 0px;
padding-bottom: 0px;
width: 180px;
color: #000;
line-height: 27px;
padding-top: 0px;
height: 27px;
}
.uboxstyle DIV.tag_select_hover
{
padding-right: 10px;
display: block;
padding-left: 10px;
background: url(../../Image/Teacher/ubox-select.gif) no-repeat 0px -27px;
padding-bottom: 0px;
width: 180px;
color: #000;
line-height: 27px;
padding-top: 0px;
height: 27px;
}
.uboxstyle DIV.tag_select_open
{
padding-right: 10px;
display: block;
padding-left: 10px;
background: url(../../Image/Teacher/ubox-select.gif) no-repeat 0px -54px;
padding-bottom: 0px;
width: 180px;
color: #000;
line-height: 27px;
padding-top: 0px;
height: 27px;
}
.uboxstyle UL.tag_options
{
padding-right: 0px;
padding-left: 0px;
background: url(../../Image/Teacher/ubox-select.gif) no-repeat right bottom;
padding-bottom: 5px;
margin: 0px;
width: 200px;
padding-top: 0px;
list-style-type: none;
position: absolute;
}
.uboxstyle UL.tag_options LI
{
padding-right: 10px;
display: block;
padding-left: 10px;
background: url(../../Image/Teacher/ubox-select.gif) repeat-y -200px 0px;
padding-bottom: 0px;
width: 180px;
color: #000;
line-height: 27px;
padding-top: 0px;
height: 27px;
text-decoration: none;
}
.uboxstyle UL.tag_options LI.open_hover
{
background: url(../../Image/Teacher/ubox-select.gif) no-repeat 0px -81px;
color: #fff;
}
.uboxstyle UL.tag_options LI.open_selected
{
background: url(../../Image/Teacher/ubox-select.gif) no-repeat 0px -108px;
color: #fff;
}