cssarrowplease icon indicating copy to clipboard operation
cssarrowplease copied to clipboard

Generate CSS tooltip arrows

Results 8 cssarrowplease issues
Sort by recently updated
recently updated
newest added

Hi, I am learning react.js recently. cssarrowplease is awesome! So I rewrite it with react.js, same UI, minor improvement added. e.g. realtime change copy code generated responsive layout (mobile first)...

Go to cssarrowplease.com on an iPhone. Zoom in on the arrow. You see a very thin line at the base of the arrow.

bug

`:after` and `:before` are relics left over from their CSS2 implementation. In the CSS3 module, these are defined as `::after` and `::before`. The only reason browsers still support the single-colon...

Will be awesome if you can add a new field to change the class name: `.arrow_box` in all the generated css code.

In stead of pixels, I prefer setting sizes of elements in ems whereever possible. It makes sense for font-zooming, which would also cause the arrow to become bigger, which may...

Is it possible to add this to the demo? I'd like to have either divs with a background image and the arrow out at the botto, if possible. OR, it...

Just add a fallback that uses background-color: transparent instead of rgba. ``` css /* Fallback for IE8- which doesn't understand rgba */ border: 20px solid transparent; /* Feed rgba to...

make sure everything works in IE10

enhancement