2012-10-17 76 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無論如何:) –