用css script来写一个DIV的背景图时,怎么控制图片左边距和上边距?不用marging和padding,其他方法。
发布网友
发布时间:2022-04-23 21:54
我来回答
共4个回答
热心网友
时间:2023-10-11 02:58
背景的上左边距一直都是用background-position:10px 20px 30px 40px;(上-右-下-左)顺时针顺序
margin是div的外边距 padding是div的内边距,与图片是没有关系的。来自:求助得到的回答
热心网友
时间:2023-10-11 02:58
background: url(../images/search_button.png) 20 30;
里面的20 和30 就是设置距离的
热心网友
时间:2023-10-11 02:59
.img{ width:100%; float:left; top:20px; left:20px;}
热心网友
时间:2023-10-11 02:59
绝对定位
css怎么让一个form标签水平垂直居中显示
1、首先,打开html编辑器,新建html文件,例如:index.html,输入问题基础代码。2、在index.html中的<style>标签中,输入css代码:body {text-align:center;},在<script>标签中输入js代码:var a = ($(document).height() - $('form').height()) / 2;('form').css('margin-top', a + ...
html中如何鼠标点击更换背景图片
<div id="menuWrapper" class="menuWrapper bg1"> <ul class="menu" id="menu"> <li class="bg1" style="background-position:0 0;"> <a id="bg1" href="#">迈瑞宝</a> <ul class="sub1" style="background-position:0 0;"> <li><a href="#">报价:11.99-23.69万</a>...
...可以选择手机相册内的图片上传,代码如何写?怎么实现?
首先需要引用 js 和css <!--上传控件-->2 <script src="query.form.min.js"></script>3 <link href="Img_List.css" rel="stylesheet" />4 <script src="Img_List.js"></script> Img_List.js 如下: /// <reference path="../../script/jquery-1.8.0.min.js" />//显示function imgshow(ob...