CSS css图像交换
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CSS css图像交换相关的知识,希望对你有一定的参考价值。
<div class="nav">
<a href="#">
<img src="logo.gif" width="187" height="136" alt="" />
</a>
</div>
And the CSS to go along with it:
div.nav {
height: 187px;
width: 136px;
margin:0;
padding:0;
background-image:url("logo-red.gif");
}
div.nav a, div.nav a:link, div.nav a:visited {
display:block;
}
div.nav img {
width:100%;
height:100%;
border:0;
}
div.nav a:hover img {
visibility:hidden;
}
以上是关于CSS css图像交换的主要内容,如果未能解决你的问题,请参考以下文章
CSS 在悬停上交换背景图像
用文本和照片交换列(html、css 和 php)
CSS光标位置属性在Safari中不起作用
css 如何交换CSS文件http://www.centerkey.com/style/switcher/
仅使用 CSS 交换 DIV 位置
css Genesis徽标和标题菜单交换