我有以下的CSS:IE和透明背景
body {
background-image: url(images/background.jpg);
background-repeat: repeat-x;
background-color: #99ccff;
}
不幸的是,這個網頁上創建的任何股利,現在自動擁有這種顏色。如果應用到任何的div他頁上的以下作品無(它仍然需要在上面的顏色。
bacgkround: none;
background: transparent;
bacgkround-color: none;
background-color: transparent;
有人知道如何解決這個問題(在IE)? 即如何讓DIV透明或者沒有背景顏色
編輯:? 我已經上傳截圖在這裏:http://www.namhost.com/bgtrans.jpg 基本上,背景是從深藍色改變,以淡藍色,這是背景漸變的圖像在Firefox中,說bradd pitt的區域是透明的,你看不到藍色輪廓。但是,在IE中,你會看到你在屏幕截圖中看到的內容。
這裏是什麼可以在Firefox中看到的截圖:http://www.namhost.com/bgtransfirefox.jpg
如果您可以發佈html代碼,那麼確定問題可能很有用。或者你可以給頁面的鏈接? – rahul 2009-08-31 09:04:54
我添加了截圖? – coderama 2009-08-31 10:15:20