Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Differen transparency in two colums

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #152282
    Mikaels
    Participant

    Hi

    I want to have two culums with different transparency. Does anyone know how to do that? I´ve searched the forum and haven´t found anything. Gratefull for any help!

    Kind regards,

    Mikael

    #152291
    Paulie_D
    Member

    What have you tried so far?

    Generally, ‘transparency’ is handled by giving the divs a background color in RGBA terms such as

    background-color: rgba(0,255,0,0.5)
    

    This would be a 50% opacity green….and so on.

    Bear in mind that opacities are cumulative to if the divs overlap, you may not get the results you were looking for,

    #152352
    Mikaels
    Participant

    Thx Ill try that :-)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘CSS’ is closed to new topics and replies.