IE8 and IE9 :before and :after elements position absolute are hidden

前端 未结 1 602
一个人的身影
一个人的身影 2020-12-17 19:46

I am trying to create a button with \"caps\" on either end, and a repeating background, in order to keep the button a flexible size.

In order to do this, I have us

相关标签:
1条回答
  • 2020-12-17 20:10

    Add overflow: visible; to the button element, and it shows up. Demonstrated at this jsFiddle

    I swear I tried that already, but I guess not. Thanks to this question

    0 讨论(0)
提交回复
热议问题