Is there a way for the white backdrop of my web site to be completely see-through? I tried using rgba but it doesn't give me the result I desire. Any input leading to a solution to my problem would be greatly appreciated.

有帮助吗?

解决方案

Completly see-through?
You can use the css:

selector
{
   background: transparent;
}

But you might also want to set the background to none;, but i'm not sure where this is exactly for.


If you mean the browsers background itself. No that's not possible. It will only be possible if you modifie the client, but that will still be offline(unless others download the same client). So short answer; No, that's not possible.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top