Should be like this:
option {
background: transparent url(http://www.clinicalflow.com/skins/common/icons/ed_ins_img.png) no-repeat left center;
padding-left: 20px;
width: 200px;
}
You were using semicolon just after the background: transparent;
and after that url which is wrong.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…