更新:此问题仅发生在 mac 计算机上的 safari 中。
左:Safari 右:谷歌浏览器
我有一个位于幻灯片顶部的标题,并且任何文本都会褪色。当页面加载时,它从白色开始,然后立即消失。我已经在actorcms.co.uk上临时搭建了这个网站。 您可以看到右上角的电子邮件和电话号码已褪色。放置在幻灯片上任何位置(不仅仅是顶部区域)的文本会变淡。
HTML
<div id="bannerbox">
<div id="banner">
//slideshow//
</div>
</div>
<div id="headerbox">
<div id="header">
<div id="social">
<img src="../images/fb thumb.png" width="28" height="28" alt="Facebook" />
<img src="../images/twitter thumb.png" width="28" height="28" alt="Twitter" /><br />
Email: <a href="mailto:info@blubuddha.co.uk ">info@blubuddha.co.uk </a><br />
Phone: xxxxxxxxxxx
</div>
<div id="navigation">
<ul id="nav">
<li><a class="home" href="index.html"></a></li>
<li><a class="services" href="services.html"></a></li>
<li><a class="prices" href="prices.html"></a></li>
<li><a class="contact" href="contacts.html"></a></li>
</ul>
</div>
</div>
</div>
CSS
#bannerbox {
position:relative;
width:100%;
padding-bottom:20px;
border-top:1px solid #191919;
background-color:#000;
}
#banner {
width:100%;
margin-left:auto;
margin-right:auto;
}
#headerbox {
width:100%;
height:120px;
position:absolute;
background-image:url(../images/black.png);
background-repeat:repeat;
z-index:1;
top:0;
}
#header {
height: 120px;
min-width: 980px;
max-width:1100px;
background-image: url(../images/header.png);
margin-left: auto;
margin-right: auto;
background-repeat: no-repeat;
font-family: 'Josefin Slab', serif;
font-size:20px;
color:#bfefff;
padding-bottom:10px;
margin-right:auto;
margin-left:auto;
}
#social {
float:right;
text-align:right;
padding-right:10px;
padding-top:15px;
line-height:20px;
font-family: 'Josefin Slab', serif;
color:#fff;
font-size:15px;
}
#navigation
{
height:50px;
padding-top:67px;
margin-left:142px;
}