asp.net – background-image无法正常工作

前端之家收集整理的这篇文章主要介绍了asp.net – background-image无法正常工作前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。

我在我的HTML中有这个,除了background-image之外一切都有效:’images / Header.jpg’;
相反,我看到标题中的灰色但不是图像..我尝试删除灰色但仍然没有看到图像…

#outerWrapper #header {
border-bottom: solid 1px #628152; 
font-size: 18px;
font-weight: bold;
line-height: 15px;
height: 115px;
background-color: Grey;
background-image: url('images/Header.jpg');

我怎样才能做到这一点..请帮忙..谢谢

最佳答案
使用Firebug for Firefox查看您的页面.您可能无法正确加载图像.如果这是你的问题,你也可以随时使用css.
原文链接:https://www.f2er.com/html/426332.html

猜你在找的HTML相关文章