我想要一些 css 在不裁剪的情况下获得上述宽度和高度内的图像。
我已经这样做了:
.btnEdit{ background-image: url(/images/btn_Edit_PICO.gif);
cursor:pointer;
margin: 0;
padding: 0;
border: 0;
background-repeat: no-repeat;
background-color: transparent;
height: 22px ;
width: 54px;}
但是,这并没有发生。另一个按钮在那里,但大小不同。
.btnDelete{background-image: url(/images/btn_Delete_PICO.gif);
cursor:pointer;
margin: 0;
padding: 0;
border: 0;
background-repeat: no-repeat;
background-color: transparent;
height: 22px ;
width: 54px;}
我希望那些尺寸相同,尽管实际图像尺寸可能不同。
图片: