CSS SustitucióndeH1 por logo(con rollover)/ H1徽标图片替换(翻转)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS SustitucióndeH1 por logo(con rollover)/ H1徽标图片替换(翻转)相关的知识,希望对你有一定的参考价值。
***** CSS *****
#logotipo {width:150px; height:60px; background:url('../images/logotipo.png') no-repeat}
#logotipo h1 a {margin:0; padding:0; width:150px; height:60px; display:block; text-decoration:none; background:url('../images/logotipo.png') 0 0 no-repeat}
#logotipo h1 a:hover {background-position:0 -60px}
#logotipo h1 a span {position:relative; z-index:-1}
***** HTML *****
<div id="logotipo"><h1><a href="index.html" accesskey="1" tabindex="1"><span>Nombre de la web</span></a></h1></div>
以上是关于CSS SustitucióndeH1 por logo(con rollover)/ H1徽标图片替换(翻转)的主要内容,如果未能解决你的问题,请参考以下文章
PHP Javascript - Validaciónbásica
PHP Funciónparaobtenereltamaño de un directorio
PHP PHP - Limpiarinyecciónsql
PHP Capturar erroresenproducción
JavaScript Paginacióndetablas
JavaScript Argumentos opcionales enunafunción