codable
codable

Reputation: 6529

Is it possible to make the HTML <body> transparent in Google Chrome?

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

Answers (3)

Jamil Hneini
Jamil Hneini

Reputation: 553

It will be nice if it is possible but heir are no control to do this currently i am sorry.

Upvotes: 0

Vladimir
Vladimir

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

Erica Tripp
Erica Tripp

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

Related Questions