css实现背景拉伸,不可再实现连接

来源:互联网 发布:派尔玻璃优化排版软件 编辑:程序博客网 时间:2024/05/16 08:15

css实现背景拉伸 制作页面时,有时需要在表格内插入背景图,我们可以使用CSS进行控制,代码:
style="background-image:url(./images/counter_bg.jpg);background-repeat: no-repeat;background-position: right bottom;"
其中,./images/counter_bg.jpg为显示图片路径。