I’m currently trying to integrate compass to my Rails project. Everything worked fine until I try on an old firefox version (3.0.18) and on a not so old version of IE (8).
For example, my header has a linear-gradient :
+background-image(linear-gradient(#8fcbef, #cee8ff))
and it worked fine. But there is no automatic fallback for old browsers. Something like background-color: #8fcbef…
Am I missing something ?
Thanks in advance!
there are a few options here:
If you want to stick with compass, then give html5-rails a try, as it embeds modernizr into your app so that you can selectively provide fallbacks only when they are needed
ps an example of a modernizd fallback would be: