0

我一直在 goole 中搜索如何仅使用 css 创建箭头和框。我在这里找到了一个几乎完美的例子:-

http://dabblet.com/gist/4639593

如何更改此代码,使箭头指向左而不是右?

我已经尝试了一些东西,但只是得到一个指向左边的菱形!

谢谢

4

1 回答 1

0
  1. 更改为.shape:after_margin-24px 220px
  2. 删除border-top&border-right.shape:after
  3. .shape:after border-bottom: solid 1px #ccc;为&添加以下边框border-left: solid 1px #ccc;

这里是最终结果:http ://dabblet.com/gist/5648799

于 2013-05-25T11:38:30.700 回答