2012-10-17 75 views
-1

我需要制作一个透明图片,通过所有网页内容被其他功能忽略,比如导航栏。忽略透明图片

<div id="birds"> 
<img src="birds.png" class="cover"> 
</div> 
#birds{ 
position: relative; 
} 


#birds img.cover{ 
position: absolute; 
float:right; 
margin-left: 4.8%; 

} 
+1

Whatchoo talkin'回合,威利斯? –

回答

1

我真的不知道你是什么之后,但如果我是采取一种猜测,这将是pointer-events: none;

不幸的是,这并不在Internet Explorer或Opera目前的工作,虽然。

+0

是的,这正是我所看到的只是悲伤的一点,它不适用于歌剧和ie,但thnx无论如何:) –