我需要调整我的网站的固定标题(使用背景图片)的透明度,使其像这个标题: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
发布于 2015-02-03 21:20:14
最好的解决方案是将图像的背景替换为透明的。我已经为你设置了60%的不透明度。
您必须将166行代码css替换为以下代码:
background: url(images/templatemo_header_bg_65_ora.png) repeat-x;
并将文件上传到服务器。
//EDIT看起来您还必须从徽标中删除背景。只需替换文件即可。
https://stackoverflow.com/questions/28307114
复制