Reputation: 6529
I hope an area of my web page transparent to users in chrome, just like a hole, i.e. users can see behind the browser window's content. I tried set body background-color transparent, but in vain. Does anybody know if this is possible for chrome's current releases?
Upvotes: 5
Views: 2900
Reputation: 553
It will be nice if it is possible but heir are no control to do this currently i am sorry.
Upvotes: 0
Reputation: 387
Well , behind the body tag is html and it's white , so if you are going to set your body tag transparent you will see nothing but a white color :) So this operation makes no sense in the end.
Upvotes: 1
Reputation: 326
The default browser background is white, so if you have a transparent body, you'll see white in that area. There is no HTML control that I know of to change this.
Upvotes: 0