I have this script: http://jsfiddle.net/GSA5R/2/
I use the border property to create a triangle effect. However, how can I give the triangle a white border? If it is already used for a triangle !?
The only solution that comes to me is to place another white triangle behind the gray one. But you need extra markup because you cannot use :after:after :)
:after:after
An example is here . I used <span> inside the <a> tag.
<span>
<a>
Source: https://habr.com/ru/post/1394773/More articles:What is Python best practice regarding dicts vs objects for easy key storage? - javascriptFast loading elements into an array / list with a fixed index without duplicates - javaHow to get the same date and time regardless of time zone - sqlSpecify the time zone to use as the reference time zone - timezoneAsync Lazy Timeout Task - c #Translation of VBA PowerPoint code in Delphi, "keep source formatting" - delphiWhat is the API for playing audio from the buffer in ios and osx? - iosManage multiple grids in Open GL ES 2.0 (iOS GLKit)? - ios5Avoid skinning an item under Delphi XE2 - delphiA difficult SQL statement ... Four tables? - databaseAll Articles