html – 右侧和左侧的背景图像

html – 右侧和左侧的背景图像,第1张

概述我如何让它工作? <html><head><style type="text/css">.left{float: left;background-image: url('image_with_variable_width.png');background-repeat: repeat-y;}.right{float: right;background-image: url( 我如何让它工作?

<HTML><head><style type="text/CSS">.left{float: left;background-image: url('image_with_variable_wIDth.png');background-repeat: repeat-y;}.right{float: right;background-image: url('image_with_variable_wIDth_flipped.png');background-repeat: repeat-y;}</style></head><body><div ></div><div ></div></body></HTML>
解决方法 如果div为空,则不会出现任何内容,因为它们的高度和宽度为零.要显示背景图像,请指定高度和宽度. 总结

以上是内存溢出为你收集整理的html – 右侧左侧的背景图像全部内容,希望文章能够帮你解决html – 右侧和左侧的背景图像所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1073299.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-26
下一篇 2022-05-26

发表评论

登录后才能评论

评论列表(0条)

保存