发布网友 发布时间:2022-04-21 17:41
共2个回答
热心网友 时间:2023-07-09 09:08
为img标签加一个id或class就好啦,这样就可以自由的选择要编辑css的图片了。
class例子:<img class="one" src="#" />
在css中则这样选择
.one{ width:100px; height:300px; float:left;}id例子:<img id="two" src="#" />
#two{width:200px; height:200px; float:left;}
热心网友 时间:2023-07-09 09:09
应该是用CSS position 属性