发布网友 发布时间:2022-04-29 17:42
共5个回答
热心网友 时间:2022-04-20 18:23
需要准备的材料分别有:电脑、浏览器、html编辑器。
1、首先,打开html编辑器,新建html文件,例如:index.html。
2、在index.html中的<script>标签,输入js代码:
<div style="background: url(small2.png); height: 60px;">
<span style="position: absolute;right: 10px;">123</span>
</div>
3、浏览器运行index.html页面,此时文字成功浮动到了图片右上方了。
热心网友 时间:2022-04-20 19:41
用相对位置;举个例子热心网友 时间:2022-04-20 21:15
<div style="width:640px;height:480px;background:url('http://img.pconline.com.cn/images/upload/upc/tx/wallpaper/1205/16/c0/11642219_1337167451467.jpg') no-repeat center;text-align:right;">
热心网友 时间:2022-04-20 23:07
给图片设置 vertical-align:top;追问可以把代码弄一下给我吗?
热心网友 时间:2022-04-21 01:15
使用绝对定位应该可以解决追问可以发代码给我吗