Pergunta

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.

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top