個(gè)人建議同時(shí)寫背景圖片和 img 標(biāo)簽,兼顧SEO 的同時(shí)在高對(duì)比度模式下
也可以正常顯示圖片。具體代碼晚些補(bǔ)上…
<h1 class="logo"> <!-- 注意 a 標(biāo)簽不要加 title,會(huì)造成部分讀屏軟件重復(fù)讀取 -->
<a tabindex="2" accesskey="1" href="#">
<img src="http://cxtj168.cn/images/logo-w3c-screen-lg" alt="W3C">
<span class="alt-logo">W3C</span> </a> </h1>
.logo a { background: url(http://cxtj168.cn/images/logo-w3c-screen-lg) no-repeat 0 0;
display: block; width: 249px; height: 107px; position: relative; overflow: hidden;
margin: 10px auto; } .logo img { color: #fff; } .logo .alt-logo { position: absolute;
z-index: -1; left: 0; top: 0; right: 0; bottom: 0; padding-left: 22px; padding-top: 25px;
font-size: 50px; color: #fff; background-color: #075F9F; }
【 微信掃一掃 】