Comment on CSS arrow pleaseComments−jqueryin14yThis is great so long as you don't still have to support IE7.http://css-tricks.com/browser-support-pseudo-elements/−TazeTSchnitzel14yIn IE7 you'd just have a box without the triangle, no? Isn't that graceful degradation?−GFischer14yNope, you don't have a box at all (at least on this webpage). Nor the left-side box.It looks awful on IE7 actually, the footer also degrades un-gracefully.−mrcoles14yI wrote this a while ago, using some actual HTML elements—to get it to work super cross-browser: http://mrcoles.com/blog/callout-box-css-border-triangles-cro...−gregbair14yIE8 as well.
Comments
This is great so long as you don't still have to support IE7.
http://css-tricks.com/browser-support-pseudo-elements/
In IE7 you'd just have a box without the triangle, no? Isn't that graceful degradation?
Nope, you don't have a box at all (at least on this webpage). Nor the left-side box.
It looks awful on IE7 actually, the footer also degrades un-gracefully.
I wrote this a while ago, using some actual HTML elements—to get it to work super cross-browser: http://mrcoles.com/blog/callout-box-css-border-triangles-cro...
IE8 as well.