答案 0 :(得分:0)
为第二个和第三个margin-top: 0;
框旁边的单选按钮指定select
。
答案 1 :(得分:0)
通过在css中进行一些更改,它现在是跨浏览器。
增加/更新以下:
.select_style {
height:23px;
line-height:23px;
}
.junior_rank #one {
position:relative;
width:753px;
left: 118px;
/*Removed top property*/
}
#groupranking_label {
position: relative;
left: 23px;
width: 100px;
top: 17px; /*updated*/
}