• Hello, the simple code below not wokring, “background-color:rgba(255,255,255,0.5)” stripped!

    <div style=”background-color:rgba(255,255,255,0.5)”>test</div>

    • This topic was modified 2 years, 8 months ago by tonygao.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @tonygao
    May be there is some code spelling mistake. Please find the below code:

    <div style='background-color:rgba(255,255,255,0.5); padding: 10px;'>test</div>

    Also you can use below css to apply css strict-fully.

    background-color:rgba(255,255,255,0.5) !important;

    Thanks.

    Thread Starter tonygao

    (@tonygao)

    No, your code not working either. the “background-color” attribute can accept a normal value like “#FF0000” but not “rgba(255,0,0,0.5)”

    Admin user don’t have this problem!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘css background-color rgba not working!’ is closed to new replies.