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 Reply To: [Solved] creating a simple testimonials box

#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/