Tag Archives: CSS

CSS properties that can potentially be used to replace images

Three of the most useful CSS properties I found in replacing (background) images, reducing page load size, and reaping more tangible benefits for devices with slower bandwidth (mobile) – Styling for: 1. Gradient filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=’#ffc703′,endColorstr=’#fe9c00′); /* for IE */ background: … Continue reading

Posted in Web Related | Tagged , | Comments Off

@fontface, Google’s WebFont Loader and Cufon

Have been trying to resolve the issue of FOUT (Flash of unstyled text) when using @fontface on IE. The best solution I found was to use Google’s WebFont loader. To not allow the default font to show at all before … Continue reading

Posted in Web Related | Tagged , , , , | Leave a comment

CSS Cross-browser Support Reference

Was in the mood for geeky front-end developer updates… so here is a quick reference to some CSS that may be useful / remotely useful for design as of now (IE7-9, FF, Opera, Chome, Safari). Personally don’t see a % … Continue reading

Posted in Web Related | Tagged , , , , , , , | Leave a comment