固定标头的透明度

时间:2015-02-03 19:26:38

标签: css

我需要调整我网站的固定标题(使用背景图片)的透明度,就像这个标题: http://partypoker.com/download.html 我的问题是:标题中应该调整哪个元素:图像或标题容器?或两者,以及如何?

我的标题:http://presentationtube.com/header_fixed.php 背景图像:http://presentationtube.com/images/templatemo_header_bg_65_ora.jpg

模板CSS:http://presentationtube.com/templatemo_style_fixed.css

1 个答案:

答案 0 :(得分:0)

最佳解决方案是将图像背景替换为透明。我为你设置了60%的不透明度。

您必须将166行代码css替换为:

background: url(images/templatemo_header_bg_65_ora.png) repeat-x; 

将文件上传到服务器。

// EDIT 看起来您还必须从徽标中删除背景。只需替换文件。enter image description here

image