Forums

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

Home Forums CSS [Solved] creating a simple testimonials box

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

    So I’ve gotten a fairly basic looking testimonials box here: http://jsfiddle.net/magician11/g5DBA/

    How do I get the down arrow to not be filled.. and maybe not have the top border on it so the border of the full testimonials box is one line?

    Thanks!

    #166334
    Paulie_D
    Member

    That’s actually tricky.

    I see you are using a div to create the triangle…In general I wouldn’t do that.

    Use a pseudo element instead. You still come up with the same problem but you don’t have unnecessary HTML in your mark-up.

    Why tricky…because to create the actual border you would need another triangle (white) inside/over the ‘outer’ triangle to mask it off.

    http://jsfiddle.net/Paulie_D/cQazk/3/

    #166341
    magician11
    Participant

    Thanks Paulie_D. Worked perfectly. And yes, I appreciate the point about reducing HTML. I recently learnt about the :before and :after selector and try to use them where I can now.

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