html表格中图片位置问题

2024-12-15 12:16:53
推荐回答(3个)
回答1:


CSS:
.a {
width:大图片宽度;
height:大图片高度;
background:url(大图片) no-repeat left top;
}
.a img {
/*设置图片的位置,方法多种*/
margin-top:10px ;
margin-left:30px;
}

回答2:

楼主这个是table做的,不需要那么麻烦,选中这个td,在垂直对齐方式中选中顶部对齐

回答3:

valign=top