本文介绍了在调整大小时调整可拖动对象的背景图像的大小的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
此问题与以下内容有关: jquery中可调整大小的可拖动对象.可能吗?
This question is related to : Resizable, draggable object in jquery. Possible?
大家好,
我想在jquery调整大小时调整div的背景图像的大小.我该怎么办?
I want to resize the background image of a div on jquery resize. How can I do it?
谢谢
推荐答案
您无法设置CSS背景图片的大小.但这可能 http://www.cssplay.co.uk/layouts/background.html ,否则将有助于 http://css-tricks.com/how -to-resizeable-background-image/
You can't set the size of a CSS background-image. But maybe this http://www.cssplay.co.uk/layouts/background.html or this will help http://css-tricks.com/how-to-resizeable-background-image/
这篇关于在调整大小时调整可拖动对象的背景图像的大小的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!