Forums

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

Home Forums CSS Is it possible to create an arrow on a box both being semi-transparent?

  • This topic is empty.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #148564
    Artem Gordinsky
    Participant

    I mean something like this: http://cssarrowplease.com
    But I need both the box and the arrow to be semi-transparent, but share one border (like this). Is this even possible?

    #148578
    Paulie_D
    Member

    Absolutely. You just have to swap out the hex colour value for an rgba value.

    #148581
    Artem Gordinsky
    Participant

    Thanks!

    I’ve tried, but the border of the box becomes visible through the arrow… Am I doing something wrong? Would you help me out, please?

    #148590
    Paulie_D
    Member

    In that case, it would seem I was wrong…it happens.

    You might be able to do something with some of the new filter dropshadow properties…but support is pretty limited at the moment.

    #148593
    Artem Gordinsky
    Participant

    Thanks anyway!

    Do you know any other way to do a semi-transparent box corner? I just can’t find any. Except styling the whole side by an image. I’m struggling with this thing today.

    #148594
    Paulie_D
    Member

    Do you know any other way to do a semi-transparent box corner?

    Doubtful.

    Do you mean make part of an element bg transparent? Pretty sure that’s going to require, if anything, a gradient.

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