怎么在php文件中添加背景图片

WBOY
Release: 2016-06-23 14:23:07
Original
4932 people have browsed it

我在html文件中添加php,可是浏览器中不能显示关于背景的效果(用css也不行,或许我不会弄)


回复讨论(解决方案)

用CSS也不行? 贴你的代码瞧瞧。 

有点混乱.请详细还原整个过程。html怎么添加 php?

html要操作显示效果还是得用js/jquery来控制.最后还是涉及到html or css

查看img的src是否能正确读取到bgimage。

<div>  <img  src="path/img/01.jpg" / alt="怎么在php文件中添加背景图片" >  <p   style="max-width:90%"path/img/01.jpg') no-repeat;">background-image</p></div>
Copy after login

php中的路径是以当前执行文件的地址为基础 来做跳转的。
查看你调用的css的调用路径能否在当前 php文件中 运行。
另,确定你的css写的正确。

请完整写一段代码,直接拿来我看看吧!

看看图片的路径是否 发生错误!

原来是火狐不给力,不能显示

PHP下载CSS文件中的图片
http://3aj.cn/php/33.html

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template