Hacker News new | past | comments | ask | show | jobs | submit login
Cross-Browser CSS Gradient (webdesignerwall.com)
56 points by urnulman on April 14, 2010 | hide | past | favorite | 2 comments



It should also have a non-solid color fallback for browsers that do support image gradients as well. Something like:

  background-color: white;
  background-image: url(/public/images/sky_gradient_fallback.png);
  background: -moz-linear-gradient(top, #fff, #e3f0f9);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e3f0f9));}


I have to say that is a nice looking drop down menu.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: