源码论坛,商业源码下载,尽在锦尚中国商业源码论坛

标题: css怎样移动div内的背景图? [打印本页]

作者: 洪七公    时间: 2023-8-10 22:19
标题: css怎样移动div内的背景图?
在css中,可以使用background-position属性来移动背景图片。下面小编举例讲解css怎样移动div内的背景图。

假如在css标签内,再使用background-position属性背景图向右移动20px,向下移动50px。

那么css标签应该如下:
  1. .top_menue_bg1{background-image: url(../images/home.png);background-repeat: no-repeat;background-size: 25px 25px;background-position:20px 50px;}
复制代码

其中的图片链接改为你自己的,背景大小分别对应长宽为25px




欢迎光临 源码论坛,商业源码下载,尽在锦尚中国商业源码论坛 (https://bbs.52jscn.com/) Powered by Discuz! X3.3